|
# ./admin_php -v
PHP 4.4.9 (litespeed) (built: Apr 12 2011 13:32:49)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
# ls -la /tmp/lshttpd/
total 14
drwxr-x--x 3 www www 512 Apr 5 23:51 .
drwxrwxrwt 10 root wheel 512 Apr 5 18:47 ..
-rw-r--r-- 1 www www 580 Apr 5 23:51 .rtreport
-rw-r--r-- 1 www www 580 Apr 5 23:51 .rtreport.2
-rw-r--r-- 1 root www 261 Apr 5 23:51 .status
srwxr-xr-x 1 www www 0 Apr 5 02:55 admin_php.sock
srwxr-xr-x 1 www www 0 Apr 5 18:53 admin_php.sock.005
srwxr-xr-x 1 www www 0 Apr 5 02:59 admin_php.sock.746
srwxr-xr-x 1 www www 0 Apr 5 13:16 admin_php.sock.790
-rw-r--r-- 1 root www 6 Apr 5 18:52 lshttpd.pid
drwxr-x--- 8 www www 512 Apr 5 03:08 swap
# tail error.log
2012-04-05 18:53:20.095 [INFO] [109.152.101.48:51331-0#_AdminVHost] ExtConn timed out while processing.
2012-04-05 18:53:20.095 [INFO] [109.152.101.48:51331-0#_AdminVHost] connection to [/tmp/lshttpd/admin_php.sock.005] on request #0, confirmed, 0, associated process: 1952543827, running: 0, error: Operation timed out!
2012-04-05 18:53:20.095 [NOTICE] [109.152.101.48:51331-0#_AdminVHost] Suspicious request timeout, associated process: 1952543827, running: 0.
2012-04-05 18:53:30.094 [INFO] [109.152.101.48:51331-0#_AdminVHost] ExtConn timed out while processing.
2012-04-05 18:53:30.094 [INFO] [109.152.101.48:51331-0#_AdminVHost] connection to [/tmp/lshttpd/admin_php.sock.005] on request #0, confirmed, 0, associated process: 1952543827, running: 0, error: Operation timed out!
2012-04-05 18:53:30.094 [NOTICE] [109.152.101.48:51331-0#_AdminVHost] Suspicious request timeout, associated process: 1952543827, running: 0.
2012-04-05 18:53:30.094 [NOTICE] [109.152.101.48:51331-0#_AdminVHost] Max retries has been reached, 503!
2012-04-05 18:53:30.094 [NOTICE] [109.152.101.48:51331-0#_AdminVHost] oops! 503 Service Unavailable
2012-04-05 18:53:30.094 [NOTICE] [109.152.101.48:51331-0#_AdminVHost] Content len: 0, Request line: 'GET / HTTP/1.1'
2012-04-06 00:02:03.013 [INFO] [127.0.0.1:41027-0#_AdminVHost] Connection idle time: 301 while in state: 5 watching for event: 25,close!
2012-04-06 00:02:03.013 [NOTICE] [127.0.0.1:41027-0#_AdminVHost] Content len: 0, Request line: 'GET / HTTP/1.1'
2012-04-06 00:02:03.013 [INFO] [127.0.0.1:41027-0#_AdminVHost] HttpExtConnector state: 8, request body sent: 0, response body size: 0, response body sent:0, left in buffer: 0, attempts: 0.
2012-04-06 00:02:03.013 [INFO] [127.0.0.1:41027-0#_AdminVHost] Lsapi connection state: 2, watching event: 25, respState: 1, m_iTotalPending:0, m_iPacketLeft:0, m_iCurRespHeader:1163149650, req sent for 301 seconds,Total processing time: 301.
I can't see any log messages giving any indication of why the sockets are not working
Jonathan
Last edited by fluentltd; 04-05-2012 at 03:05 PM..
|