[BlueOnyx:16429] Maximum php timeout

Robert Fitzpatrick robert at webtent.org
Fri Nov 7 17:22:13 -05 2014


Still having this issue I reported before about PHP timeout on 5108R, I 
thought it was working, but not. Trying to get PHP to allow much longer 
timeout. At first it was timing out as expected in 30 seconds for this 
suPHP vSite. I changed to 300 and even 500 in the GUI, now times out 
exactly at 120 seconds. I made a test php script with an infinite loop 
and measured by server date at start time to error_log entry showing 
timed out. Can anyone confirm this? Here is my test script...

[root at vps web]# cat test.php
<?php
for (;;) ;
exit;
?>

 From the browser, this script continues until it times out. I started 
the script only two minutes prior (16:49) to this entry in the 
error_log, even though I have both the server and vsite PHP settings in 
the GUI set to 500:

[Fri Nov 07 16:51:04 2014] [error] [client x.x.x.x] Script timed out 
before returning headers: test.php

-- 
Robert




More information about the Blueonyx mailing list