• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by Raul A.

  1. 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?
  2. R

    Issue httpd won't start

    Do you have, by any chance, the LiteSpeed extension?
  3. 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!
  4. R

    Issue httpd won't start

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

    Issue httpd won't start

    Try the following: httpd -X -e Debug Should tell you why it doesn't start
  6. 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?
  7. 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...
  8. 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
  9. 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/
  10. R

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    What is the output of the following? plesk bin server_pref -s | grep ssl
  11. 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...
  12. 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.
  13. 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.
  14. R

    Resolved Can not re issue Lets Encrypt SSL Certificat

    Interesting. Check the User-Agent used by the Let's Encrypt server. In the logs section of the website in Plesk, look for requests to /.well-known/. Please share the requests made while the certificate issue is attempted.
Back
Top