[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.6.2.7
Andreas Jung
andreas at andreas-jung.com
Tue Oct 21 10:00:20 EDT 2003
Update of /cvs-repository/Zope/skel/etc
In directory cvs.zope.org:/tmp/cvs-serv1046
Modified Files:
Tag: Zope-2_7-branch
zope.conf.in
Log Message:
re-arranged port-base and removed dupe
=== Zope/skel/etc/zope.conf.in 1.6.2.6 => 1.6.2.7 ===
--- Zope/skel/etc/zope.conf.in:1.6.2.6 Thu Oct 2 15:08:46 2003
+++ Zope/skel/etc/zope.conf.in Tue Oct 21 10:00:20 2003
@@ -153,6 +153,25 @@
#
# enable-product-installation off
+# Directives: port-base
+#
+# Description:
+# Offset applied to the port numbers used for ZServer
+# 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
+#
+# Default:
+#
+# 0
+#
+# Example:
+#
+# port-base 1000
+
+
+
# Directive: locale
#
# Description:
@@ -272,19 +291,6 @@
#
# structured-text-header-level 1
-# Directive: structured-text-header-level
-#
-# Description:
-# Set the default starting HTML header level for structured text
-# documents. The default is 3, which implies that top-level headers
-# will be created with an <H3> tag.
-#
-# Default: 3
-#
-# Example:
-#
-# structured-text-header-level 1
-
# Directive: rest-input-encoding
#
@@ -672,23 +678,6 @@
#
# max-listen-sockets 500
-
-# Directives: port-base
-#
-# Description:
-# Offset applied to the port numbers used for ZServer
-# 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
-#
-# Default:
-#
-# 0
-#
-# Example:
-#
-# port-base 1000
# Directives: servers
More information about the Zope-Checkins
mailing list