[email protected] wrote:
<http://wahlfreiheit.ch:8082/xwiki/>
Try:
ProxyPass /xwiki http://wahlfreiheit.ch:8082/xwiki/ ProxyPassReverse /xwiki http://wahlfreiheit.ch:8082/xwiki/
When I'm doing that, the page works fine with http://wahlfreiheit.ch/xwiki/ but not with http://wahlfreiheit.ch/. I do want to show the xwiki on root ("/").
I don't understand that behavior...
To options: 1. Use: ProxyPass / http://wahlfreiheit.ch:8082/ ProxyPassReverse / http://wahlfreiheit.ch:8082/ and move XWiki from tomcat/webapps/xwiki to tomcat/webapps/ROOT This means that you won't have the Tomcat manager app, but you will also remove /xwiki/ from the path. 2. Add a redirect from http://wahlfreiheit.ch/ to http://wahlfreiheit.ch/xwiki/ -- Sergiu Dumitriu http://purl.org/net/sergiu/