I am trying to provide access to the web interface of subsonic via port 80 using DNS name and internally (in apache config) proxying to subsonic deployed on tomcat on port 8080.
I can access the subsonic directly via tomcat on port 8080 on localhost, but not via the apache proxying.
Is it due to some DWR related configuration?
[update] the 403 was due to my tomcat configuration. However, after correcting that, I still cannot access the webapp or a playing playlist (localhost:8080/stream?player=1) via apache httpd proxying and my public URL, though I can access it using the localhost URL above.