Ismet, As Bill said there are howtos on the Zope.org site. To get you started try looking at the SiteAccess documentation which should be with the Zope installation you are using. Try clicking the help link on any page in the Zope Management Interface (ZMI). hth Phil ----- Original Message ----- From: "Ismet Dere" <ismet@fiducia-china.com> To: "Phil Harris" <phil.harris@zope.co.uk>; "Paul Zwarts" <paz@www2.oratrix.nl> Cc: "Zope" <zope@zope.org> Sent: Friday, July 27, 2001 2:04 AM Subject: Re: [Zope] zope without apache.
hi Phil, Paul, thank you for replying,
when zope started as ./start -w 80 works fine for a single site, but howto do for multiple sites?
regards :) ismet
| Probably the best way without changing the source is to use: | | python z2.py -X -w 80 | | You may want to add other flags for the other bits you may need , | FTP/Monitor for example. |