Hi All,
Well tried this configuration today and unfortunately it did not work.
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
Basically when you were asked to authenticate but then 403 access denied
would come up, so I altered the last rule to:-
http_access allow all
But then you always got through even if it cut down the okTime.
I am at a loss.
Could it be:-
acl all src 0.0.0.0/0.0.0.0
M.
-- He came from Econet - Oh no, I've run out of underpants :( Home:- jaydee@wizdom.org.uk http://www.wizdom.org.uk Shadow:- webmaster@shadow.org.uk http://www.shadow.org.uk Work:- netman@hinwick.demon.co.uk http://www.hinwick.demon.co.uk Web site Monitoring:- http://www.shadow.org.uk/SiteSight/ -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Oct 18 2000 - 12:38:12 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:47 MST