• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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