[squid-users] passthrough auth

From: -= RPG =- <r.garin@dont-contact.us>
Date: Fri, 06 Jun 2003 07:49:39 +0800

i got a squid as child on a parent squid with auth. i cant auth. it wont
accept my password if i pass through the child. what i did was to use
the login option on cache_peer but i want the auth be passthrough the
client.

http_port 9999
icp_port 3130

hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 8 MB

cache_peer 172.16.171.36 parent 3128 3130 login=user2:walalang

cache_dir ufs /usr/local/squid/cache 100 16 256
cache_access_log /usr/local/squid/var/logs/access.log
cache_log /usr/local/squid/var/logs/cache.log
cache_store_log /usr/local/squid/var/logs/store.log
pid_filename /var/run/squid.pid

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 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost

never_direct allow all
http_access allow all
icp_access allow all

cache_mgr root@ersographics.com
cache_effective_user squid
cache_effective_group squid
visible_hostname proxy.ersographics.com
Received on Thu Jun 05 2003 - 17:45:40 MDT

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