Michael Slater wrote:
> acl expired src 192.168.1.0/255.255.255.0
> acl normal src 203.38.34.0/255.255.255.0
> http_access deny all !normal
> deny_info expire.html expire
deny_info matches the last ACL used in http_access processing. In this
case "normal".
You probably want
http_access deny expired
http_access allow normal
deny_info expire.html expired
-- Henrik Nordstrom Spare time Squid hackerReceived on Mon May 03 1999 - 14:25:24 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:13 MST