[Zope] How to remove 8080 from url

sean.upton@uniontrib.com sean.upton@uniontrib.com
Mon, 11 Jun 2001 09:41:00 -0700


VHM works in a much more graceful fashion than SiteRoot.  Try that and yo=
u
will not encounter the same sort of problem with siteroot hijacking your =
ZMI
for a folder.  This requires that you enable mod_rewrite either as a DSO =
or
in the Apache core, or use a proxy like squid (instead) with a redirector=
 -
either way, if you can rewrite URLs, you are in good shape, and can acces=
s
the ZMI for multiple sites without problems; SiteRoot, on the other hand =
is
a pain to undo, change, etc...

Sean

-----Original Message-----
From: Martin Sk=F8tt [mailto:mskott@image.dk]
Sent: Monday, June 11, 2001 5:57 AM
To: zope@zope.org
Subject: Re: [Zope] How to remove 8080 from url


You need to insert a SiteRoot object into /dir1 in Zope. The base of the
object should be set to http://www.foo.com/dir1 (no 8080). This takes car=
e
of rewriting all[1] URLs in the data being returned.
Experience has shown me that its a good idea to have a backup of your
Data.fs before you start doing this. Zope can be a bit difficault to
handle when the management interface isn't accessible.

SiteRoot is a part of newer releases of Zope and can also be found as an
individual product on zope.org
[1] Well, not all but most :-)

Martin Sk=F8tt
mskott@image.dk

On Mon, 11 Jun 2001, Brown Fox wrote:

> Hello,
> i run apache as a front end for Zope.
> One directory, www.foo.com/dir1/ is run by Zope, all
> the others by Apache.
> I use proxypass:
> ProxyPass /dir1/ http://www.foo.com:8080/dir1
> ProxyPassReverse /dir1/ http:/www.foo.com:8080/dir1
> The problem i have is quite simple: urls inside dir1
> have the port 8080. Is there a way to remove it?
>=20
> Thanks,
>    Bruno
>=20
>=20
>=20
> ______________________________________________________________________
> Do You Yahoo!?
> Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it
>=20
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -=20
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>=20


_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )