[Zope] Re: Zope in SuSE 9.0
Roger Chrisman
rogerhc at pacbell.net
Sun Nov 16 00:37:45 EST 2003
Also,
In case you see something helpfull in this that I don't, here is SuSE's
/etc/sysconfig/zope file
*****************************************************************************************
## Path: Network/WWW/Zope
## Description: Zope configuration
## ServiceRestart: zope
#
## Type: yesno
## Default: no
#
# Run in Zope debug mode. This causes the Zope process not to
# detach from the controlling terminal, and is equivalent to
# supplying the environment variable setting Z_DEBUG_MODE=1
#
ZOPE_DEBUG="no"
#
## Type: yesno
## Default: yes
#
# Sould 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: 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: ip
## Default:
#
# The IP address to listen on. If this is an empty string
# (e.g. -a ''), then all addresses on the machine are used. The
# default is .
#
ZOPE_IP_ADDRESS=""
#
## Type: integer
## Default: 4
#
# The number of threads to use, if ZODB3 is used. The default is 4.
#
ZOPE_THREADS="4"
#
## Type: yesno
## Default: yes
#
# Sould 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
#
# Sould 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. The value passed for
# this option should be the name of the locale to be used (see your
# operating system documentation for locale information specific to
# your system). If an empty string is passed for this option (-L ''),
# Zope will set the locale to the user's default setting (typically
# specified in the $LANG environment variable). If your Python
# installation does not support the locale module, the requested
# locale is not supported by your system or an empty string was
# passed but no default locale can be found, an error will be raised
# and Zope will not start.
#
ZOPE_LANG=""
More information about the Zope
mailing list