Hi HTTPD Users,

I'm using Apache 2.2 on Debian (Kernel 2.6) as a proxy for my web applications .

So far I got it all working, including SSL and stuff. But when I had a look at the access.log, I saw hundreds of (mostly GET) requests to URL which are not mine.

I'm not really sure what this means, but I think some bots are using the proxy to access other sites. Can that be?

I turned

ProxyRequests Off

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


With Allow/Deny from all, I can only restrict who can request the proxy, but I need to restrict the proxy to only forward request to localhost.

Do I've to do that with iptables or is it possible within Apache?


thanks!
Hannes

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to