503 Service Unavailable

3245

Well-Known Member
#1
hello

i installed litespeed succesfully, i see just a problem,
when i am on a design website , i needed refresh any time for see my work out, but after 30/40 refresh, i see following error,

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!
then after 3/4 refresh i see resolved,

load server was normally,

why i see this error in some time?

Thanks.
 

mistwang

LiteSpeed Staff
#2
You need to check error_log & stderr.log.
If you use cPanel, those log files are under /usr/local/apache/logs/

Maybe PHP crashed, or resource limit has been reached.
 

3245

Well-Known Member
#3
how i can see resource limitation?

i see following error, can you explain about them?
2013-09-13 02:16:20.053 [NOTICE] [APVH_parsalva_Suphp:] stop worker processes
2013-09-13 02:16:20.472 [INFO] Remove pid: 129074
2013-09-13 02:16:20.472 [INFO] Pid: 129074 associated with [APVH_parsalva_Suphp:]
2013-09-13 02:16:20.472 [INFO] [APVH_user2_Suphp:] pid list size: 0, pid stop list size: 0
2013-09-13 02:16:22.224 [INFO] [APVH_user1_Suphp:] pid list size: 2
2013-09-13 02:16:22.224 [INFO] [APVH_user1_Suphp:] add child process pid: 130199
2013-09-13 02:16:22.235 [INFO] [APVH_user1_Suphp:] pid list size: 3
2013-09-13 02:16:22.235 [INFO] [APVH_user1_Suphp:] add child process pid: 130200
2013-09-13 02:16:22.243 [INFO] [APVH_user1_Suphp:] pid list size: 4
2013-09-13 02:16:22.243 [INFO] [APVH_user1_Suphp:] add child process pid: 130201
2013-09-13 02:16:22.251 [INFO] [APVH_user1_Suphp:] pid list size: 5
2013-09-13 02:16:22.252 [INFO] [APVH_user1_Suphp:] add child process pid: 130203
2013-09-13 02:16:22.254 [INFO] [APVH_user1_Suphp:] pid list size: 6
2013-09-13 02:16:22.254 [INFO] [APVH_user1_Suphp:] add child process pid: 130205
2013-09-13 02:16:22.297 [INFO] [APVH_user1_Suphp:] pid list size: 7
2013-09-13 02:16:22.297 [INFO] [APVH_user1_Suphp:] add child process pid: 130209
2013-09-13 02:16:22.536 [INFO] [APVH_user3_Suphp:] pid list size: 1
2013-09-13 02:16:22.536 [INFO] [APVH_user4_Suphp:] add child process pid: 130214
2013-09-13 02:16:23.885 [INFO] Remove pid: 128701
2013-09-13 02:16:23.885 [INFO] Pid: 128701 associated with [APVH_musicnte_Suphp:]
2013-09-13 02:16:23.885 [INFO] [APVH_musicnte_Suphp:] pid list size: 1, pid stop list size: 0
2013-09-13 02:16:25.693 [INFO] Remove pid: 129936
2013-09-13 02:16:25.693 [INFO] Pid: 129936 associated with [APVH_vetsteam_Suphp:]
2013-09-13 02:16:25.693 [INFO] [APVH_vetsteam_Suphp:] pid list size: 0, pid stop list size: 0
2013-09-13 02:16:25.693 [NOTICE] [APVH_vetsteam_Suphp:] stop worker processes

Thanks
 

3245

Well-Known Member
#5
i find just 2 line

2013-09-04 21:36:59.100 [NOTICE] [xxx.xxx.243.103:51040-0#APVH_usersite.com] oops! 503 Service Unavailable

2013-09-04 21:37:37.031 [NOTICE] [xxx.xxx.113.82:49968-0#APVH_usersite.com:lsapi] oops! 503 Service Unavailable
 

NiteWave

Administrator
#9
you can try that as suggested by csf -- create a swap file.

I think the 503 error is more related to your design website

is the mysql fast enough ? does the php script consume too many memory ?
have to be more specific and need more information to pin down it.
 

3245

Well-Known Member
#12
Forgive me,
this server is for Government Site's,
Requires authorization for access to you,
if possible, can you give command or anything for resolve them?
tell me anything you need.

Thanks.
 
#15
suspected extensions in your php.ini:

extension="suhosin.so"
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.3.so"
zend_extension="/usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so"
extension="ixed.5.3.lin"

please disable ZendGuardLoader first.
see if 503 gone.

is still happen, then disable the rest 1 by 1, to identify which one is the culprit.
 

3245

Well-Known Member
#18
problem was for mod_security
how i can disable mod_security in litespeed ?
becuase cpanel staff tell me mod_security is disable in apache, but in litespeed still is enable,
how i can sure mod_security is disable on litespeed?

Thanks.
 

3245

Well-Known Member
#20
Thanks
so when i disabled mod security in Apache, then run build match binary, then mod security is disabled on litespeed also?

Thanks.
 
Top