Steve Smith [ssmith6@bigpond.net.au] wrote: > Simple question (I presume): How do I change the Zope service under Windows > NT to listen on port 80 (instead of 8080). Stop the Zope service. Edit the z2.py file and change the port from 8080 to port 80. Restart the Zope service. The web server will now answer on port 80, the ftp server on 8021. V easy. Luke