oops! 503 Service Unavailable

#1
after 3 days of running a website i suddenly get a 503 response. the
logs show these lines:

----------------------------------------------------------

2007-12-05 11:58:15.186 [INFO] [193.241.77.59:33037-0#www.myfamoussite.de:lsapi] connection to [uds://tmp/lshttpd/lsphp.sock] on request #0, error: Connection reset by peer!
2007-12-05 11:58:15.186 [NOTICE] [193.241.77.59:33037-0#www.myfamoussite.de:lsapi] oops! 503 Service Unavailable

----------------------------------------------------------
the server was visited by 2 (!) users. the requested url was
a php script that retrieves some data from mysql and sends
about 50 kb html code to the visitor.

after stopping and starting lsws the server answers
without problem.
how can we debug the problem?
the server is running with the trial license for a few
days now. i would be very sad to see this crash after
buying the production license every week.

environment:
ubuntu 6.0.6, 64bit, lsapi using memcache, ffmpeg, apc and
some other plugins.
 

mistwang

LiteSpeed Staff
#2
If your use PHP to process large files, you may need to increase the memory limit of lsphp.
If you can reproduce the problem, we will take a closer look.
We have seen occational random 503 error on some server, and we are trying to identify and fix this issue.
 
#3
we took the webserver in our farm
and run the "real" operational mode.

the server now crashes with 503
every quarter of an hour.
 

mistwang

LiteSpeed Staff
#5
Please download 3.3.2 release package by changing the version number in the download link. A few 503 error has been addressed.
 
#7
updating our trial version of lsws fails with
"[ERROR] Sorry, installation will abort without a valid license key."

how can i update without reinstalling
the server?
 
Top