Re: [squid-users] deny_info oddity

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 4 Sep 2002 15:51:13 +0200

Wilfried Weissmann wrote:

> >>acl EXCHANGE_CLEAN urlpath_regex ^/exchange/
> >>http_access deny EXCHANGE_CLEAN !IS_SSL
> >>
> >>An then the deny_info rule:
> >>deny_info EXCHANGE_FW_URL EXCHANGE_CLEAN !IS_SSL
> >
> > To match the above http_access this should read
> > deny_info IS_SSL
>
> I think I did not explain my problem well:

You did, but I typed a bit too quick in the reply

deny_info EXCHANGE_FW_URL IS_SSL

is what matches the http_access rule you are using.

deny_info only looks at the final ACL that caused the request to be denied. If
you list multiple ACL names on the same deny_info line then any of the listed
ACL names will cause this error page to be returned.

Regards
Henrik
Received on Wed Sep 04 2002 - 07:51:17 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:03 MST