I have 3 cache_peer and want to configure like this
Paccs acl goes to 192.168.0.1
MediaExt acl goes to 192.168.0.2
and all others request goes to 192.168.0.3
for this I change in squid.conf like this, but it is not working properly.
Squid Cache: Version 2.5.STABLE13
OS : Fedora Core 3
acl MediaExt urlpath_regex -i \.EXE$
acl Paccs dstdomain www.paccs.com.pk
acl OurLan src 10.0.0.0/255.0.0.0
cache_peer 192.168.0.1 parent 8080 0 no-query
cache_peer_access 192.168.0.1 allow OurLan Paccs
cache_peer 192.168.0.2 parent 8080 0 no-query
cache_peer_access 192.168.0.2 allow OurLan MediaExt
cache_peer 192.168.0.3 parent 8080 0 no-query
cache_peer_access 192.168.0.3 allow OurLan !MediaExt !Paccs
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Received on Thu Apr 06 2006 - 02:55:05 MDT
This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT