• 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

Issue 503 Service Unavailable error

meriem

New Pleskian
Hello,

I am having this error and suddenly my website is not working

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.

error_log :

[Wed Sep 23 01:05:04.896391 2020] [proxy_ajp:error] [pid 22720:tid 140263506806528] [client 88.138.22.242:55336] AH00992: ajp_read_header: ajp_ilink_receive failed
[Wed Sep 23 01:05:04.896403 2020] [proxy_ajp:error] [pid 22720:tid 140263506806528] (70007)The timeout specified has expired: [client 88.138.22.242:55336] AH00878: read response failed from (null) ()

I have added theses properties in ngnix directives but it did not resolve the error.

proxy_connect_timeout 900;
proxy_send_timeout 900;
proxy_read_timeout 900;
fastcgi_send_timeout 900;
fastcgi_read_timeout 900;


Thank you.
 
Back
Top