[EMAIL PROTECTED] wrote:
server protocol.c Log: This will put some messages in the error log when some people try a lame DoS by just opening a socket, and never sending any data.
+ else if (r->connection->keepalive != AP_CONN_KEEPALIVE) {
+ ap_log_rerror(APLOG_MARK, APLOG_NOTICE, rv, r,
+ "request line read error.");
+ }
Is it possible to put a more descriptive message than "request line read error". If I was to see that in a logfile, I would have absolutely no idea whatsoever what it was trying to tell me :(
Regards, Graham --
