[Zope-dev] Changing hostname and port without SiteAccess

2000-12-18 Thread Martin Winkler

Hello list,

I already put my question on the "[EMAIL PROTECTED]" list, but there was no 
solution in sight, so I'm trying to get deeper (spell: start using) into 
python.

I cannot use SiteAccess (because I need multiple ZCatalogs), and my Zope 
server (port 8080) is behind squid (in http-accelerated mode - port 80).

What I would need is changing the hostname and port in the html-responses 
like this: http://localname.com:8080/blah  to 
http://officialserver.com/blah , so the client reconnects to squid, not 
zope itself.

Any hints where to start looking for the right python files or even 
functions/methods?

Thanks in advance for your info,

Martin


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] Changing hostname and port without SiteAccess

2000-12-18 Thread Evan Simpson

From: Martin Winkler [EMAIL PROTECTED]
 I cannot use SiteAccess (because I need multiple ZCatalogs)

To the extent that you can't use SiteAccess with ZCatalogs, you will also
not be able to use any other solution (until ZCatalogs are fixed, hopefully
in 2.3).  The problem with ZCatalogs is not SiteAccess-specific, it is with
virtual hosting in general.

Cheers,

Evan @ digicool  4-am


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] Changing hostname and port without SiteAccess

2000-12-18 Thread Dieter Maurer

Martin Winkler writes:
  
  I cannot use SiteAccess (because I need multiple ZCatalogs), and my Zope 
  server (port 8080) is behind squid (in http-accelerated mode - port 80).
  
  What I would need is changing the hostname and port in the html-responses 
  like this: http://localname.com:8080/blah  to 
  http://officialserver.com/blah , so the client reconnects to squid, not 
  zope itself.
We have the same situation.

   We use SiteAccess *AND* ZCatalog.
   Please, see my message from a few days ago (to [EMAIL PROTECTED]).



Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] Changing hostname and port without SiteAccess

2000-12-18 Thread Christopher Petrilli

On 12/18/00 2:24 PM, "Dieter Maurer" [EMAIL PROTECTED] wrote:

 Martin Winkler writes:
 
 I cannot use SiteAccess (because I need multiple ZCatalogs), and my Zope
 server (port 8080) is behind squid (in http-accelerated mode - port 80).
 
 What I would need is changing the hostname and port in the html-responses
 like this: http://localname.com:8080/blah  to
 http://officialserver.com/blah , so the client reconnects to squid, not
 zope itself.
 We have the same situation.
 
  We use SiteAccess *AND* ZCatalog.
  Please, see my message from a few days ago (to [EMAIL PROTECTED]).

Please read the message I sent out an hour ago about Path updates to the
Catalog... This is designed specifically to fix this problem.

Chris
-- 
| Christopher Petrilli Digital Creations
| [EMAIL PROTECTED]Where Zope comes from


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )