[squid-users] Re: squid and url_regex. Not working

From: ranmanh <eatdespain_at_gmail.com>
Date: Mon, 19 Aug 2013 08:02:55 -0700 (PDT)

Original Configuration:

The configuration as follows:

acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1

acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network

acl Safe_ports port 80 # http
acl Safe_ports port 443 # https
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access allow localnet
http_access allow localhost
http_access deny all
http_port 80

--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-and-url-regex-Not-working-tp4661633p4661641.html
Sent from the Squid - Users mailing list archive at Nabble.com.
Received on Mon Aug 19 2013 - 15:03:36 MDT

This archive was generated by hypermail 2.2.0 : Mon Aug 19 2013 - 12:00:26 MDT