Why not ProxyPass + SiteRoot? 2 different ProxyPass statements, and a corresponding SiteRoot object in each subdirectory?
I am not familiar with ProxyPass. However, I did try SiteRoot and whatever it did, it caused the Zope management interface to become unaccessable (both from Apache and 8080). Hmm ? BTW -- I am running the latest stable Zope (2.3.3 ?) on FreeBSD 4.3-STABLE via the port and it uses Python 2.0. My current httpd.conf file has to following Zope related configuration: RewriteEngine on RewriteRule ^/Zope$ /Zope/ [R] RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin.default/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] <Directory /usr/local/www/cgi-bin.default> Options +ExecCGI </Directory> Tom Veldhouse veldy@veldy.net