error litespeed cPanel

#1
Good Afternoon,

After installation have problems accessing the admin console:
Found last 10 warning / fault messages in the log: More
Time Level Message
11/28/2014 19: 30: 49,824 ERROR [config: scripthandler] Can not find handler with Type: 12, name: lsphp55.
11/28/2014 19: 30: 49,824 ERROR [config: scripthandler] Can not find External Application: lsphp55, type: LSAPI
11/28/2014 19: 30: 49,824 ERROR [config: scripthandler] use static file handler for suffix [php55]
11/28/2014 19: 30: 49,824 ERROR [ModSecurity] Variable unknown server while parsing: MULTIPART_STRICT_ERROR
11/28/2014 19: 31: 12,726 ERROR [IP:50346-0#APVH_109.205.140.58:443_domain.] Maximum number of redirect reached.
11/28/2014 19: 31: 12,726 ERROR [IP:50346-0#APVH_109.205.XX.XX:443_domain.com] Maximum number of redirect reached.
11/28/2014 19: 34: 23,917 ERROR [IP:50427-0#APVH_109.205.XX.XX:443_domain.com] Maximum number of redirect reached.
11/28/2014 19: 34: 23,917 ERROR [IP:50427-0#APVH_109.205.XX.XX:443_domain.com] Maximum number of redirect reached.
11/28/2014 19: 34: 26,726 ERROR [IP:50432-0#APVH_109.205.XX.XX::443_domain.com] Maximum number of redirect reached.
11/28/2014 19: 34: 26,726 ERROR [IP:50432-0#APVH_109.205.XX.XX::443_domain.com] Maximum number of redirect reached.
 

NiteWave

Administrator
#2
lsphp55 error message can be ignored.
to have it disappear in error log:
#ln -s /usr/local/lsws/fcgi-bin/lsphp5 /usr/local/lsws/fcgi-bin/lsphp55

>11/28/2014 19: 30: 49,824 ERROR [ModSecurity] Variable unknown server while parsing: MULTIPART_STRICT_ERROR
can ignore it. it's because litespeed's mod_security not 100% compatible with apache's mod_security

>11/28/2014 19: 31: 12,726 ERROR [IP:50346-0#APVH_109.205.140.58:443_domain.] Maximum number of redirect reached.
>11/28/2014 19: 31: 12,726 ERROR [IP:50346-0#APVH_109.205.XX.XX:443_domain.com] Maximum number of redirect reached.
this should be from .htaccess, rewrite rules has caused infinite loop.
this need be fixed. identify which rules has caused this issue. you can paste here for analysis.
 
Top