gabrix
13th August 2007, 23:51
I run a debian stable and i use squid as transparent proxy fr my lan pcs.Once i get to mail.google.com the page doesn't load in the sense it is always about to oad but it doesn't.I'm using these acls:
acl google dstdomain .google.com
cache allow google
acl MAILGOOGLE url_regex ^http://mail.google.com/$
http_access allow MAILGOOGLE
acl itgoogle dstdomain *.google.it
cache allow itgoogle
But they don't work for sure there is something wrong also disabling the previous acl related to cgi's
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
But i don't know how much this acl is related to mail.google.com.
Help ?
acl google dstdomain .google.com
cache allow google
acl MAILGOOGLE url_regex ^http://mail.google.com/$
http_access allow MAILGOOGLE
acl itgoogle dstdomain *.google.it
cache allow itgoogle
But they don't work for sure there is something wrong also disabling the previous acl related to cgi's
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
But i don't know how much this acl is related to mail.google.com.
Help ?