Re: [Zope] RE: VirtualHostBase VHM keyword doesn't work.

2007-04-12 Thread Sascha Welter
(Tue, Apr 10, 2007 at 09:34:02PM -0700) Dilley, Hara wrote/schrieb/egrapse: are you loading the proxy modules? here is part of the http.config file that is working for me, however with that configuration all request are going to zope. Is there a way to have part of the requests going to zope

[Zope] RE: VirtualHostBase VHM keyword doesn't work

2007-04-11 Thread Mark, Jonathan (Integic)
Thanks to everyone who helped me set up Zope 2.9 behind Apache 2.2. I copied the rewrite rule that Hara Dilley provided and everything worked: RewriteRule ^/(.*) \ http://localhost:8080/VirtualHostBase/http/%{SERVER_NAME}:80/myVHM/VirtualHostRoot/$1 [L,P]

[Zope] RE: VirtualHostBase VHM keyword doesn't work.

2007-04-10 Thread Dilley, Hara
are you loading the proxy modules? here is part of the http.config file that is working for me, however with that configuration all request are going to zope. Is there a way to have part of the requests going to zope and others being served by apache? -- LoadModule proxy_module