You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Krishna Kumar (Engineering)" <kr...@flipkart.com> on 2016/05/10 08:02:03 UTC

[users@httpd] Restricting remote IP's for a Forward Proxy

Hi all,

I have been experimenting with Apache2 since yesterday (newbie), and
while I am able to get Forward Proxy working, is the following possible:

Intranet-Client1 can access only www.google.com
Intranet-Client2 can access only www.gmail.com
...
...
and so on.

I found the ProxyBlock keyword, but need somewhat opposite to this
either via a keyword or a regex match. Is this possible?

Thanks,
- Krishna