hello,

always after i enable authentication i'm unable to browse on any webpage and i'm not 
even getting an errorpage from squid.

so heres my buggy squid.conf

<snip>
http_port 8080
icp_port 0
htcp_port 0
hierarchy_stoplist cgi ? 
acl QUERY urlpath_regex cgi \?
no_cache deny QUERY
cache_dir diskd /var/spool/squid 100 16 256
ftp_user [EMAIL PROTECTED]
authenticate_program /my/auth/program
authenticate_children 5
proxy_auth_realm Meine Proxy-Anmeldung
range_offset_limit 0 KB
ident_timeout 1 seconds
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 FTP proto FTP
always_direct allow FTP
acl VERTRAUT src 192.168.0.0/255.255.0.0
acl VERTRAUT src 81.89.229.64/255.255.255.240
acl ANMELDUNG proxy_auth REQUIRED
http_access allow ANMELDUNG
cache_mgr [EMAIL PROTECTED]
visible_hostname proxy.go-gate.de
forwarded_for off
cachemgr_passwd disable all

</snip>

i know the VERTRAUT acl isnt used currently..

my authentication program can also be replaced with the ncsa_auth tool, its the same 
problem.
i tried it with squid 2.4 and 2.5 (and changed the authentication params so that it 
works with both versions.)

i hope someone has a hint for me.

thanks,
Philipp


Reply via email to