self-referencing URL behavioral change in 2.3.0?
Sorry for the vague subject, couldn't think of a better one ATM. I've been a site on 2.2.4, ZEP (041), and use balance (http://balance.sourceforge.net) to take advantage of multiple processors. Balance runs on port 80, and acts as a port forwarder-type setup to balance between three or four ZEO clients on ports 6011,6012,6013,6014. (How to coming as soon as I can get this problem fixed ...). Under Z2.2.4, everything ran fine. under 2.3.0, zope is now outputting URLs that have the client port tacked into them. Example of different URLs: under 2.2.4: http://www.immortalitysystems.net/Documents under 2.3.0: http://www.immortalitysystems.net:6014/Documents I am running siteroots for some subdomains (http://zmc.immortalitysystems.net), and am taking advantage of some, undocumented features (I guess that's what you'd call them) (see above howto reference ;), so i would rather not create a siteroot in the root folder that rewrites everything to http://www.immortalitysystems.net. This is a pure zope solution, no other server available to do the rewriting. THis solution worked perectly in 2.2.x, what changed, and how can I get it back? Bill Anderson PS, for some reason, I am not receiving the list mail, so please cc me.
From: "Bill Anderson" <bill@libc.org>
Example of different URLs: under 2.2.4: http://www.immortalitysystems.net/Documents
under 2.3.0: http://www.immortalitysystems.net:6014/Documents
Try putting the :80 into the SiteRoot Base explicitly. The machinery in 2.3 allows you to change the hostname without changing the port, and that's what will happen if you don't specify it. Cheers, Evan @ digicool & 4-am
On 13 Feb 2001 01:18:11 -0500, Evan Simpson wrote:
From: "Bill Anderson" <bill@libc.org>
Example of different URLs: under 2.2.4: http://www.immortalitysystems.net/Documents
under 2.3.0: http://www.immortalitysystems.net:6014/Documents
Try putting the :80 into the SiteRoot Base explicitly. The machinery in 2.3 allows you to change the hostname without changing the port, and that's what will happen if you don't specify it.
Thanks, evan, that should take care of the virtual hosts, but what about those that are just straight out of the root?, and not using SiteAccess stuff? In 2.2.x, i could use just an empty base in the siteroot, which is what I like. Bill
At 2/12/01 08:53 PM, Bill Anderson wrote:
PS, for some reason, I am not receiving the list mail, so please cc me.
That's odd. I wasn't either, so just today I went to http://www.zope.org/Members/<username>/update_html and turned myself back on. Although I had no other evidence of it, I figured my mail server had been acting up, so the zope list shut me off. Maybe you too. Or maybe the zope list is cranky. -- Dennis Nichols nichols@tradingconnections.com
On 13 Feb 2001 00:48:00 -0600, Dennis Nichols wrote:
At 2/12/01 08:53 PM, Bill Anderson wrote:
PS, for some reason, I am not receiving the list mail, so please cc me.
That's odd. I wasn't either, so just today I went to
http://www.zope.org/Members/<username>/update_html
and turned myself back on. Although I had no other evidence of it, I figured my mail server had been acting up, so the zope list shut me off. Maybe you too. Or maybe the zope list is cranky.
Methinks the list is cranky ;) I've already checked that I am still 'turned on' for delivery on the lists. :( Bill
participants (4)
-
Bill Anderson -
Chris Withers -
Dennis Nichols -
Evan Simpson