File zope3-python-2.4.sysconfig of Package zope3-python-2.4
## Path: Network/WWW/Zope3
## Description: Zope3 configuration
## ServiceRestart: zope3
#
## Type: yesno
## Default: yes
#
# Should default instace configuration be affected by settings in sysconfig?
# Disable this if you do not manage default Zope3 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: yesno
## Default: yes
#
# Should the Zope PostmortemDebuggingHTTP port be enabled?
#
ZOPE_PostmortemDebuggingHTTP="yes"
#
## Type: integer
## Default: 8090
#
# The PostmortemDebuggingHTTP port. If there's
# an exception, Zope will drop into pdb (python debugger) at the point
# of the exception.
ZOPE_PostmortemDebuggingHTTP_PORT="8090"
#
## Type: string
## Default: default
#
# Which zope3 instances should be managed by init script. Default is ALL,
# what manages all instances living in /var/opt/zope3.
#
MANAGED_INSTANCES="ALL"