I configured my (2.5 +ssl) squid as follows:
# And finally deny all other access to this proxy
acl net src 150.50.0.0/16 192.168.0.0/16 10.30.0.0/16
acl secureid proxy_auth REQUIRED
http_access allow net
http_access allow secureid
http_access deny all
What I want is: all "net" users ar efree to use the proxy (and
host-accelrator)
((Yes I just the DEFINES = -DAUTH_ON_ACCELERATION)) option.:)))
All other users (secureid) must by authenticated.
I am sure I miss something or doing something wrong.
The users get authenticated: But then. the requested page does not contain
any data!!!
If I make it a complete http_access allow all.. It works allright!
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Feb 14 2001 - 05:49:48 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:00 MST