Hi!
I'm interesting in the following squid configuration.
I need to pages (text/html, text/css and other objects with little size)
have to download through ISP2 and other objects have to download through
ISP1.

Following configuration doesn't work:
acl to_isp2 req_mime_type -i ^text/html$

cache_peer isp1 parent 3128 0
cache_peer isp2 parent 3128 0
cache_peer_access isp1 allow !to_isp2
cache_peer_access isp1 deny all
cache_peer_access isp2 allow to_isp2
cache_peer_access isp2 deny all




Reply via email to