Fwd: Re: [Zope] Linking Zope to Apache 1.3
On Mon, 31 Jan 2005 11:18:06 -0500 (EST), neil <neil_matthews@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/VirtualHost... ProxyPassReverse / http://localhost:8080/VirtualHostBase/http/sample.com:80/mysite/VirtualHostR...
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/wishlis... to serve /wishlists/ on my Zope instance as http://wishlists.sitharus.com/'s main site. -- Phillip Hutchings http://www.sitharus.com/ sitharus@gmail.com / sitharus@sitharus.com
participants (1)
-
Phillip Hutchings