• 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

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