21 Jan
2003
21 Jan
'03
3:42 p.m.
From: Jan-Frode Myklebust [mailto:janfrode@parallab.no]
Create a VirtualHostMonster in the root of your zope folder. Call it 'VirtualHostId' (or whatever).
Add these two lines to your httpd.conf:
RewriteEngine On RewriteRule ^/Zope/(.*) http://localhost:8080/VirtualHostBase/http/ukdcw5163:80/VirtualHostRoot/$1 [L,P]
and 'apachectl restart'.
I still get "Permission denied". Do I need something in Apache to say that the /Zope (virtual) directory is accessible to browsers? I tried a <Location /Zope> Order allow,deny Allow from all </Location> block, but that did no good... Paul.