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
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list