Dave Fitch wrote:
 
> Why do every so often I get bits like:
> 
> adlax3-110.dialup.optusnet.com.au - - [25/Mar/2001:22:15:56 +1000] "GET 
>http://www.yahoo.com/ HTTP/1.1" 403 218
> 
> in my apache access.log?
> 
> It's out of the blue, that person hasn't been looking at my
> website or anything they just appear to be requesting my
> apache to get that yahoo url.  Why?

...  - - [25/Mar/2001:22:15:56 +1000] "GET http://www.yahoo.com/ HTTP/1.1" 403 218
...                                        ^^^^^^^^^^^^^^^^^^^^^

Is the ^^^^^ bit above perhaps specified in a LogFormat specifier in
your httpd.conf file. 

This would do it:

LogFormat "%h %l %u %t \"%{Referer}i\" %>s %b" common 


--
Rick Welykochy || Praxis Services Pty Limited

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to