I've been trying to get Zope setup with Apache. I continually read that I need to add a VirtualHostMonster in order to accomplish my objective. However, I cannot find where to download this object, and the how-to seem to indicate that this file is included with Zope. Could anyone shed some light on this? Much thanks, -Russ- ********************************* Get your free E-Mail and Homepage Go to http://www.networld.com *********************************
Hi... If you're using a recent version of Zope (certainly 2.6.x, but probably quite a bit before that even), then VHM is indeed a standard product. You should be able to add it to your root directory from the ZMI (e.g., the /manage interface). If you're using a version of Zope old enough NOT to include VHM, then I'd recommend upgrading to a recent version before you do anything else. The only other bit of magic you really need is a line in your httpd.conf file along the lines of: RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/your.zope_server.com:80/zope_fold... [P,L] good luck... On Wed, 23 Jul 2003 12:23:29 -0600, Russ Rollins wrote:
I've been trying to get Zope setup with Apache. I continually read that I need to add a VirtualHostMonster in order to accomplish my objective. However, I cannot find where to download this object, and the how-to seem to indicate that this file is included with Zope. Could anyone shed some light on this?
Much thanks, -Russ-
Hi... If you're using a recent version of Zope (certainly 2.6.x, but probably quite a bit before that even), then VHM is indeed a standard product. You should be able to add it to your root directory from the ZMI (e.g., the /manage interface). If you're using a version of Zope old enough NOT to include VHM, then I'd recommend upgrading to a recent version before you do anything else. The only other bit of magic you really need is a line in your httpd.conf file along the lines of: RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/your.zope_server.com:80/zope_fold... [P,L] good luck... On Wed, 23 Jul 2003 12:23:29 -0600, Russ Rollins wrote:
I've been trying to get Zope setup with Apache. I continually read that I need to add a VirtualHostMonster in order to accomplish my objective. However, I cannot find where to download this object, and the how-to seem to indicate that this file is included with Zope. Could anyone shed some light on this?
Much thanks, -Russ-
participants (2)
-
Larry J. C. Prikockis -
Russ Rollins