Litespeed Web Server Crash - Error code 4

#1
Hello everybody,

we are recently encapping in a blocking issue with our web server based on LiteSpeed (Version 4.2.2 ).

The web server randomly crashes with no ability to automatically restart, and every time we have to perform the restart option manually.

The errors we are able to find in the system logs are the following:

"2013-04-30 13:21:06.943 [INFO] [IPADDRESS:51184-0#APVH_xxxxxxxx.com] abort request..., code: 4
2013-04-30 13:21:11.752 [INFO] [IPADDRESS:49741-0#APVH_xxxxxxxx.com] abort request..., code: 4
2013-04-30 13:21:21.288 [INFO] [IPADDRESS:51810-0#APVH_xxxxxxxx.com] abort request..., code: 4
2013-04-30 13:21:24.157 [INFO] [IPADDRESS:65457-0#APVH_xxxxxxxx.com] abort request..., code: 4
2013-04-30 13:21:26.633 [INFO] [IPADDRESS:62096-0#APVH_xxxxxxxx.com] abort request..., code: 4
2013-04-30 13:21:32.278 [INFO] [IPADDRESS:52375-0#APVH_xxxxxxxx.com] abort request..., code: 4
2013-04-30 13:21:38.674 [INFO] [IPADDRESS:4126-0#APVH_xxxxxxxx.com] abort request..., code: 4
2013-04-30 13:21:39.834 [INFO] [IPADDRESS:57078-0#APVH_xxxxxxxx.com] abort request..., code: 4
2013-04-30 13:21:50.480 [INFO] [IPADDRESS:53925-0#APVH_xxxxxxxx.com] abort request..., code: 4
2013-04-30 13:21:53.734 [INFO] [IPADDRESS:46212-0#APVH_xxxxxxxx.com] abort request..., code: 4 "

Could you help us to understand the meaning of the previous error code?

Thanks in advance, all the best,

G
 

NiteWave

Administrator
#2
when did you install 4.2.2 ?
#ls -l /usr/local/lsws/bin/lshttpd.4.2.2

do a force-reinstall 4.2.2, the error message may be gone.
 
#3
Thank you for your answer.

We already performed this task, but we did not solve our problem, and moreover we also added another issue by forcing the reinstalling of your latest package version; this issue is about the fact that litespeed does not consider to ignore the following directive in the .htaccess file:

<LocationMatch .*>
# To ignore
SecRuleRemoveById 391213
</LocationMatch>


This is causing serious problems to out system, could you please help us?

Thanks in advance,

G
 
Top