[BlueOnyx:15879] PHP timeout

Robert Fitzpatrick robert at webtent.org
Fri Sep 5 10:08:32 -05 2014


Never noticed before, but the PHP max_execution_time settings do not 
seem to work. I did a fresh install of 5108 server, verified the default 
max_execution_time for both server and a test web site were set to 30 
and created a test.php script as follows:

<?php
sleep(45);
print "test";
exit;
?>

The script did reach my print line after 45 seconds instead of getting 
the expected 500 error after 30 seconds. Found this issue when a script 
on a customer site didn't timeout until 120 seconds, but I can't find 
that setting in any PHP configuration on the server. Can someone suggest 
why I'm getting this timeout?

-- 
Robert




More information about the Blueonyx mailing list