|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2004
/
2004-10
/
how can I suppress display of ports in apache?
[
UTF-8 in certificate subject / Thierry Coopman ... ]
[
New -current from 10/28? / "John D" ... ]
how can I suppress display of ports in apache?
robert rottermann <robert(at)redcor.ch> |
2004-10-27 17:12:29 |
[ FULL ]
|
Hi friends in pound,
I am using pound in front of apache to load balance access to a plone site.
Everything works fine.
However there is a problem I do not know how to fix.
The ports on which pound accesses apache are shown in the browser:
EG:http://www.host.ch/abc:8001
This is bad when a user copies the link.
How can I prevent this?
In apache I virtual hosts for each port pound speaks to. Each of this
virtual hosts talk to an other zope of the same ZEO pool.
The rewrite rule is the same as I use without pound. Only the "browser"
port is 8001.. instead of 80.
Thanks for your help.
Robert
|
|
|
Re: how can I suppress display of ports in apache?
Robert Segall <roseg(at)apsis.ch> |
2004-10-28 09:47:14 |
[ FULL ]
|
On Wednesday 27 October 2004 17.12, robert rottermann wrote:[...]
Easy - loose the Apache. Why would you need TWO proxies in front of the ZEO
clients?
[...]
Use the Pound filtering mechanism (HeadRequire/HeadDeny) for this and put a
VHM in Zope.[...]
|
|
|
Re: how can I suppress display of ports in apache?
robert rottermann <robert(at)redcor.ch> |
2004-10-28 11:56:20 |
[ FULL ]
|
thanks for your reply,
Robert Segall wrote:[...][...][...]
I need Apache for its mode_deflat.
Or Is there an other way to have the communication compressed ?
robert
|
|
|
Re: how can I suppress display of ports in apache?
Robert Segall <roseg(at)apsis.ch> |
2004-10-28 12:14:03 |
[ FULL ]
|
On Thursday 28 October 2004 11.56, robert rottermann wrote:[...]
I never heard of mod_deflat, but I suggest you have a careful look at it, such
as sniffing the data stream - I doubt proxied content is compressed by
another module (though I might be wrong about Apache 2.x). At least with the
old mod_gzip it seemed to work that way.[...]
|
|
|
Re: how can I suppress display of ports in apache?
Pavel Francírek <pavel(at)toplist.cz> |
2004-10-28 22:26:46 |
[ FULL ]
|
Mod_gzip isn't in Apacje 2.0 (only in 1.3) but is replaced by mod_deflate
(http://httpd.apache.org/docs-2.0/mod/mod_deflate.html)
Pavel
----- Original Message -----
From: "Robert Segall" <roseg(at)apsis.ch>
To: <pound(at)apsis.ch>
Sent: Thursday, October 28, 2004 12:14 PM
Subject: Re: how can I suppress display of ports in apache?
[...]
such[...]
the[...]
|
|
|
|