Windows NT: Changing default TCP port
Simple question (I presume): How do I change the Zope service under Windows NT to listen on port 80 (instead of 8080). Steve Smith
--On 17 December 2000 23:24 +1100 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).
A brute force way is to edit z2.py (at the top of your Zope installation). Change this line: # Port for HTTP Server. The standard port for HTTP services is 80. HTTP_PORT=8080 Paul -- The Library, Tyndall Avenue, Univ. of Bristol, Bristol, BS8 1TJ, UK E-mail: paul.browning@bris.ac.uk URL: http://www.bris.ac.uk/
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
participants (3)
-
Luke Tymowski -
Paul Browning -
Steve Smith