Have these lines in the config:
LoadModule proxy_module modules/mod_proxy.so
I wouldn't even load the module unless you need the functionality FWIW! From a security perspective, I'd personally only enable what modules you actually need and use.
# 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 ?
Your log indicates an http response code of 200 -- which means no error conditions. It looks to me like the proxy request was probably a success. If you're seeing a ton of these, I'd work on the assumption that your box is being used as an http proxy.
Could it mean something else?
Never say never, but I don't think so. It is possible that your copy of apache is using another httpd.conf file than the one that you're looking at? Perhaps you've enabled ProxyRequests on a virtual host basis? Those are the first 2 thoughts that pop into my head.
Mike
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list