mod_proxy - Restrict Outgoing Connections

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux