Subject: | inappropriate log level for "Bad/Missing header" |
The first request during the handshake between client / server of
course has no NTLM headers, so it is -normal- not to find that header.
But the module reports this through $r->log_error, so the Apache error
log gets hundreds of useless messages.
The message should probably be at the log_debug level.