Hi all:
Another trouble, I'm installing Squid-2.5_1 on my FreeBSD-4.5 to caching my
WWW server, the configuration becomes easy, everything is fine (I mean, no
errors in the config file) but I think it's not working as I hope, for
example if I'm put LAN through domain1 nothing happens, people who access
through 192.168.2.X can't navigate.
Here is (reduced) my configuration file:
=======================================================================
acl LAN src 192.168.1.0/24
acl inet src 192.168.2.16/29 # People who gains access to INet
acl domain1 src 192.168.2.8/29
acl foo dstdomain .foo
http_access allow LAN
http_access allow inet
http_access allow domain1 foo
http_access deny all
cache_effective_user squid
cache_effective_group squid
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
=======================================================================
NOTE: the server IP is 192.168.1.1
Received on Fri Feb 07 2003 - 14:02:31 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:16 MST