mysql went down and then came back up

#1
For a period of about 15 minutes tonight my mysql went down as I saw all of my sites that were driven by mysql got litespeed 503 errors. This is what was in the litespeed logs:

2007-11-11 22:35:52.816 INFO [idle] connection to [uds://tmp/lshttpd/APVH_mydomain.com:80_Suphp.sock] on request #1, error: Connection reset by peer!
2007-11-11 22:35:52.816 INFO Remove pid: 26136
2007-11-11 22:35:53.017 NOTICE [APVH_mydomain.com:80Suphp:] stop worker processes

What gives?
 

mistwang

LiteSpeed Staff
#2
Must be the abnormal behavior of PHP make LSWS think all PHP processes are in the bad shape, so end up with 503 error.
Have you enabled "503 Auto Fix", the server will restart automatically attempting to fix the 503 problem.
 
Top