Security Basics mailing list archives

Re: Strange Web Server Log Entries


From: Sean Malloy <spinelli85 () gmail com>
Date: Thu, 6 Dec 2007 21:11:59 -0600

On Fri, Dec 07, 2007 at 09:58:26AM +0900, Sukbum Hong wrote:
Hello Sean Malloy.

Did you enable the forward proxy function?
It is a proxy attempt using your webserver.

If don't use forward proxy, set the ProxyRequests Off.
If you must set ProxyRequests on, set like below.

<Proxy *>
    Order deny,allow
    Deny from all
    Allow from 192.168.1.3 
</Proxy>

But, according to your log, you didn't set ProxyRequests On.

please see below link for more info.
http://httpd.apache.org/docs/1.3/mod/mod_proxy.html


Thanks.




I do not have the forward function enabled and never have. Thanks for
the advice.

-- 
Sean Malloy
Home Page: www.catgrepsort.com


Current thread: