View Single Post
  #2  
Old 09-02-2008, 08:33 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
You should "strace/truss/ktrace" the lsphp5 process handling the request.
try a "phpinfo" page to get the lsphp5 process fired up, then strace it with command

strace -p <pid_of_lsphp5>

Then send the request with problem.
Reply With Quote