[BlueOnyx:16430] Re: Maximum php timeout
Michael Stauber
mstauber at blueonyx.it
Fri Nov 7 17:33:20 -05 2014
Hi Robert,
> Script timed out before returning headers: test.php
That's actually Apache messing with you. The PHP script would have
continued to run. But Apache has some timeouts. When your browser opened
that URL, the script started running, but didn't send any response to
Apache that it could forward to the browser.
Then after a certain amount of time Apache just got tired waiting and
threw this error.
Have the script periodically print out something while it does it's job
and it'll be all good.
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list