losing output

#1
Hello,

I have a long running php script that has output at the beginning and end. The beginning makes it to the browser and then I can see that lsphp5 forks off to complete the process. Unfortunately, although the script completes properly, it never returns to output the ending statement to the browser. The user will not know whether the script has finished. I have increased timeouts, is there something else to configure?

Regards,
Josh
 
#3
max_execution_timeout has been increased and shows in the phpinfo output. Connection timeout under litespeed tuning has also been increased. There are no visible timeout errors. Thanks.
 
#5
I have configured all of those settings on that page. The child process does complete successfully within the allotted time. It just does not send the closing output to the browser.
 
Top