I'm having a small problem...

OK, I got proxying working, with relatively little trouble, basically I
put the following in apache:

<VirtualHost *>
ServerAdmin [EMAIL PROTECTED]
ServerName squeezeserver.example.com
ProxyRequests Off
ProxyPass / http://localhost:9000/
ProxyHTMLURLMap http://localhost:9000 /
ProxyPreserveHost On
<Location />
AuthType Digest
AuthName "squeezebox"
AuthUserFile /etc/apache2/digest
Require user music
ProxyPassReverse http://localhost:9000/
SetOutputFilter proxy-html
RequestHeader unset Accept-Encoding
</Location>
</VirtualHost>

I can use winamp from work and access my server, with security and
everything... but, squeezecenter thinks that the player is connecting
through the proxy (i.e. localhost) instead of from outside, therefore I
can only have one "client" connected through this method, if I connect
another client (my work, from her office) they both step on each
other's toes.

So again: how do I use apache proxy in such a way that each connection
to the server shows up as a different player?

Any ideas?

Roberto


-- 
rleibman
------------------------------------------------------------------------
rleibman's Profile: http://forums.slimdevices.com/member.php?userid=16377
View this thread: http://forums.slimdevices.com/showthread.php?t=31571

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to