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

Chris McDonough chrism at zope.com
Tue Oct 21 10:40:33 EDT 2003


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

Modified Files:
      Tag: Zope-2_7-branch
	zope.conf.in 
Log Message:
Made 'publisher-profile-file' config file option work.  PROFILE_PUBLISHER environment variable is no longer respected.


=== Zope/skel/etc/zope.conf.in 1.6.2.7 => 1.6.2.8 ===
--- Zope/skel/etc/zope.conf.in:1.6.2.7	Tue Oct 21 10:00:20 2003
+++ Zope/skel/etc/zope.conf.in	Tue Oct 21 10:40:32 2003
@@ -153,6 +153,23 @@
 #
 #    enable-product-installation off
 
+# Directive: locale
+#
+# Description:
+#     Enable locale (internationalization) support by supplying a locale
+#     name to be used. See your operating system documentation for locale
+#     information specific to your system. If your Python module does not
+#     support the locale module, or if the requested locale is not
+#     supported by your system, an error will be raised and Zope will not
+#     start.
+#
+# Default: unset
+#
+# Example:
+#
+#    locale fr_FR
+
+
 # Directives: port-base
 #
 # Description:
@@ -170,24 +187,6 @@
 #
 #     port-base 1000
 
-
-
-# Directive: locale
-#
-# Description:
-#     Enable locale (internationalization) support by supplying a locale
-#     name to be used. See your operating system documentation for locale
-#     information specific to your system. If your Python module does not
-#     support the locale module, or if the requested locale is not
-#     supported by your system, an error will be raised and Zope will not
-#     start.
-#
-# Default: unset
-#
-# Example:
-#
-#    locale fr_FR
-
 # Directive: datetime-format
 #
 # Description:
@@ -291,7 +290,6 @@
 #
 #    structured-text-header-level 1
 
-
 # Directive: rest-input-encoding
 #
 # Description:
@@ -429,6 +427,21 @@
 # Example:
 #
 #    maximum-security-manager-stack-size 200
+
+# Directive: publisher-profile-file
+#
+# Description:
+#    Names a file on the filesystem which causes Zope's Python
+#    profiling capabilities to be enabled.  For more information, see
+#    the Debug Information - > Profiling tab of Zope's Control_Panel
+#    via the Zope Management Interface.  IMPORTANT: setting this
+#    filename will cause Zope code to be executed much more slowly
+#    than normal.  This should not be enabled in production.  #
+# Default: unset
+#
+# Example:
+#
+#    publisher-profile-file $INSTANCE/var/profile.dat
 
 
 # Directive: security-policy-implementation




More information about the Zope-Checkins mailing list