Re: access.log

From: Doug Renner <dmr@dont-contact.us>
Date: Wed, 26 May 1999 09:38:15 -0600 (MDT)

> Any Idea about this log?
>
> 927705296.374 38 202.158.2.132 NONE/400 1670 NONE
> error:unsupported-request-method - NONE/- -

Ok, I was talking out my rear on the 'access denied' query, but I know
this one! :)

If you look in src/url.c under the function "urlParseMethod", it lists the
valid request types; POST, PUT, HEAD, CONNECT, TRACE, and PURGE. If it
isn't one of these, that function returns METHOD_NONE which creates that
error.

For example, you get that if you telnet to your squid machine's HTTP
port and enter:

FOO / HTTP/1.0
[cr]
[cr]
Received on Wed May 26 1999 - 09:31:52 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:27 MST