View Single Post
  #4  
Old 01-02-2013, 12:57 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,390
the stop and restart usually has to do with httpd.conf change by cPanel (like adding/changing account config, etc). LSWS pick up the changes via (graceful) restart. It is not a problem and no need to worry.

your lsphp5 settings have followings issues:
1. instances 10 is not right. should set to 1
2. Max Connections needs to match with PHP_LSAPI_CHILDREN (500) if you have PHP suEXEC (Server => General => Using Apache Configuration File) set to No.
Reply With Quote