Hi Stephanie, Can you try to replace the ProxyPass part by:
ProxyPass /xwikiv2 ajp://localhost:8009/xwikiv2<http://localhost:8080/xwikiv2> > ProxyPassReverse /xwikiv2 > ajp://localhost:8009/xwikiv2<http://localhost:8080/xwikiv2> > Let me know if it's better. Regards, Guillaume 2011/4/18 Paul Libbrecht <[email protected]> > Depending on the version you use, and how much you tuned it, using a > different "context name" than /xwiki/ is likely to produce bizarre > behaviours i believe. > > Are you sure you need the <Proxy> section? Isn't that the door towards > opening your server to be exploited as a proxy to go outside? > > paul > > > Le 18 avr. 2011 à 13:28, [email protected] a écrit : > > > Redirect / /xwikiv2/ > > > > ProxyPass /xwikiv2 http://localhost:8080/xwikiv2 > > ProxyPassReverse /xwikiv2 http://localhost:8080/xwikiv2 > > ProxyPreserveHost On > > </VirtualHost> > > > > So all communication should be encrypted and the user should > > immediately be redirected to the wiki. > > > > With these settings we encounter a strange behaviour. For example the > > Blog refuses to create a new category (see: [xwiki-users] Server not > > responding when creating a new Blog-Category). If I point my browser > > directly to my-domain.de:8080 I can create categories. > > > > Is the config file correct? Is there a better way? > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > -- Guillaume Fenollar [email protected] Skype: guillaume.fenollar _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
