[Zope] Multiple servers on Zope?

2001-01-09 Thread Etienne Labuschagne

Hi there

How can I create "multiple" web servers on Zope as in IIS?  We have a few
domains that resolve to the same IP address. When a user accesses eg.
www.geospace.co.za they must get to a different site than when they access
www.triangletyre.co.za even though both addresses resolve to the same IP
address.  In IIS you just create a new virtual web site that "responds" to
the new domain name.  I am not using Zope through IIS and would actually
like to get rid of IIS altogether.

Any help to a Zope newbie would be GREATLY appreciated!
Etienne

Tel: (012) 348 4586
Cel: 082 442 8981
Fax: (012) 361 8355


___
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] Multiple servers on Zope?

2001-01-09 Thread Kevin Teague

 How can I create "multiple" web servers on Zope as in IIS?  We have a few
 domains that resolve to the same IP address. When a user accesses eg.
 www.geospace.co.za they must get to a different site than when they access
 www.triangletyre.co.za even though both addresses resolve to the same IP
 address.  In IIS you just create a new virtual web site that "responds" to
 the new domain name.  I am not using Zope through IIS and would actually
 like to get rid of IIS altogether.

You'll need to install the excellent SiteAccess Product to do virtual
hosting from within Zope (I used to use Apache with mod_rewrite to do the
virtual hosting, but it's much better to let Zope handle it).

http://www.zope.org/Members/4am/SiteAccess2

One caveat is that virtual hosting doesn't work cleanly with the Zcatalog.
This will be fixed in Zope 2.3, but if you aren't running 2.3alpha, and you
are using the Zcatalog, then you'll need this patch:

http://www.zope.org/Wikis/DevSite/Projects/ZCatalogVirtualHostFix/FrontPage


Kevin Teague
http://www.bud.ca


___
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] Multiple servers on Zope?

2001-01-09 Thread Andy McKay

And there I was thinking bud.ca would be about beer

--
  Andy McKay.


- Original Message -
From: "Kevin Teague" [EMAIL PROTECTED]
To: "Etienne Labuschagne" [EMAIL PROTECTED]; "Zope" [EMAIL PROTECTED]
Sent: Tuesday, January 09, 2001 1:47 AM
Subject: Re: [Zope] Multiple servers on Zope?


  How can I create "multiple" web servers on Zope as in IIS?  We have a
few
  domains that resolve to the same IP address. When a user accesses eg.
  www.geospace.co.za they must get to a different site than when they
access
  www.triangletyre.co.za even though both addresses resolve to the same IP
  address.  In IIS you just create a new virtual web site that "responds"
to
  the new domain name.  I am not using Zope through IIS and would actually
  like to get rid of IIS altogether.

 You'll need to install the excellent SiteAccess Product to do virtual
 hosting from within Zope (I used to use Apache with mod_rewrite to do the
 virtual hosting, but it's much better to let Zope handle it).

 http://www.zope.org/Members/4am/SiteAccess2

 One caveat is that virtual hosting doesn't work cleanly with the Zcatalog.
 This will be fixed in Zope 2.3, but if you aren't running 2.3alpha, and
you
 are using the Zcatalog, then you'll need this patch:


http://www.zope.org/Wikis/DevSite/Projects/ZCatalogVirtualHostFix/FrontPage


 Kevin Teague
 http://www.bud.ca


 ___
 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 )