[Resolved]invalid path - /usr/local/lsws/fcgi-bin/lsphp55

Status
Not open for further replies.
#1
Hello,

LiteSpeed keeps restarting and I see below lines, I have a matching PHP with apache any ideas why?

2014-08-30 05:03:23.163 [NOTICE] [config] chroot is disabled.
2014-08-30 05:03:23.163 [INFO] old priority: 0, new priority: 0
2014-08-30 05:03:23.163 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2014-08-30 05:03:23.165 [NOTICE] [PID: 3812]: start cgid: 3813, /usr/local/lsws/bin/httpd
2014-08-30 05:03:23.165 [NOTICE] The maximum number of file descriptor limit is set to 16384.
2014-08-30 05:03:23.166 [NOTICE] [config] Cache function requires a 2-CPU license or above.
2014-08-30 05:03:23.166 [ERROR] [config:server:epsr:lsphp55] invalid path - /usr/local/lsws/fcgi-bin/lsphp55, it cannot be started by Web server!
2014-08-30 05:03:23.166 [NOTICE] [config:server:rails] Cannot find ruby interpreter, Rails easy configuration is turned off
2014-08-30 05:03:23.166 [ERROR] [config:scripthandler] Can not find handler with type: 12, name: lsphp55.
2014-08-30 05:03:23.166 [ERROR] [config:scripthandler] Can not find External Application: lsphp55, type: lsapi
2014-08-30 05:03:23.166 [ERROR] [config:scripthandler] use static file handler for suffix [php55]

2014-08-30 05:03:23.167 [INFO] Processing config file: /usr/local/apache/conf/includes/pre_main_global.conf
2014-08-30 05:03:23.167 [INFO] Processing config file: /usr/local/apache/conf/includes/pre_main_2.conf
2014-08-30 05:03:23.167 [INFO] Processing config file: /usr/local/apache/conf/php.conf
2014-08-30 05:03:23.167 [INFO] Processing config file: /usr/local/apache/conf/includes/errordocument.conf
2014-08-30 05:03:23.167 [INFO] Processing config file: /usr/local/apache/conf/includes/account_suspensions.conf
2014-08-30 05:03:23.168 [INFO] Processing config file: /usr/local/apache/conf/modsec2.conf
2014-08-30 05:03:23.168 [ERROR] [ModSecurity] unknown server variable while parsing: MULTIPART_STRICT_ERROR
 

NiteWave

Administrator
#2
these errors can be safely ignored, should not be the reason of restart.

to eliminate the errors regarding php55, just do
Code:
ln -s /usr/local/lsws/fcgi-bin/lsphp5 /usr/local/lsws/fcgi-bin/lsphp55
 
Last edited by a moderator:
Status
Not open for further replies.
Top