possible bug in apache installation

tetsuo

New member
Joined
Jan 22, 2007
Messages
1
Hello,
I'm experiencing a strange problem with apache + php+fpm installation.
when I try to execute simple php script which execute more than 30 secs, it stops with error message:

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

I tried to change every possible timeout variable without success.

Is there a solution of this strange problem ?
 
is this related to the known php-fpm bugs that is the reason why the big text on CB2 faqs say not to use it?
been looking but still looks like those bugs are not fixed.
 
Please check http://forum.directadmin.com/showthread.php?t=45967&p=240358#post240358. I would also suggest checking /usr/local/directadmin/data/templates/php-fpm.conf, it if contains "request_terminate_timeout = 30s", please copy it to /usr/local/directadmin/data/templates/custom/php-fpm.conf and comment that line out by adding ";" at the beginning of it (latest pre-release of DA shouldn't have this line active).
 
Please check http://forum.directadmin.com/showthread.php?t=45967&p=240358#post240358. I would also suggest checking /usr/local/directadmin/data/templates/php-fpm.conf, it if contains "request_terminate_timeout = 30s", please copy it to /usr/local/directadmin/data/templates/custom/php-fpm.conf and comment that line out by adding ";" at the beginning of it (latest pre-release of DA shouldn't have this line active).

Is there a solution to this timeout? I tried the suggestion in the link above, but stille same problem... this causes problems to install some websites.
 
Back
Top