[Zope] I have tried everything!!! Isn't it possible to host several domains in 1 Zope and have apache running ????

Andreas Jung andreas@digicool.com
Fri, 8 Jun 2001 11:23:46 -0400


8080 is the port number of which Zope listening for incoming HTTP requests.
To change the port number to e.g.80 you must use the -w 80 option when you
start Zope. But this requires root priviliges but this is sometimes not what
you want.

Another approach is to use Apache running on port 80 as frontend and pass
all requests via reverse proxy to a running Zope instance.

Andreas
----- Original Message -----
From: "Gitte Wange" <gitte@mmmanager.org>
To: <zope@zope.org>
Sent: Friday, June 08, 2001 11:07 AM
Subject: [Zope] I have tried everything!!! Isn't it possible to host several
domains in 1 Zope and have apache running ????


> Hello,
>
> Maybe I am stupid but really ..
> Every site I have visited that runs Zope doesn't have the ugly :8080
present
> in the URL.
> Have do you do it ????
>
> And how do I host several domains in one Zope ???
>
> I have read - and tried - almost every howto on Zope.org but they are very
> confusing. On thing I have descovered is that SiteRoot is a "mean"
product -
> or I just don't know how to use it.
>
> Please .. help ...
>
> Gitte
>
> _______________________________________________
> 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 )