503 Error With LiteSpeed

#1
Hello,

We switched our cPanel based Apache to LiteSpeed.

Everything is going good but the problem is that we receive 503 errors regularly. The error normally looks like:

Normally it come during software installation or posting in wordpress.

Code:
503 Service Unavailable

The server is temporarily busy, try again later!
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!

Unfortunately I don't understand the post.

Can someone help me to resolve the issue?
 
#3
Code:
lsws/logs/stderr.log
lsws/logs/error.log
The above files does not exists in my system.

Secondly one more thing, LiteSpeed is running since 8 days and no client complained.

But I received DDOS attack, after that attack, 4 clients have complained that error.

May be that DDOS attack had done something?
 
#5
Below are the errors:

Code:
2010-12-15 13:59:49.957 [INFO] [119.155.59.30:64771-0#APVH_hhcarder.com] connection to [/tmp/lshttpd/APVH_hhcarder.com_Suphp.sock.362] on request #0, confirmed, 1, associated process: 12274, running: 0, error: Connection reset by peer!
2010-12-15 13:59:49.957 [INFO] Remove pid: 12274
2010-12-15 13:59:50.010 [INFO] [119.155.59.30:64771-0#APVH_hhcarder.com] connection to [/tmp/lshttpd/APVH_hhcarder.com_Suphp.sock.362] on request #0, confirmed, 1, associated process: 12275, running: 1, error: Connection reset by peer!
2010-12-15 13:59:50.010 [NOTICE] [119.155.59.30:64771-0#APVH_hhcarder.com] Max retries has been reached, 503!
2010-12-15 13:59:50.015 [INFO] Remove pid: 12275
2010-12-15 13:59:50.015 [NOTICE] [119.155.59.30:64771-0#APVH_hhcarder.com] oops! 503 Service Unavailable
2010-12-15 13:59:50.015 [NOTICE] [119.155.59.30:64771-0#APVH_hhcarder.com] Content len: 0, Request line: 'GET /install/ HTTP/1.1'
2010-12-15 13:59:50.015 [INFO] [119.155.59.30:64771-0#APVH_hhcarder.com] Cookie len: 42, bb_lastvisit=1289140717; bb_lastactivity=0
2010-12-15 13:59:50.015 [INFO] [119.155.59.30:64771-0#APVH_hhcarder.com] File not found [/home/hhcarder/public_html/503.shtml]
 
#6
The below errors from /usr/local/apache/logs/stderr.log

2010-12-15 13:59:49.955 [STDERR] lsphp5:/home/hhcarder/public_html/install/index.php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/suhosin.so: undefined symbol: zend_atol
2010-12-15 13:59:50.008 [STDERR] lsphp5:/home/hhcarder/public_html/install/index.php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/suho
 

webizen

Well-Known Member
#7
Regarding the error

2010-12-15 13:59:49.955 [STDERR] lsphp5:/home/hhcarder/public_html/install/index.php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/suhosin.so: undefined symbol: zend_atol
It seems the suhosin module built by cPanel easyapache does not match lsphp5 binary. pls install latest lsws 4.0.18 and build matching php from there.
 
Top