Hello zope user, Could you help me with the following: how to map url http://server.com/dummy to zope root/dummy using apache & vhm ? http://dummy.server.com to zope root/dummy is easy, but the former don't know how to to. TIA Best regards, Ruslan mailto:alienoid@is.lg.ua
http://www.zope.org/Members/Jace/apache-vhm A short to the point how to. Hope it helps. Michael On Thursday 14 November 2002 04:25 am, Ruslan Spivak wrote:
Hello zope user,
Could you help me with the following: how to map url http://server.com/dummy to zope root/dummy using apache & vhm ?
http://dummy.server.com to zope root/dummy is easy, but the former don't know how to to.
TIA
Best regards, Ruslan mailto:alienoid@is.lg.ua
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/
participants (3)
-
Lennart Regebro -
Michael -
Ruslan Spivak