[Zope-Checkins] CVS: Zope/doc - ENVIRONMENT.txt:1.17.4.2
Fred L. Drake, Jr.
fred@zope.com
Tue, 25 Feb 2003 15:28:32 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv2773
Modified Files:
Tag: Zope-2_6-branch
ENVIRONMENT.txt
Log Message:
normalize whitespace to minimize spurious differences from the trunk
=== Zope/doc/ENVIRONMENT.txt 1.17.4.1 => 1.17.4.2 ===
--- Zope/doc/ENVIRONMENT.txt:1.17.4.1 Tue Nov 5 16:00:18 2002
+++ Zope/doc/ENVIRONMENT.txt Tue Feb 25 15:28:31 2003
@@ -13,14 +13,13 @@
See also: SOFTWARE_HOME
+ SOFTWARE_HOME
- SOFTWARE_HOME
-
- The SOFTWARE_HOME usually keeps the directory name of the
+ The SOFTWARE_HOME usually keeps the directory name of the
Zope core installation.
Order of product initialization:
-
+
All Products are initialized in ascending alphabetical order by
product name, regardless of whether an INSTANCE_HOME exists.
If two products with the same name exist in both SOFTWARE_HOME
@@ -30,13 +29,11 @@
See also: INSTANCE_HOME
-
ZOPE_HOME
ZOPE_HOME is the root of the Zope software, where the ZServer
package, z2.py, and the default import directory may be found.
-
FORCE_PRODUCT_LOAD
This environment variable can be used to force or suppress
@@ -60,6 +57,7 @@
nonempty string set Products are loaded
empty string set Products are not loaded
+
Profiling
PROFILE_PUBLISHER
@@ -75,7 +73,6 @@
If set, all SiteRoots are suppressed (used by SiteAccess products).
-
SUPPRESS_SITEROOT
If set, all site access rules are suppressed (used by SiteAccess
@@ -88,11 +85,10 @@
CLIENT_HOME
CLIENT_HOME allows ZEO clients to easily keep distinct pid and log
- files. This is currently an *experimental* feature.
-
+ files. This is currently an *experimental* feature.
ZEO_CLIENT
-
+
If you want a persistent client cache which retains cache contents
across ClientStorage restarts, you need to define the environment
variable, ZEO_CLIENT, to a unique name for the client. This is
@@ -100,14 +96,14 @@
the client cache is stored in temporary files which are removed
when the ClientStorage shuts down.
+
Debugging and Logging
EVENT_LOG_FORMAT or STUPID_LOG_FORMAT
-
+
Set this variable if you like to customize the output format of
Zope event logger. EVENT_LOG_FORMAT is the preferred envvar
but STUPID_LOG_FORMAT also works.
-
EVENT_LOG_FILE="path" or STUPID_LOG_FILE="path"
@@ -119,14 +115,12 @@
See also: LOGGING.txt
-
EVENT_LOG_SEVERITY <number> or STUPID_LOG_SEVERITY <number>
If set, Zope logs only messages whose severity is level is
higher than the specified one. EVENT_LOG_SEVERITY is the
preferred envvar but STUPID_LOG_SEVERITY also works.
-
ZSYSLOG="/dev/log"
Setting this environment variable will cause Zope to try and write
@@ -135,7 +129,6 @@
See also: LOGGING.txt
-
ZSYSLOG_FACILITY="facilityname"
Setting this environment variable will cause Zope to use the syslog
@@ -145,7 +138,6 @@
See also: LOGGING.txt
-
ZSYSLOG_SERVER="machine.name:port"
Setting this environment variable tells Zope to connect a UDP
@@ -166,11 +158,11 @@
Z_DEBUG_MODE "yes" or "no"
BOBO_DEBUG_MODE "yes" or "no" (obsolete)
-
+
Run Zope in debug mode if set. Same as -D options (z2.py)
-Misc.
+Miscellaneous
Z_REALM "your realm"
BOBO_REALM "your realm" (obsolete)
@@ -180,13 +172,12 @@
the username/password requester
-Security related
+Security related
NO_SECURITY
Unknown. Used by TAL
-
ZOPE_SECURITY_POLICY
If this variable is set to "PYTHON", Zope will use the traditional
@@ -194,18 +185,15 @@
performance reasons Zope will use the cAccessControl module (Zope
2.5+)
-
ZSP_OWNEROUS_SKIP
If set, will cause the Zope Security Policy to skip checks relating
- to ownership, for servers on which ownership is not important.
-
+ to ownership, for servers on which ownership is not important.
ZSP_AUTHENTICATED_SKIP
If set, will cause the Zope Security Policy to skip checks relating
- to authentication, for servers which serve only anonymous content.
-
+ to authentication, for servers which serve only anonymous content.
DISALLOW_LOCAL_PRODUCTS
@@ -218,8 +206,7 @@
If this variable is set, it should be set to an integer number of
bytes. Additions to the database are not allowed if the database
- size exceeds the quota.
-
+ size exceeds the quota.
ZOPE_READ_ONLY
@@ -229,19 +216,20 @@
time given. Note that changes made by another process after the
database has been opened are not visible.
+
Session related
ZSESSION_ADD_NOTIFY
- An optional full Zope path name of a callable object to be set as
+ An optional full Zope path name of a callable object to be set as
the "script to call on object addition" of the session_data
- transient object container created in temp_folder at startup.
+ transient object container created in temp_folder at startup.
ZSESSION_DEL_NOTIFY
- An optional full Zope path name of a callable object to be set as
+ An optional full Zope path name of a callable object to be set as
the "script to call on object deletion" of the session_data
- transient object container created in temp_folder at startup.
+ transient object container created in temp_folder at startup.
ZSESSION_TIMEOUT_MINS
@@ -256,24 +244,26 @@
WebDAV
- WEBDAV_SOURCE_PORT_CLIENTS
+ WEBDAV_SOURCE_PORT_CLIENTS
Setting this variable enables the retrieval of the document source
through the standard HTTP port instead of the WebDAV port. The value
of this variable is a regular expression that is matched against
- the user-agent string of the client.
+ the user-agent string of the client.
Example::
-
+
WEBDAV_SOURCE_PORT_CLIENTS="cadaver.*" enables retrieval
- of the document source for the Cadaver WebDAV client
+ of the document source for the Cadaver WebDAV client
+
Structured Text
STX_DEFAULT_LEVEL
Set this variable to change the default level for <Hx> elements.
- The default level is 3.
+ The default level is 3.
+
DTML
@@ -287,16 +277,13 @@
HTML quoted when interpolated with a <dtml-var> or &dtml-;
construct.
-Esoteric
+Esoteric
Z_MAX_STACK_SIZE
This variable allows you to customize the size of the Zope stack
used by the SecurityManager (default 100).
-
FORCE_PRODUCT_RELOAD
unknown (Shane's Refresh product ???)
-
-