View Single Post
  #2  
Old 11-20-2007, 12:33 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
You do not need to worry about it if there is no "oops" "503" errors in the log.
It is normal when a user cancel a request in the middle, but the PHP process is till processing it, then the PHP process was assigned to another request. Eventually, the PHP process will be restarted if won't respond.

Last edited by mistwang; 11-20-2007 at 01:59 PM..
Reply With Quote