[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: apache weird GET
- From: Leo <champen terra es>
- To: redhat-list redhat com
- Subject: Re: apache weird GET
- Date: Fri Jan 30 11:51:30 2004
Have these lines in the config:
LoadModule proxy_module modules/mod_proxy.so
#
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
#<IfModule mod_proxy.c>
#ProxyRequests On
#
#<Proxy *>
# Order deny,allow
# Deny from all
# Allow from .your-domain.com
#</Proxy>
I guess they're trying without success ?
Could it mean something else?
Thanks.
Mike McNamara wrote:
Getting lines such as these in apache access_log file:
211.23.180.230 - - [30/Jan/2004:03:22:27 +0100] "GET
http://www.yahoo.com/ HTTP/1.1" 200 6839 "-" "Mozilla/4.0
(compatible; MSIE 4.01; Windows 98)"
What does it mean? (the "GET ...yahoo..." part)
Someone is attempting (possibly successfully) to use your copy of
apache as a proxy server. Do you have mod_proxy enabled and
ProxyRequests set to 'on' without any host restrictions?
Mike
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]