I replaced my combined log format line with:LogFormat "%h %l %u %t \"%!414r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
which, according to the article I was referred to (http://marc.theaimsgroup.com/?l=apache-httpd-users&m=108994597928722&w=2) claimed should remove the body from log entries that generate a 414 error (request too long). However, the requests are still being logged with the full URI.
Regards, David P. Donahue ddonahue@xxxxxxxxxxx Joshua Slive wrote:
On Apr 6, 2005 6:38 AM, David P. Donahue <ddonahue@xxxxxxxxxxx> wrote:After a few days I thought this method was working but I just got a couple more of those SEARCH requests in my logs. Maybe it just needs a little tweaking? Any ideas?You haven't given enough details on what you actually did to tell if you have done the configuration correctly. Also, this method will not eliminate all SEARCH requests. It will only get rid of requests that have a too-long URL. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx