Re: AW: Squid as reverse proxy

From: Jon Biddell <jon@dont-contact.us>
Date: Sun, 06 Aug 2000 07:51:14 +1000

At 05:08 PM 8/5/00, Henrik Nordstrom wrote:
>Jon Biddell wrote:
>
> > However, using a (to me) very simple (and insecure) acl, like;
> >
> > acl all src 192.168.1.0/255.255.255.0
> > acl allow all
> > acl deny !all
> >
> > should work (I may have the exact commands wrong in the example here).
>
>Would not work.
>
>1. Syntax error. The last two lines should be http_access...
>
>2. the acl name "all" is special because it is used in various built in
>defaults for other options, and should always match "everyone", no
>matter who.
>
>
>You are probably better off with:
>
>acl from_local_networks src 192.168.1.0/24
>http_access allow from_local_networks
>
>Insert these two lines where instructed in squid.conf (in the
>http_access section).

I'll try this immediately.... Thanks
Received on Sat Aug 05 2000 - 15:56:46 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:44 MST