[proxy_fcgi:error]
Hi
I am getting this error from time to time in the apache log:
My question is why do I get it sporadically? What does it mean when that error occurs? Thx.
[proxy_fcgi:error] [pid 78419:tid 47155135940352] (70007)The timeout specified has expired: [client server_IP:15908] AH01075: Error dispatching request to : (polling), referer: https://mywebsite/someurl
My question is why do I get it sporadically? What does it mean when that error occurs? Thx.
-
Hello Oah, The problem usually happens when a script takes longer than the ProxyTimeout value to complete. On a cPanel server, the default ProxyTimeout value is 300 seconds. This problem can be solved by increasing the ProxyTimeout value. 1. Access the server's command line as the 'root' user via SSH or "Terminal" in WHM. 2. Open /etc/apache2/conf.d/includes/pre_main_global.conf with your preferred text editor. 3. Add the following line to pre_main_global.conf if it doesn't exist. ProxyTimeout $timeout Please note that "$timeout" must be replaced with the new timeout value in seconds. 4. Restart Apache. /scripts/restartsrv_httpd 0 -
Hello Oah, The problem usually happens when a script takes longer than the ProxyTimeout value to complete. On a cPanel server, the default ProxyTimeout value is 300 seconds. This problem can be solved by increasing the ProxyTimeout value. 1. Access the server's command line as the 'root' user via SSH or "Terminal" in WHM. 2. Open /etc/apache2/conf.d/includes/pre_main_global.conf with your preferred text editor. 3. Add the following line to pre_main_global.conf if it doesn't exist. ProxyTimeout $timeout Please note that "$timeout" must be replaced with the new timeout value in seconds. 4. Restart Apache. /scripts/restartsrv_httpd
thx a ton0
Please sign in to leave a comment.
Comments
4 comments