On Wed, Jan 15, 2003 at 03:24:43PM +0800, Joon Guillen wrote: > I stand corrected. I looked at plone, and it looks really promising > and most appealing, except I'm having a hard time getting Zope to work > with Apache. Zope's documentation isn't that good, I feel. They have > an install HOWTO, but it's for using the ZServer daemon, not > Apache/PCGI.
So far my preferred method for running Zope has been as a server listening to port 9673 on the loopback interface. Apache handles virtual hosting in front of Zope, with the help of mod_proxy, mod_rewrite and the Virtual Host Monster product. This is how <http://jijo.free.net.ph>, <http://iteam.leathercollection.ph>, and a number of internal web-based sites work. There are pretty decent instructions on how to do this in <http://www.zope.org/Members/mwr/VHosts_With_Zope_Default>. Performance can be increased by using a Squid accelerator, but this setup has been ok for me so far. You'll probably want to look into Squid acceleration if you have a heavily-loaded site, though. --> Jijo -- Federico Sevilla III : http://jijo.free.net.ph : When we speak of free Network Administrator : The Leather Collection, Inc. : software we refer to GnuPG Key ID : 0x93B746BE : freedom, not price. _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
