I have a zope 2.6.1 server running on windows 2000 and using the zope www server to run an intranet. I want to host out a public site with nearly the same software (zope,plone,etc) on windows. I need to decide what the best approach is. Do I use something like VHM and run Zope www server or should I install Apache 2 on Windows 2000? Any ideas on pros and cons of each? Performance is an issue so I would guess apache could be good for images,etc. Any other ideas on using the Zope server for a medium to low traffic public site? What about security of running public and private sites on same box?
Sean Kelley wrote at 2004-1-28 06:51 -0800:
I have a zope 2.6.1 server running on windows 2000 and using the zope www server to run an intranet. I want to host out a public site with nearly the same software (zope,plone,etc) on windows. I need to decide what the best approach is. Do I use something like VHM and run Zope www server or should I install Apache 2 on Windows 2000?
You probably should use Apache *and* VHM together...
Performance is an issue so I would guess apache could be good for images,etc. Any other ideas on using the Zope server for a medium to low traffic public site? What about security of running public and private sites on same box?
Please search the mailing list archives for reasons why to use Apache in front of Zope... -- Dieter
Unless you need to serve some static content too, I'd recommend using Squid instead of Apache. I did a how-to a while ago, you can find it on http://www.zope.org/Members/bowerymarc On Wednesday, January 28, 2004, at 07:06 PM, Dieter Maurer wrote:
Sean Kelley wrote at 2004-1-28 06:51 -0800:
I have a zope 2.6.1 server running on windows 2000 and using the zope www server to run an intranet. I want to host out a public site with nearly the same software (zope,plone,etc) on windows. I need to decide what the best approach is. Do I use something like VHM and run Zope www server or should I install Apache 2 on Windows 2000?
You probably should use Apache *and* VHM together...
Performance is an issue so I would guess apache could be good for images,etc. Any other ideas on using the Zope server for a medium to low traffic public site? What about security of running public and private sites on same box?
Please search the mailing list archives for reasons why to use Apache in front of Zope...
-- Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Dieter Maurer -
Marc Lindahl -
Sean Kelley