Basic i have the config below, i would like to know if is that
possible to create multiples acl's based on multiples auth_param basic
program , and how ...
Thanx
squid.conf:
http_port 3128
cache_mgr lucas@
cache_mem 64 MB
cache_dir ufs /usr/local/squid/var/cache 5120 64 256
auth_param basic realm "Acesso Restrito"
auth_param basic program /usr/local/squid/libexec/mysql_auth_lim
auth_param basic children 5
auth_param basic credentialsttl 180 seconds
auth_param basic casesensitive on
authenticate_cache_garbage_interval 180 seconds
authenticate_ttl 180 seconds
#Acel de AUTH
acl geral proxy_auth REQUIRED
#Ligeracao de AUTH para navegacao
http_access allow geral
#Todos IP em GRUPO ALL
acl all src 0.0.0.0/0.0.0.0
#Bloqueio dos Demais IPs
http_access deny all
Received on Sun Jul 24 2005 - 18:15:37 MDT
This archive was generated by hypermail pre-2.1.9 : Mon Aug 01 2005 - 12:00:02 MDT