1 Dec
2003
1 Dec
'03
9:46 p.m.
On Mon, 2003-12-01 at 13:33, Marc Stein wrote:
Is there a simple way to reconfigure this instance to use port 80 either via Apache or the Zope HTTP server? At present I want to access the site via IP instead of domain name.
Leave Apache on 80 and add a RewriteRule that causes Apache to act as a reverse proxy for what's on port 9673 or wherever Zope is running. Details: http://zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting.stx HTH, Dylan