admin panel not working

Druciak

Active Member
#1
Hi,


After downgrade and upgrade (5.0 -> 4.2.23 -> 5.0) admin panel not working
"503 Service Unavailable The server is temporarily busy, try again later!"

==> /usr/local/litespeed/admin/logs/access.log <==
10.200.10.34 - - [27/May/2015:12:30:37 +0200] "GET / HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36"

==> /usr/local/litespeed/admin/logs/error.log <==
2015-05-27 12:30:48.001 [INFO] [10.200.10.34:2951] Abort request processing by PID:16628, kill: 1, begin time: 11, sent time: 5, req processed: 0
2015-05-27 12:30:53.001 [INFO] [10.200.10.34:2952] ExtConn timed out while processing, timeout=10.
2015-05-27 12:30:53.001 [INFO] [10.200.10.34:2952] connection to [/tmp/lshttpd/admin_php5.sock.592] on request #0, confirmed, 0, associated process: 16629, running: 0, error: Connection timed out!
2015-05-27 12:30:53.001 [NOTICE] [10.200.10.34:2952] Suspicious request timeout, associated process: 16629, running: 0.
2015-05-27 12:31:03.000 [INFO] [10.200.10.34:2952] ExtConn timed out while processing, timeout=10.
2015-05-27 12:31:03.000 [INFO] [10.200.10.34:2952] connection to [/tmp/lshttpd/admin_php5.sock.897] on request #0, confirmed, 0, associated process: 16646, running: 0, error: Connection timed out!
2015-05-27 12:31:03.000 [NOTICE] [10.200.10.34:2952] Suspicious request timeout, associated process: 16646, running: 0.
2015-05-27 12:31:03.000 [NOTICE] [10.200.10.34:2952] Max retries has been reached, 503!
2015-05-27 12:31:03.001 [NOTICE] [10.200.10.34:2952] oops! 503 Service Unavailable
2015-05-27 12:31:03.001 [NOTICE] [10.200.10.34:2952] Content len: 0, Request line: 'GET / HTTP/1.1'




bash-4.3# ls -lah /tmp/lshttpd/admin_php5.sock
ls: cannot access /tmp/lshttpd/admin_php5.sock: No such file or directory
bash-4.3# ls -lah /tmp/lshttpd/admin_php*
srwxr-xr-x 1 http http 0 May 27 12:15 /tmp/lshttpd/admin_php.sock
bash-4.3#


how to fix it?
 
Top