PHP-FPM (7000) The timeout specified has expired: Error

If you see the above given error on your error logs, do this;

  1. Search Server Configuration on your WHM control panel, then click Apache Configuration icon. Open Include Editor.
  2. In the include editor page, click the drop-down option under Pre Main Include section and select 'All Versions'.
  3. You will see an empty text field titled Global, there paste the given below code,

<IfModule proxy_fcgi_module>

timeout 60

</IfModule>

And then click update.

 

This will probably help resolving the issue.

 

  • 4 Users Found This Useful
Was this answer helpful?