Tmcat Apache ssl subsonic
Hi,
my setup ist a dedicated tomcat with the subsonic war + a apache2 webserver with ssl activated in front which is used as a proxy for the tomcat.
Added the following mod rewrite rules to the Apache ssl config
RewriteEngine On
ProxyPass /subsonic http://localhost:8080/subsonic
ProxyPassReverse /subsonic http://localhost:8080/subsonic
Which works perfectly.
But i dont really like to have it under mydomain.com/subsonic.
So i changed the Rule to:
ProxyPass /myxy http://localhost:8080/subsonic
ProxyPassReverse /myxy http://localhost:8080/subsonic
But now i get when i try to login a:
Anyone know how to fix this?
my setup ist a dedicated tomcat with the subsonic war + a apache2 webserver with ssl activated in front which is used as a proxy for the tomcat.
Added the following mod rewrite rules to the Apache ssl config
RewriteEngine On
ProxyPass /subsonic http://localhost:8080/subsonic
ProxyPassReverse /subsonic http://localhost:8080/subsonic
Which works perfectly.
But i dont really like to have it under mydomain.com/subsonic.
So i changed the Rule to:
ProxyPass /myxy http://localhost:8080/subsonic
ProxyPassReverse /myxy http://localhost:8080/subsonic
But now i get when i try to login a:
Not Found
The requested URL /subsonic/j_acegi_security_check;jsessionid=690CB1206B841B4E0A690D00D1FC71EF was not found on this server.
Anyone know how to fix this?