]> git.pld-linux.org Git - packages/Zope.git/blob - Zope.instance
s/INSTANCES/AUTO_INSTALL_PRODUCTS
[packages/Zope.git] / Zope.instance
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
12 INSTANCE_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
18 ZOPE_USER=zope
19
20 # ip address to bind to (e.g.: "127.0.0.1")
21 # empty means to listen on all interfaces
22 IP_ADDRESS=
23
24 # ports to listen on (unset or "-" means disabled)
25 HTTP_PORT=80
26 FTP_PORT=21
27 IPC_PORT=80
28 #WEBDAV_PORT=9800
29
30 # number of the initial threads to run
31 NUMBER_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
40 WATCHDOG=no
41
42 # DEBUG_MODE
43 DEBUG_MODE=0
44
45 # log filename path (empty defaults to: /var/log/zope/INSTANCE_NAME.log)
46 LOG_FILE=
47
48 # detailed log filename path
49 # (empty means no detailed logging)
50 # ('yes' means /var/log/zope/INSTANCE_NAME-detailed.log)
51 DETAILED_LOG_FILE=yes
This page took 0.045424 seconds and 3 git commands to generate.