[xwiki-users] Apache in front of Xwiki issue

Graeme West graeme.west at gcal.ac.uk
Mon Jun 16 16:29:07 CEST 2008


Hi all,
Me again...

I'm trying to get Xwiki to run behind Apache using mod_proxy, so that I have access to Xwiki via port 80 and can still do other Apache stuff. I've set up Apache according to:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances


ProxyRequests Off
<Proxy *>
        Order deny,allow
        Allow from all
</Proxy>
ProxyPreserveHost On
ProxyPass /xwiki ajp://localhost:8009/xwiki

I have also enabled the AJP connector in the Xwiki Jetty's jetty.xml file, by un-commenting the relevant section


However, I get an Apache error page when trying to load the proxied Xwiki (200 OK - "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.")

This is what appears in the Xwiki log:

2008-06-16 15:25:48,550 [http://HOST/xwiki/bin/view/Main/WebHome] [AJP13Listener2-2] ERROR web.XWikiAction                 - Connection aborted

Any ideas?

Thanks,

Graeme

Glasgow Caledonian University is a registered Scottish charity, number SC021474


More information about the users mailing list