[solved] 503 Service Unavailable

#1
Hi All,

I'm facing a problem when browsing a site installed with Gallery Open Source application.

Below is the error I'm getting.

================ERROR_LOG==============
[INFO] [66.249.69.69:45670-0#APVH_DOMAIN] connection to [/tmp/lshttpd/APVH_DOMAIN_Suphp.sock] on request #0, confirmed, 1, associated process: -1, running: 0, error: Connection reset by peer!
[INFO] [66.249.69.69:45670-0#APVH_DOMAIN] connection to [/tmp/lshttpd/APVH_DOMAIN_Suphp.sock] on request #0, confirmed, 1, associated process: 709644, running: 0, error: Connection reset by peer!
[NOTICE] [66.249.69.69:45670-0#APVH_DOMAIN] Max retries has been reached, 503!
[NOTICE] [66.249.69.69:45670-0#APVH_DOMAIN] oops! 503 Service Unavailable
=======================================

==========STDERR============
[STDERR] Out of memory
============================

I have the following setting and the server with cPanel

Litespeed - 4.1.13
PHP.ini's memory_limit - 512M
CPU Soft Limit - 60
CPU Hard Limit - 120
Memory Soft Limit - 450M
Memory Hard Limit - 500M
Process Soft Limit - 800
Process Hard Limit - 1050

Any help is appreciated!
 
Last edited by a moderator:

NiteWave

Administrator
#2
first, check loaded extensions in php.ini,
extension=xxx.so
or
zend_entension=xxx.so

then comment out them all or 1 by 1. maybe 1 of them has caused the 503 error.

if still 503, then try
2nd, raise
Memory Soft Limit - 450M
Memory Hard Limit - 500M
by 100M each time.
 
#3
first, check loaded extensions in php.ini,
extension=xxx.so
or
zend_entension=xxx.so

then comment out them all or 1 by 1. maybe 1 of them has caused the 503 error.

if still 503, then try
2nd, raise
Memory Soft Limit - 450M
Memory Hard Limit - 500M
by 100M each time.
Thanks!! I will try it out and update here.
 
Top