Fwd: Re: [Zope] Linking Zope to Apache 1.3

Phillip Hutchings sitharus at gmail.com
Mon Jan 31 21:27:18 EST 2005


On Mon, 31 Jan 2005 11:18:06 -0500 (EST), neil <neil_matthews at excite.com> wrote:
>
> I have tried simply adding the code to my httpd.conf file but unfortunatly it hasn't worked. I have included my httpd.conf file below. I am sure mod_proxy is installed and working fine. It is called although not listed below. I took it out in this email to make it appear better.
>
> My main question is reguarding the 2 lines
> ProxyPass / http://localhost:8080/VirtualHostBase/http/sample.com:80/website/VirtualHostRoot/
> ProxyPassReverse / http://localhost:8080/VirtualHostBase/http/sample.com:80/mysite/VirtualHostRoot/
>
> what value does "mysite" represent? Is it where my folder is located on the file system or simply the name of mysite?

The Zope path to the object you want to use as the base. In my case I
have things like:
RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/wishlists.sitharus.com:80/wishlists/VirtualHostRoot/$1
to serve /wishlists/ on my Zope instance as
http://wishlists.sitharus.com/'s main site.
--
Phillip Hutchings
http://www.sitharus.com/
sitharus at gmail.com / sitharus at sitharus.com


More information about the Zope mailing list