17 Aug
2000
17 Aug
'00
3:48 p.m.
What's is the best way to host multiple virtual domain in Zope with Apache sever ? Actually, I use PCGI method with rewrite rules in Apache configuration like this : RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/(.*) /home/httpd/cgi-bin/Zope/MySite/$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] But I can't use BASE or URL variables because they always include 'MySite' folder. Is SiteAccess product can help me ?