[Zope] Hiding Port Number in Zope
Harald Scheirich
scheirich@nulleins.at
Fri, 23 Feb 2001 10:55:17 +0100
One Option is to use Apache to rewrite URLs to the Zope Server we are
using the ProxyPass method and VIrtualHostMonster within Zope e.g.
ProxyPass /website/
http://www.yourhost.com.at:8080/website/VirtualHostBase/http/www.yourhost.com:80/
redirects all requests to http://www.yourhost.com/website to same
address but port 8080, the VirtualHostBase name in the middle of the
URL tells VirtualHostMonster to rewrite the outgoing Base adress to
www.yourhost.com:80
Harald Scheirich
At 8:31 PM -0400 2/22/01, Eric Vautour wrote:
>We are running Zope under an Apache server and we were wondering if there
>was anyway to remove the port number from the web address. For example,
>our web address looks as following: http://www.something.com:8080/its and
>we would like it to look like this http://www.something.com.its is there
>any way to do this?
>
>
>_______________________________________________
>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 )