View Single Post
  #10  
Old 01-18-2010, 11:14 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,586
If you can make lsphp5 dump a core file, it will help.
You need to add LSAPI_ALLOW_CORE_DUMP in lsphp5 env.
http://www.litespeedtech.com/php-litespeed-sapi.html

ulimit -c should be high enough, the user that PHP run as should be able to write to that directory. And use "coreadm" command to manage core dump.
Reply With Quote