Re: [squid-users] novice here

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 05 Apr 2002 22:32:23 +0200

Aman Raheja wrote:
>
> Hi
> I have RH Linux 7.2 running squid. I think I am having problem with ACL. To
> me this seems sufficient.
>
> http_access allow 192.168.0.0/255.255.255.0

This won't work at all.. invalid syntax.

acl my_network src 192.168.0.0/24
http_access allow my_network

then verify your Squid configuration by running "squid -k parse". If no
error is returned then restart Squid to activate the new configuration
(or use "squid -k reconfigure", but a full restart of the Squid service
is recommended)

Regards
Henrik
Received on Fri Apr 05 2002 - 14:05:55 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:28 MST