[squid-users] squid denies livestream format *.wma

From: David Rosca-Lorenz <david.rosca-lorenz@dont-contact.us>
Date: Thu, 03 Mar 2005 06:57:06 +0100

   when i want to listen to webradio squid dinies the request.
*my cache.log shows this:
*
The request GET http://213.200.64.231/dasding$livestream.wma is DENIED,
because it matched 'http_all-user'

*my squid.conf :*

http_port 8080

cache_mem 96 MB

cache_dir ufs /var/cache/squid 100 16 256

cache_access_log /var/log/squid/access.log

cache_log /var/log/squid/cache.log

cache_store_log /var/log/squid/store.log

pid_filename /var/run/squid.pid

debug_options ALL,1 33,2 28,9

# Authentifizierungs Parameter
auth_param ntlm program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param ntlm use_ntlm_negotiate off

auth_param basic program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Internet Anmeldung!
auth_param basic credentialsttl 2 hour

#authenticate_ttl 1 hour

# Zugriffs Einstellungen
external_acl_type ads_group ttl=0 concurrency=5 %LOGIN
/usr/sbin/wbinfo_group.pl

acl all src X.X.X.X/X.X.X.X
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255acl to_localhost dst 127.0.0.0/8
acl https port 443
acl http_all-user external ads_group Internet-Vollzugriff
acl http-user external ads_group Internet-Http
acl proxy1 src X.X.X.X

http_access allow proxy1
http_access allow manager localhost
http_access deny manager
http_access allow localhost

http_access allow http_all-user
http_access deny https
http_access allow http-user
http_access deny all

http_reply_access allow all

never_direct allow all

cache_mgr dlorenz

cache_effective_user squid

error_directory /usr/share/squid/errors/German

log_fqdn on

cache_peer X.X.X.X parent 3128 0 default no-query no-digest

emulate_httpd_log on

Has anybody a idea???

David
Received on Wed Mar 02 2005 - 22:57:08 MST

This archive was generated by hypermail pre-2.1.9 : Fri Apr 01 2005 - 12:00:01 MST