Are there restrictions or problems to use SiteAccess ?
-----Message d'origine----- De : Andy McKay [mailto:AndyM@ActiveState.com] Envoyé : jeudi 17 août 2000 17:53 À : William JOYE; zope@zope.org Objet : Re: [Zope] Zope and VirtualHost
Yep Site Access is the product to go for, it includes help on how to use with Apache if I recall.
-- Andy McKay, Developer, ActiveState http://www.ActiveState.com Programming for the People
----- Original Message ----- From: "William JOYE" <wjoye@phase.be> To: <zope@zope.org> Sent: Thursday, August 17, 2000 8:48 AM Subject: [Zope] Zope and VirtualHost
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 ?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )