[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.1.2.14

Fred L. Drake, Jr. fred@zope.com
Thu, 6 Mar 2003 13:59:08 -0500


Update of /cvs-repository/Zope/skel/etc
In directory cvs.zope.org:/tmp/cvs-serv24411/skel/etc

Modified Files:
      Tag: new-install-branch
	zope.conf.in 
Log Message:
Make port-base default to 0, allowing the sections for the default servers to
say exactly what ports they should be on.  This is easier to understand for
someone just coming to Zope.


=== Zope/skel/etc/zope.conf.in 1.1.2.13 => 1.1.2.14 ===
--- Zope/skel/etc/zope.conf.in:1.1.2.13	Thu Mar  6 12:20:48 2003
+++ Zope/skel/etc/zope.conf.in	Thu Mar  6 13:59:05 2003
@@ -629,13 +629,13 @@
 
 <http-server>
   # valid keys are "address" and "force-connection-close"
-  address 80
+  address 8080
   # force-connection-close on
 </http-server>
 
 <ftp-server>
   # valid key is "address"
-  address 21
+  address 8021
 </ftp-server>
 
 # Examples:
@@ -672,8 +672,8 @@
 #
 # Description:
 #     Offset applied to the port numbers used for the server
-#     configurations.  For example, if the HTTP-Server port is 80 and
-#     the port-base is 8000, the HTTP server will listen on port 8080.
+#     configurations.  For example, if the HTTP-Server port is 8080 and
+#     the port-base is 1000, the HTTP server will listen on port 9080.
 #     This makes it easy to change the complete set of ports used by a
 #     Zope server process
 #
@@ -681,11 +681,11 @@
 #
 # Default:
 #
-#     8000
+#     0
 #
 # Example:
 #
-#     port-base 8000
+#     port-base 1000
 
 
 # Database section