[Zope] Re: Help with VHM and Apache
Larry J. C. Prikockis
larry_prikockis@natureserve.org
Thu, 24 Jul 2003 10:05:46 -0400
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_folder_you_want_to_be_web_root/VirtualHostRoot/$1
[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-
>