9 Mar
2005
9 Mar
'05
9:58 p.m.
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