[xwiki-users] My Howto - Debian 4 (etch) - Tomcat - MySQL

Sergiu Dumitriu sergiu at xwiki.com
Thu Mar 13 20:30:35 CET 2008


justanotheradress at gmail.com 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/


More information about the users mailing list