This shows you the differences between two versions of the page.
| — |
blog:squid_vs._icy_shoutcast_streams [2009/09/26 18:14] (current) matthias created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== squid vs. icy (shoutcast streams) ====== | ||
| + | |||
| + | Sollte Squid nach einem Update Probleme mit Shoutcast Streams haben hilft folgender Eintrag in der squid.conf | ||
| + | |||
| + | <code> | ||
| + | acl shoutcast rep_header X-HTTP09-First-Line ^ICY.[0-9] | ||
| + | upgrade_http0.9 deny shoutcast | ||
| + | </code> | ||
| + | |||
| + | {{tag> squid, proxy, shoutcast }} | ||
| + | |||
| + | |||
| + | |||