Displaying 2 results from an estimated 2 matches for "logstderr".
Did you mean:
log_stderr
2014 May 21
2
Icecast2, ezstream and reverse proxy
Hello
Ezstream is working well locally with Icecast2 on port 8000 on a Debian Wheezy platform. However, I use a reverse proxy (Pound) to pass all requests from the Internet for x.mysite.com to backend localhost:8000 i.e. my Icecast2 server. This works fine, i.e. x.mysite.com brings up the Icecast2 Status page. My problem is with the ezstream xml configuration <url></url> setting which
2014 May 23
3
Icecast2, ezstream and reverse proxy
...ExtFilterDefine fixplaylistport mode=output cmd="/usr/bin/sed -e
's/localhost:8800/live.radiom.fr/g' -e
's/live.radiom.fr:8800/live.radiom.fr/g'"
<Location />
Order allow,deny
Allow from all
ExtFilterOptions LogStdErr Onfail=remove
SetOutputFilter fixplaylistport
</Location>
</VirtualHost>
And it works like a charm, and allows us to benefit from the HTTP 1.1
"Host" header, and use it in a virtual host.
The filter simply rewrites the listening URL served by the Iceca...