Virtual Host Monster problems
I'm having some difficulties getting the virtual host monster object doing what it ought to be doing. My set up is Apache doing proxy pass thing to the magic virtual host monster path names on a Zope 2.2.5 install that's using Site Access 2.0.0b4. What it's suceeding in doing is serving pages from the name virtual URLs; what it's not doing is translating internal page links at all. The wierd thing is that I got the whole thing working without a hitch on a very similar install at home, yesterday. The only differences of note are that this instance of Zope has a few more products installed (can't tell you which at this stage) and that the home install was a fresh name virtual setup, where as the problem one started out as a SiteRoot name virtual setup and is being converted to use the Virtual Host Monster method. So, has anyone encountered this problem before? Does anyone have any idea where I should start trying to fix this problem? John
John Morton wrote:
virtual setup, where as the problem one started out as a SiteRoot name virtual setup and is being converted to use the Virtual Host Monster method.
So, has anyone encountered this problem before?
Yeah, we had some very weird sh*t happening when doing the same sort of thing; upgrading a data.fs that used to use SiteAccess to Zope 2.3 Write down exactly what happened and stick it in the collector: http://classic.zope.org:8080/Collector/ cheers, Chris
On Wed, 07 Feb 2001 14:31:59 +0000 Chris Withers <chrisw@nipltd.com> wrote:
John Morton wrote:
virtual setup, where as the problem one started out as a SiteRoot name virtual setup and is being converted to use the Virtual Host Monster method.
So, has anyone encountered this problem before?
Yeah, we had some very weird sh*t happening when doing the same sort of thing; upgrading a data.fs that used to use SiteAccess to Zope 2.3
I double checked my setup at home and discovered that it wasn't working properly either, but as I was proxying the root of the zope install, had access to the zserver anyway, and was using the management interface (so the initial URL stayed in the location field all the time) I just didn't notice.
Write down exactly what happened and stick it in the collector:
I'm using the separate product with 2.2.5 - are they acutally the same versions? John
On Wed, 7 Feb 2001 13:39:50 +1300 (NZDT) John Morton <jwm@plain.co.nz> wrote:
I'm having some difficulties getting the virtual host monster object doing what it ought to be doing.
My set up is Apache doing proxy pass thing to the magic virtual host monster path names on a Zope 2.2.5 install that's using Site Access 2.0.0b4. What it's suceeding in doing is serving pages from the name virtual URLs; what it's not doing is translating internal page links at all.
The wierd thing is that I got the whole thing working without a hitch on a very similar install at home, yesterday. The only differences of note are that this instance of Zope has a few more products installed (can't tell you which at this stage) and that the home install was a fresh name virtual setup, where as the problem one started out as a SiteRoot name virtual setup and is being converted to use the Virtual Host Monster method.
This doesn't work: ProxyPass / http://192.168.254.3:9673/VirtualHostBase/http/zope.plain.co.nz//VirtualHost... ProxyPassReverse / http://192.168.254.3:9673/VirtualHostBase/http/zope.plain.co.nz//VirtualHost... This does: ProxyPass / http://192.168.254.3:9673/VirtualHostBase/http/zope.plain.co.nz:80//VirtualH... ProxyPassReverse / http://192.168.254.3:9673/VirtualHostBase/http/zope.plain.co.nz:80//VirtualH... Note the port 80 bits. Go Figure. John
participants (2)
-
Chris Withers -
John Morton