[Zope] apache and vhm

Lennart Regebro lennart@torped.se
Fri, 15 Nov 2002 01:04:27 +0100


From: "Ruslan Spivak" <alienoid@is.lg.ua>
> Could you help me with the following:
> how to map url http://server.com/dummy to zope root/dummy using apache &
vhm ?

Use apache to map "server.com" to zope root, and server.com/dummy will
automatically end up on zope root/dummy .

> http://dummy.server.com to zope root/dummy is easy, but the former
> don't know how to to.

It's even easier. You don't have to have a virtual host monster at all. A
simple ProxyPass in the apache config is all that it takes.

http://www.zope.org/Members/regebro/Zope_and_Apache/