The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-11-2009
cbkihong cbkihong is offline Forum Advisor  
Advisor
  
 

Join Date: Sep 2002
Location: Hong Kong, China
Posts: 1,624
If PHP takes considerable time to process a request, and when that time has exceeded a certain threshold, PHP will halt the processing and return an empty response. I suggest you check the PHP or Apache error log and see if you can find any useful clues. Also you may need to think whether you need to increase that threshold in the PHP configuration if a long processing time is customary for certain scripts.

PHP: Runtime Configuration - Manual