Re: [SQU] ACL & Password

From: Robert Collins <robert.collins@dont-contact.us>
Date: Sat, 16 Sep 2000 09:02:56 +1100

try something like this

http_access allow !httpxs
http_access allow httpxs admin
http_access deny httpxs

That should allow normal requests thru without a password and only force
user identification when a zip/exe/rar is requested.

Rob

<snip>
> This what I have tried:
>
> acl admin proxy_auth jbw
> acl httpxs urlpath_regex \.zip$ \.rar$ \.exe$
>
> http_access allow admin httpxs
> http_access deny httpxs
>
> However it does not seem to be working. Going to any site prompts for a
> password. I only want it to prompt for a password if it matches the httpxs
> acl, what else should I try?
>
> Thanks,
>
> - Justin

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Fri Sep 15 2000 - 16:04:38 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:19 MST