Re: [SQU] acl allow and deny, lastest finingd bad news:-(

From: Ilja Pavkovic <illsen@dont-contact.us>
Date: Thu, 19 Oct 2000 02:31:09 +0200

Hi,

> acl all src 0.0.0.0/0.0.0.0
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl SSL_ports port 443 563
> acl Safe_ports port 80 21 443 563 70 210 1025-65535
> acl CONNECT method CONNECT
> acl deniedsites url_regex "/usr/local/etc/squid/squid-deny.txt"
> acl allowedsites url_regex "/usr/local/etc/squid/squid-allow.txt"
> acl porn url_regex "/usr/local/etc/squid/porn.block.txt"
> acl noporn url_regex "/usr/local/etc/squid/porn.unblock.txt"
> acl okTime time MTWHF 09:00-18:30
> acl password proxy_auth 300
> #
> #Default configuration:
> http_access allow manager localhost
> http_access allow manager
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> #
> # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
> #acl aclname src
> http_access deny deniedsites
> http_access deny porn
> http_access allow all okTime password noporn
> http_access deny all

according to your mails before you will need to have something like:

http_access deny deniedsites
http_access deny porn
http_access allow all okTime password
http_access deny all

Ilja Pavkovic

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Oct 18 2000 - 18:31:56 MDT

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