• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Recent content by Raul A.

  1. R

    Issue Cloudflare - Logs showing Cloudflare IPs, not client IP

    You need to implement in nginx conf.d Module ngx_http_realip_module Add a set_real_ip_from directive for each Cloudflare subnets. IP Ranges (you have links to plain text lists in the article)
  2. R

    Issue Scheduled task cause all websites to be unavailable for a few minutes

    Hi, Cron task execution is logged in /var/log/cron. You will find there all the tasks that were executed. How do you back up your data? Is it scheduled within this timeframe?
  3. R

    Issue httpd won't start

    Do you have, by any chance, the LiteSpeed extension?
  4. R

    Issue httpd won't start

    That leaves you with a strace: dnf install strace strace -s1024 -o output.txt httpd -X -e Debug zip the output.txt file and send it in a private message. The file will contain references of all the hosted files, system users and IP addresses. Don't post it in the thread!
  5. R

    Issue httpd won't start

    Understood. How about: systemctl reset-failed httpd systemctl start httpd
  6. R

    Issue httpd won't start

    Try the following: httpd -X -e Debug Should tell you why it doesn't start
  7. R

    Question Managing Bot/Crawler Attacks on wp-login Across Multiple Plesk Servers - Your Solutions?

    What do you consider a real firewall? Did you try Imunify360?
  8. R

    Question Google Cloud Abuse from their entire IP space and Fail2ban Unable block it

    We also observed high traffic volumes from that huge subnet. The simplest approach is to block it since you don't expect traffic from a different hosting company. In your case, firewall blocking won't help since your firewall will see only Cloudflare IP addresses. You can block in nginx but it...
  9. R

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    Interesting. Taking another look at my /etc/nginx/plesk.conf.d/server.conf, it's exactly the same as yours. If you reconfigure, do you still get the error message? plesk sbin httpdmng --reconfigure-all
  10. R

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    Do you use a custom template? What do you have in: ls /usr/local/psa/admin/conf/templates/
  11. R

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    What is the output of the following? plesk bin server_pref -s | grep ssl
  12. R

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    I ran into a similar issue. In my case, it pointed out that I didn't have TLS1.3 enabled: plesk bin server_pref -s | grep ssl Since ssl-protocols didn't have TLSv1.3, I used: plesk bin server_pref -u -ssl-protocols 'TLSv1.2 TLSv1.3' Afterwards, I reconfigured the webserver and I had HTTP/3...
  13. R

    Question Best practice to migrate

    If you have 2 servers, just perform a migration with Plesk Migration Manager. The restore approach should also work.
  14. R

    Resolved Can not re issue Lets Encrypt SSL Certificat

    The domain DNS zone. Some registrars provide IPv6 by default in the hosted DNS zone. You changed only the A record while you still have AAAA records without having an IPv6 address on your server.
Back
Top