Re: [Zope] Zope and VirtualHost

2000-08-17 Thread J. Atwood

> From: William JOYE <[EMAIL PROTECTED]>
> Date: Thu, 17 Aug 2000 18:06:08 +0200
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> 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


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




RE: [Zope] Zope and VirtualHost

2000-08-17 Thread William JOYE

Are there restrictions or problems to use SiteAccess ?

> -Message d'origine-
> De : Andy McKay [mailto:[EMAIL PROTECTED]]
> Envoyé : jeudi 17 août 2000 17:53
> À : William JOYE; [EMAIL PROTECTED]
> 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" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> 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  -  [EMAIL PROTECTED]
> > 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 )
> >
> 
> 

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope and VirtualHost

2000-08-17 Thread Andy McKay

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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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  -  [EMAIL PROTECTED]
> 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 )
>


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Zope and VirtualHost

2000-08-17 Thread William JOYE

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  -  [EMAIL PROTECTED]
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 )