Re: [Zope] Windows NT: Changing default TCP port

2000-12-17 Thread Luke Tymowski

Steve Smith [[EMAIL PROTECTED]] 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

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Windows NT: Changing default TCP port

2000-12-17 Thread Paul Browning



--On 17 December 2000 23:24 +1100 Steve Smith <[EMAIL PROTECTED]> 
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: [EMAIL PROTECTED]  URL: http://www.bris.ac.uk/


___
Zope maillist  -  [EMAIL PROTECTED]
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 )