Search squid archive

multiple proxyauth programs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux