Thread: Need help with multiple web server reverse proxy [Squid]
i have squid reverse proxy working domains specify in squid.conf file. add additional default rule, if domain not match 1 of known domains.
mapping domains particular servers using following config lines.
is there acl line can use other?code:cache_peer 10.10.20.15 parent 80 0 no-query no-digest originserver name=lamp_server login=pass acl sites_lamp dstdomain (list of domain names here) cache_peer_access lamp_server allow sites_lamp
i able working specifying 'all' instead of acl, , denying other acl's on server.
code:acl sites_lamp dstdomain (list of domain names here) cache_peer_access lamp_server allow sites_lamp cache_peer_access default_server deny sites_lamp cache_peer_access default_server allow all
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [all variants] Need help with multiple web server reverse proxy [Squid]
Ubuntu
Comments
Post a Comment