Log Errors

#1
I am getting a :
WARN Start FCGI [fcgiAdminPHP]: failed to bind to UDS://tmp/lshttpd/admin_php.sock, fast cgi might be running,

in my logs and do not know what this may mean. Any help would be appreciated. This particular box is FreeBSD 4.9-RELEASE-p2 running LiteSpeed/1.2RC2 Standard.

Thank you.
 

mistwang

LiteSpeed Staff
#2
You can safely ignore this warning message, it means the socket address " uds://tmp/lshttpd/admin_php.sock associated with admin_php fast cgi process is busy, so LSWS guess admin_php is running (left over of previous lsws instance). You can leave it alone or just do "killall admin_php".

Best regards.
 
Top