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 )
From: William JOYE <wjoye@phase.be> Date: Thu, 17 Aug 2000 18:06:08 +0200 To: "'zope@zope.org'" <zope@zope.org> Subject: RE: [Zope] Zope and VirtualHost
Are there restrictions or problems to use SiteAccess ?
I have been using it for a couple of different sites (2 served off of one Zope and 5 served off another) and it has been pretty good. There are few products that are not crazy about it (breadcrumbs) but there are easy work arounds. I think Zope.org is now using it for dev.zope.org J
participants (2)
-
J. Atwood -
William JOYE