error on litespeed

prandah

Well-Known Member
#1
Hi sir
i got error like this

Code:
2014-02-27 12:02:26.302ERROR[config:server:epsr:lsphp55] invalid path - /usr/local/lsws/fcgi-bin/lsphp55, it cannot be started by Web server!
2014-02-27 12:02:26.302ERROR[config:scripthandler] Can not find handler with type: 12, name: lsphp55.
2014-02-27 12:02:26.302ERROR[config:scripthandler] Can not find External Application: lsphp55, type: lsapi
2014-02-27 12:02:26.302ERROR[config:scripthandler] use static file handler for suffix [php55]
2014-02-27 12:02:26.303ERROR[ModSecurity] unknown server variable while parsing: MULTIPART_STRICT_ERROR
what should i do ?
 

NiteWave

Administrator
#2
first 4 lines error messages is because of
/usr/local/lsws/fcgi-bin/lsphp55
not exist. can ignore them. to workaround, you can
#ln -s /usr/local/lsws/fcgi-bin/lsphp5 /usr/local/lsws/fcgi-bin/lsphp55
 
Top