Hi, I am trying to access squeezecenter 7.01 running on my ubuntu 6.06 server from the internet using apache mod_proxy in a reverse proxy setup. Unfortunately I can't seem to get it working properly. My configuration is below
ProxyRequests Off ProxyPreserveHost On <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /squeezecenter/ http://localhost:9000/ ProxyHTMLURLMap http://localhost:9000 /squeezecenter <Location /squeezecenter/> ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / /squeezecenter/ ProxyHTMLURLMap /squeezecenter /squeezecenter RequestHeader unset Accept-Encoding </Location> I can access the stream at http://www.<myserver>.com/squeezecenter/stream.mp3 but the connection or any other players are not shown in the web interface accessed via http://www.<myserver>.com/squeezecenter/ I can browse my music collection but obviously not play anything as the player cannot be selected. Also the settings popup window can be shown but shows no content in its tabs. My remote connection is shown (as xine from 127.0.0.1) when I access the web interface via http://<mylocalserver>:9000. Even music can be played via the stream then. I tried different variations on the configuration file using the information in the forum and the internet, but I was unable to resolve the problem. Does anybody have a suggestions (or a working configuration he/she is willing to share)? grz, Onno -- 0nn0 ------------------------------------------------------------------------ 0nn0's Profile: http://forums.slimdevices.com/member.php?userid=16938 View this thread: http://forums.slimdevices.com/showthread.php?t=46456 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
