[Solved] All sites stopped working suddenly

#1
All my sites stopped working while configuring settings only for one my virtualhosts so I'm having hard time figuring out the cause! Log file shows as following after restart and tryings to access my site.

2011-06-04 04:05:57.543 INFO Remove pid: 9851, exitcode: 127
2011-06-04 04:05:57.548 INFO Remove pid: 9852, exitcode: 127
2011-06-04 04:05:57.553 INFO Remove pid: 9853, exitcode: 127
2011-06-04 04:05:57.558 INFO Remove pid: 9854, exitcode: 127
2011-06-04 04:06:01.551 INFO [AutoUpdate] No new update.
2011-06-04 04:06:04.412 INFO Remove pid: 9861, exitcode: 127
2011-06-04 04:06:04.417 INFO Remove pid: 9862, exitcode: 127
2011-06-04 04:06:04.423 INFO Remove pid: 9863, exitcode: 127
2011-06-04 04:06:04.427 INFO Remove pid: 9864, exitcode: 127
2011-06-04 04:06:05.071 INFO Remove pid: 9865, exitcode: 127
2011-06-04 04:06:05.076 INFO Remove pid: 9866, exitcode: 127
2011-06-04 04:06:05.081 INFO Remove pid: 9867, exitcode: 127
2011-06-04 04:06:05.086 INFO Remove pid: 9868, exitcode: 127
2011-06-04 04:06:05.458 NOTICE [Child: 9729] Shut down successfully!
2011-06-04 04:06:05.458 NOTICE [www.xxxx_lsphp] stop worker processes
2011-06-04 04:06:05.458 NOTICE [AdminPHP] stop worker processes
 

webizen

Well-Known Member
#2
1. what's your server environment?
2. what's your lsws version?
3. try full stop/start from command line
/path/to/lsws/bin/lswsctrl stop (e.g. /usr/local/lsws/bin/lswsctrl stop)
/path/to/lsws/bin/lswsctrl start
also note that error.log rotates when service restart. so if you 'tail -f error.log' prior to stop (part of restart), you only see the message about shutdown and process stop, etc (as you posted previously). you should check error.log again afterwards to see if anything new show up.
 
Top