[Zope] Webdav / ports

Erik Enge erik+list@esol.no
18 Feb 2001 22:53:35 +0100


[Philippe J.]

Sorry I can't help you with the WebDAV questions, I'm sure others on
this list will sooner or later anyway. :)

| How can I change the port to the standard 80?

Edit the z2.py file in your Zope directory.  In my Zope 2.2.1 it is at
line 325:

        # Port for HTTP Server. The standard port for HTTP services is 80.
        HTTP_PORT=8080

Change this to:

        HTTP_PORT=80

It would also be wise to update the FTP_PORT (and MONITOR_PORT if you
have it) to be 21 instead of 8021, to follow the namingconvention. :)

Good luck with Zope!



PS.  Three useful links:

Zope book: <URL:http://www.zope.org/Members/michel/ZB/>
Zope Quick Reference: <URL:http://zdp.zope.org/projects/zqr/ZopeQR>
Zope Documentation Portal: <URL:http://zdp.zope.org/>