[Zope] zope with apache

Petter Holmström petter.holmstrom at abo.fi
Thu Dec 18 05:34:52 EST 2003


On to, 2003-12-18 at 17:32, Rajeev Sharma wrote:
> Hello Everybody,
> 
> I am trying to configure zope with apache and using the following way.
> After adding VHM to the zope directory added
> Following lines in httpd.conf of apache
> 
> <VirtualHost *>
> ServerName www.example.com
> RewriteEngine On
> RewriteRule
> ^/(.*)http://Ip_of_the_server:8080/VirtualHostBase/http/www.example.com:80/
> Name_of _the_zopedirectory/VirtualHostRoot/$1 [L,P]
> </VirtualHost>
> 
> But it is not working.

We're using ProxyPass. All you need to do is add this (mind the wrap) to
your virtual host:

ProxyPass
/http://localhost:8080/VirtualHostBase/https/tpk8.abo.fi:443/VirtualHostRoot/

Works fine on Apache2 / RH9.

-Petter-

-- 
Petter Holmström
Civare, Åbo Akademi University
Axelia, Biskopsgatan 8, Room 339
Tel: +358 2 215 3508   GSM: +358 40 8395765 
Email: petter.holmstrom at abo.fi
Having a bad day? - http://www.murphys-laws.com




More information about the Zope mailing list