In Zope 2.2.4 i had the following setup zope box running zope with port 8080 Fire wall with port redirector from local port 80 to zope box port 8080 Everything worked fine, directly accessing the zope box on port 8080 or accessing the firewall on 80. But now with zope 2.3.0 it keeps writing urls going to the firewall box on port 8080 instead of port 80 like it previously did. Anyone know how to fix this problem? Where i should look? Mithro
Tim Ansell wrote:
But now with zope 2.3.0 it keeps writing urls going to the firewall box on port 8080 instead of port 80 like it previously did.
Anyone know how to fix this problem? Where i should look?
Try commenting out lines 307-311 on /lib/python/ZPublisher/HTTPRequest.py That solved the problem for me in some cases. It's definitely a bug and I've already submitted it to the collector: http://classic.zope.org:8080/Collector/1928/view cheers, Chris
Tim Ansell wrote:
But now with zope 2.3.0 it keeps writing urls going to the firewall box on port 8080 instead of port 80 like it previously did.
Anyone know how to fix this problem? Where i should look?
Hmm. I hadnt been aware that VirtualHostMonster was coming in 2.3.0, so I developed something that fills much the same niche: fixing the urls when Zope runs behind a proxy, with less hassle than using SiteAccess. My offering isnt as flexible as VirtualHostMonster (but that might be one reason why it works, when v-h-m doesnt ;-) http://www.zope.org/Members/htrd/howto/host-server http://classic.zope.org:8080/Collector/1892/view Toby Dickenson tdickenson@geminidataloggers.com
On Fri, 9 Feb 2001, Toby Dickenson wrote:
Tim Ansell wrote:
But now with zope 2.3.0 it keeps writing urls going to the firewall box on port 8080 instead of port 80 like it previously did.
Anyone know how to fix this problem? Where i should look?
I have noticed the same thing when I dived head-first into using V-H-M, and had to back-peddle quite quickly to SiteRoot. I noticed there was a commit two weeks ago to VirtualHostMonster.py, something about fixing paths, so I might give that a try and see if it fixes the problem :) -Matt -- Matt Hamilton matth@netsight.co.uk Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901 Web Hosting | Web Design | Domain Names | Co-location | DB Integration
participants (4)
-
Chris Withers -
Matt Hamilton -
Tim Ansell -
Toby Dickenson