[Zope] Virtual Host Monster

Oliver Bleutgen myzope@gmx.net
Tue, 03 Jun 2003 23:14:21 +0200


Fernando Correia Martins wrote:
> I've setup a virtual host in Apache and a VHM in Zope according to the
> instructions at
> 
> http://www.zope.org/Members/regebro/Zope_and_Apache
> 
> However, when I request ckt.internal.epo.org, I get the Apache welcome
> page rather than my Zope page (localhost:8080/CKT/)

Just a guess, but have you tried ckt.internal.epo.org/ (note the 
trailing slash). If this works, I'd remove the correspondening slash in 
your Rewrite Rule
> 
> This is what I added to httpd.conf
> 
> <VirtualHost *>
> ServerName ckt.internal.epo.org
> RewriteEngine on
> RewriteRule ^/(.*)
> http://127.0.0.1:8080/VirtualHostBase/http/ckt.internal.epo.o
> rg:80/CKT/VirtualHostRoot/$1 [L,P]
> ProxyVia on
> </VirtualHost>

HTH,
oliver