oops: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\zope250\Parameters should obviously be tailored to your installation: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<myzope>\Parameters Phil ----- Original Message ----- From: "Phil Harris" <phil@harris-family.info> To: "Mike Merritt" <mmerritt@cteresource.org>; <zope@zope.org> Sent: Friday, March 01, 2002 4:00 PM Subject: Re: [Zope] Port 80
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
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )