[Zope] Port 80
Phil Harris
phil@harris-family.info
Fri, 1 Mar 2002 16:00:05 -0000
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