> From: Martin Svoboda <martins@pvt.net>
> I need set this:
> User can go to all destinations but not in our two domains through
> proxy.
> I can set this.
> http_access allow alldst !ourdst1 !ourdst2
> It works.
> But on same server that proxy runs Apache which sends autoconfiguration
> file for Netscape. And when I set 'http_access allow alldst !ourdst1
> !ourdst2' I can't go to Apache because it is in our domain1.
>
> How set http_access and acl?
Just allow access to your apache host in an acl earlier:
http_access allow apache_host
http_access allow alldst !ourdst1 !ourdst2
-- Bernd bziller@ba-stuttgart.de ------------------------------------------------- http://www.ba-stuttgart.de/~bziller/ Perry Rhodan - Blind Guardian - Morwen PagesReceived on Tue Apr 08 1997 - 00:40:49 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:57 MST