[Zope] Apache as a proxy

Matt Francis mfrancis at edcor.com
Wed Mar 9 16:58:19 EST 2005


Does anyone one know how to configure apache to proxy for zope?  I followed
the documentation and I can't get it to work.  This is what I have:

    ProxyPass /folder1 http://localhost:8080/folder1
    ProxyPassReverse /folder1 http://localhost:8080/folder1/'

When I hit this page through apache, I can see my auth page.  After I
successfully authenticate to my application, zope kicks me back to the 8080
port instead of apache.  Any help would be appreciated.

Thanks


More information about the Zope mailing list