[Zope-dev] Changing hostname and port without SiteAccess
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Mon, 18 Dec 2000 20:24:37 +0100 (CET)
    
    
  
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 zope@zope.org).
Dieter