• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Nginx 504 Error

MrCasanova

New Pleskian
I had a php application running fine for at least 6 months until today. I started to see a message with Internal Server Error which looked like Apache based error whenever i loaded the site. I tried the following command to see if that would work but no cigar.
/usr/local/psa/admin/sbin/httpdmng --reconfigure-domain domainXYZ.com

I looked in /var/log/httpd/error_log
and saw numerous logs like this: [warn] mod_fcgid: process 10638 graceful kill fail, sending SIGKILL

At an attempt to fix that i edited /etc/httpd/conf.d/fcgid.conf to increase FcgidIOTimeout to 100 from 40
I restarted apache and ran the reconfigure command above and now i noticed I'm getting a 504 error from nginx. Where should I look to resolve this?
I'm not getting mod_fcgid issues any more but I still can't bring the site up. For some reason it is just this one site. The only site with an ssl if that makes it any better.

Any suggestions?
 
Hello,

Can you please try to increase " max_execution_time " on your server for the php and check again.
 
Back
Top