If you installed Zope as a service you will need to edit a registry entry at: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\zope250\Parameters Mine looks like this: "D:\python21\python.exe" "D:\zope250\z2.py" -S -X -w 18080 -W 18090 -f 18021 the relevant options for you are the -X -w 18080 -W 18090 -f 18021 ones: -X = turn off all servers -w = http port -W = webdav port -f = ftp port Alternatively, if you start it from the batch file you'll need to edit that using the information on optins that you see above. hth Phil ----- Original Message ----- From: Mike Merritt To: zope@zope.org Sent: Friday, March 01, 2002 3:49 PM Subject: [Zope] Port 80 Can I configure Zope to use port 80 instead of 8080 on my Win2K Pro workstation? How would I do that? Thanks, Mike