WARN: Request has not been logged into access log...

subBlue

Active Member
#1
I've been noticing quite a few occurances of the warning:
Code:
WARN: Request has not been logged into access log, response body sent: 0!
There doesn't seem to be any particular pattern to these errors so I'm not sure what is causing it. All our sites are Rails based. Any further explaination as to the meaning/cause of the error?

Thanks.
 

xing

LiteSpeed Staff
#2
This is feature introduced in 2.2.3.

Basically if a web browser connects to litespeed, sends a request, but then closes without waiting or getting any response from litespeed, the request is not logged to "access log". Otherwise, people would be billed for bandwidth they haven't actually pushed.

You can remove the warn level mesages by descreasin the log level.

We give out this message so you know, as web admin, this is happening just in case someone trys to DoS you, at least you have something in your logs.
 
Top