There is a good How-To at: http://www.zope.org/Members/markoer2/resources/howtos/redhat_7.3_startup Check the "ZServer + Apache" for some discussion on creating a rewrite rule for Zope. There is also a section on "Running virtual hosts". --dave --- In zope@yahoogroups.com, "Moore, Paul" <Paul.Moore@a...> wrote:
This is bound to be trivial. But I can't find an answer by searching the Zope site, and the list search gave me no obvious hits. So apologies if this is a FAQ - if it is, then a pointer to the appropriate documentation would be much appreciated.
I am completely new to Zope - I've just installed it on my machine to investigate it. I want to integrate the Zope site into my existing Apache 2 setup. Looking at the Zope+Apache HOWTO that I found, it seems that what I want is simply to use ProxyPass, via
ProxyPass /Zope http://localhost:8080/ ProxyPassReverse /Zope http://localhost:8080/
However, when I do this, I get an Apache error "Forbidden You don't have permission to access /Zope on this server.". The Apache installation in question is an out-of-the-box binary install on Windows (I'm not an Apache expert, either...). I'm guessing that I need some sort of permission changes on the Apache side, but I don't know what. Can anyone offer any suggestions?
Thanks in advance for any help, Paul.
_______________________________________________ Zope maillist - Zope@z... http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Dave Lehman