Where is my mistake?

From: Yuriy Kouznetsov <yuriy@dont-contact.us>
Date: Mon, 6 Sep 1999 16:07:26 +0300

I have acl question... I have two categories users with full access
and limited access... And domains (dource or dest) where no password
necessary... How to make this becous my try is now working:( Looking for
redirector (like squid guard) with password user auth?

acl all src 0.0.0.0/0.0.0.0
acl deny1 urlpath_regex -i \.s3m$ \.exe$ \.zip$ \.wav$ \.mp3$ \.gz$ \.mov$
\.avi$ \.viv$ \.ev$ \.cab$
acl deny2 url_regex "/usr/local/etc/deny"
acl permit url_regex "/usr/local/etc/permit"
acl free_users proxy_auth "/usr/local/free_users"
acl deny_users proxy_auth "/usr/local/deny_users"
acl free_dest dstdomain foo.bar
acl free_sources srcsdom_regex moon sun

http_access allow free_sources
http_access allow free_dest
http_access allow free_users
http_access allow deny_users permit
http_access allow deny_users !deny1 !deny2
http_access deny all

TIA
                    =-= ass. prof. Yuriy Kouznetsov =-=
----------- <Academy Of Economics - Svishtov - BULGARIA> -----------
tel.: +359(631)24758;+359(631)279383;fax:+359(631)23472 ICQ:2362221
mailto:yuriy@uni-svishtov.bg http://www.uni-svishtov.bg/yuriy/
Where will M$ try to drag you today? Do you really want to go there?
--------------------------------------------------------------------
Received on Mon Sep 06 1999 - 07:28:54 MDT

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