File zope.sysconfig of Package zope-python-2.4
## Path: Network/WWW/Zope
## Description: Zope configuration
## ServiceRestart: zope
#
## Type: yesno
## Default: yes
#
# Should default instace configuration be affected by settings in sysconfig?
# Disable this if you do not manage default Zope instance by settings here,
# but in it's own configuration file.
#
ZOPE_SYSCONFIG="yes"
#
## Type: integer
## Default: 8080
#
# The Web server (HTTP) port. This defaults to 8080. The
# standard port for HTTP services is 80.
#
ZOPE_HTTP_PORT="8080"
#
## Type: yesno
## Default: yes
#
# Should the Zope FTP port be enabled?
#
ZOPE_FTP="yes"
#
## Type: integer
## Default: 8021
#
# The FTP port. The standard port for FTP services is 21.
# The default Zope FTP port is 8021.
#
ZOPE_FTP_PORT="8021"
#
## Type: ip
## Default:
#
# The default IP address on which Zope's various server protocol
# implementations will listen for requests. If this is unset, Zope
# will listen on all IP addresses supported by the machine. This
# directive can be overridden on a per-server basis in the servers
# section.
#
ZOPE_IP_ADDRESS=""
#
## Type: integer
## Default: 4
#
# Specify the number of threads that Zope's ZServer web server will use
# to service requests. The default is 4.
#
ZOPE_THREADS="4"
#
## Type: yesno
## Default: yes
#
# Should the Zope WebDAV port be enabled?
#
ZOPE_WEBDAV="yes"
#
## Type: integer
## Default: 8088
#
# The "WebDAV source" port. The default is disabled. Note that
# this feature is a workaround for the lack of "source-link" support
# in standard WebDAV clients.
#
ZOPE_WEBDAV_PORT="8088"
#
## Type: yesno
## Default: no
#
# Should the Zope monitor port be enabled?
#
ZOPE_MONITOR="no"
#
## Type: integer
## Default: 8089
#
# The secure monitor server port. The monitor server
# allows interactive Python style access to a running ZServer. To
# access the server see medusa/monitor_client.py
# The monitor server password is the same as the Zope
# emergency user password set in the 'access'
# file. The default is to not start up a monitor server.
#
ZOPE_MONITOR_PORT="8089"
#
## Type: string
## Default:
#
# 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.
#
ZOPE_LANG=""
#
## Type: yesno
## Default: no
#
# A switch which controls several aspects of Zope operation useful for
# developing under Zope. When debug mode is on:
#
# - The process will not detach from the controlling terminal
#
# - Errors in product initialization will cause startup to fail
# (instead of writing error messages to the event log file).
#
# - Filesystem-based scripts such as skins, PageTemplateFiles, and
# DTMLFiles can be edited while the server is running and the server
# will detect these changes in real time. When this switch is
# off, you must restart the server to see the changes.
#
# Setting this to 'no' when Zope is in a
# production environment is encouraged, as it speeds execution (sometimes
# dramatically).
#
ZOPE_DEBUG="no"
#
## Type: string
## Default: ALL
#
# Which zope instances should be managed by init script. Default is ALL,
# what manages all instances living in /var/opt/zope.
#
MANAGED_INSTANCES="ALL"