[Zope] Apache 2 and Zope Integration
Peter Sabaini
peter at sabaini.at
Sat Apr 3 09:59:22 EST 2004
Did you take a look at the "Virtual Hosting" chapter of the Zope book?
http://zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting.stx
Ade Fewings wrote:
> Hi all,
>
> I'm trying to persuade our powers-that-be that a switch-over to using
> Zope for our website would be "a good idea". For this, the best way for
> me to achieve things is using Zope and the existing Apache stuff
> together. I've been following the guide at
> http://zope.org/Members/anser/apache_zserver for using Apache's Inverse
> Proxy ability to reach our Zope installation. However, I am having the
> problem that i have to log in twice to the management interface and then
> when i come to log out of it, i get the following error from Apache:
>
> The requested URL /manage_zmi_logout was not found on this server.
>
> I have the following in httpd.conf [changed the names to protect the
> server]:
>
> ProxyPass /Zope http://a.b.com:81/
> ProxyPassReverse /Zope http://a.b.com:81/
> ProxyPass /misc_ http://a.b.com:81/misc_
> ProxyPass /p_ http://a.b.com:81/p_
>
> I have also added the SiteRoot object in the management root.
>
> Does anybody have any idea what i might have done wrong? Is it because
> we are using Apache 2 [2.0.48]?
>
> Many thanks
> Ade
>
> _______________________________________________
> Zope maillist - Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
More information about the Zope
mailing list