]> git.pld-linux.org Git - packages/Zope.git/blame - Zope.instance
- post shouldn't depend on environment (use umask, initialize was_stopped)
[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
24# ports to listen on (0 means disabled)
e93ed1e9 25HTTP_PORT=80
08ef2c62 26FTP_PORT=21
27IPC_PORT=80
28
29# number of the initial threads to run
30NUMBER_OF_THREADS=4
31
32# cgi-bin base (empty means to not use)
33# CGIBIN_FILE=/home/services/httpd/cgi-bin/zope-main.cgi
34
35# internationalization
36# LOC='pl_PL'
37
38# shoulg we use watchdog? it restarts Zope in case of failure
39WATCHDOG=no
40
41# DEBUG_MODE
42DEBUG_MODE=0
43
44# log filename path (empty defaults to: /var/log/zope/INSTANCE_NAME.log)
45LOG_FILE=
46
47# detailed log filename path
e93ed1e9 48# (empty means no detailed logging)
08ef2c62 49# ('yes' means /var/log/zope/INSTANCE_NAME-detailed.log)
50DETAILED_LOG_FILE=yes
This page took 0.041538 seconds and 4 git commands to generate.