]> git.pld-linux.org Git - packages/Zope.git/blame - Zope.instance
- quote command-line arguments for zope
[packages/Zope.git] / Zope.instance
CommitLineData
08ef2c62 1# This is Zope instance file for PLD Linux
2#
3# To create new instance just copy this
4# file under new name in the current directory
5# and setup options according to your needs.
6#
7# Note, that you may also use virtual hosts
8# handled just by one Zope instance.
9#
10
11# Zope database directory
12INSTANCE_HOME=/var/lib/zope/main
13
14# user to run Zope
15# note: you should create a dedicated default group
16# for this user; zope prefers group-based security
17# while accessing its log and database files
18ZOPE_USER=zope
19
20# ip address to bind to (e.g.: "127.0.0.1")
21# empty means to listen on all interfaces
22IP_ADDRESS=
23
242b5e85 24# ports to listen on (unset or "-" means disabled)
e93ed1e9 25HTTP_PORT=80
08ef2c62 26FTP_PORT=21
27IPC_PORT=80
242b5e85 28#WEBDAV_PORT=9800
08ef2c62 29
30# number of the initial threads to run
31NUMBER_OF_THREADS=4
32
33# cgi-bin base (empty means to not use)
34# CGIBIN_FILE=/home/services/httpd/cgi-bin/zope-main.cgi
35
36# internationalization
37# LOC='pl_PL'
38
39# shoulg we use watchdog? it restarts Zope in case of failure
40WATCHDOG=no
41
42# DEBUG_MODE
43DEBUG_MODE=0
44
45# log filename path (empty defaults to: /var/log/zope/INSTANCE_NAME.log)
46LOG_FILE=
47
48# detailed log filename path
e93ed1e9 49# (empty means no detailed logging)
08ef2c62 50# ('yes' means /var/log/zope/INSTANCE_NAME-detailed.log)
51DETAILED_LOG_FILE=yes
This page took 0.249295 seconds and 4 git commands to generate.