Squid Cache: Version 2.5.STABLE3
configure options: --prefix=/usr/local/squid --enable-gnuregex --enable-delay-p
ools --enable-useragent-log --enable-referer-log --enable-kill-parent-hack --ena
ble-removal-policies --enable-ssl --enable-linux-netfilter --enable-underscores
On Monday 16 June 2003 23.59, per jarevez wrote:
> # > # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS > # > http_access allow myAllow all <---- becomes "http_access allow > all" after Netfilter REDIRECT is switched back on. > http_access deny myDeny all > http_access allow localhost > http_access allow intranet > # And finally deny all other access to this proxy > http_access deny all
Are you really sure the above is what you want?
http_access allow myAllow all
gives everyone in the whole world access to any sites matching "myAllow".
I think what you want is
http_access allow localhost http_access allow myAllow intranet http_access deny myDeny http_acces allow intranet
Regarding the Netfilter issue, what do you get in access.log?
Regards Henrik
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
