On Friday 08 June 2001 17:23, Andreas Jung wrote:
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.
And this is exactly what I have tried to do. Writing the ProxyPass rules i easy. It's the part of the SiteRoot I don't understand (and that's the place I fail everytime *S*) I have used this howto: http://www.zope.org/Members/anser/apache_zserver Gitte
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 )