View Single Post
  #4  
Old 12-12-2007, 09:49 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
It probably because lsphp checks if the parent process still exists, if not, it will quit. Please add Environment variable

LSAPI_PPID_NO_CHECK=1

to the lsphp external application configuration. See if it helps.
Reply With Quote