503 service unavailable

#1
Hi,

We have been facing some 503 service unavailable message on our site please help me out with this as of now i don't no what to do with this issue.You can also check the attachment .

Thanks,
Mayank
 

Attachments

#2
Hi please check following the error which we have been getting since last 1 month please help me out with this

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!
 

NiteWave

Administrator
#3
503 Error often due to php crash

some php extension may cause 503 Error

please check php.ini, what extensions you've loaded, and post the list here so we can have more information about the error
 

NiteWave

Administrator
#5
the apparent conflict is that both eaccelerator and apc are enabled.

extension="eaccelerator.so"
extension="apc.so"

please disable 1 of them or disable both, see if 503 error wil be gone
 
#6
Hey we have the following error in our stderr.log file please go through it

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 962561 bytes) in /home/airsoftr/public_html/app/design/frontend/elegant/EYStudios/template/catalog/product/list.phtml on line 98
2013-09-12 19:33:59.348 [STDERR]
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 952321 bytes) in /home/airsoftr/public_html/app/design/frontend/elegant/EYStudios/template/catalog/product/list.phtml on line 99
2013-09-12 22:36:42.029 [STDERR]
Fatal error: 2013-09-12 22:36:42.029 [STDERR] Allowed memory size of 268435456 bytes exhausted (tried to allocate 942081 bytes) in /home/airsoftr/public_html/app/design/frontend/elegant/EYStudios/template/catalog/product/list.phtml on line 98
2013-09-13 06:11:21.549 [STDERR]
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 942081 bytes) in /home/airsoftr/public_html/app/design/frontend/elegant/EYStudios/template/catalog/product/list.phtml on line 103
2013-09-13 07:18:48.117 [STDERR] [Fri Sep 13 07:18:48 2013
] [notice] EACCELERATOR(3154): PHP crashed
 

NiteWave

Administrator
#7
please increase

lsws admin console ->Server->External App->lsphp5->
Memory Soft Limit (bytes)
Memory Hard Limit (bytes)

and restart litespeed. these errors should disappear
 
Top