25 Feb
2002
25 Feb
'02
10:46 a.m.
Frank Tegtmeyer wrote:
Hi,
I just tried to use VirtualHostMonster in Zope 2.5.1b1 for a setup that is quite common at our clients. Let me first explain the setup.
We use Apache with mod_rewrite and mod_proxy to access the Zope server. Zope provides typically multiple virtual servers. To be able to manage the Zope server itself we always define an additional virtual server 'z' that is located at the root of the Zope server itself:
z.do.main --> mapped to / a.do.main --> mapped to /a.do.main b.do.main --> mapped to /b.do.main
With VHM I was not able to provide the mapping for 'z' because VHM insists on having a path. So I installed a SiteRoot for z as always.
With the extended host monster, I'm successfull using "/" as path. Philippe