]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- files needed by Zope
authorsiefca <siefca@pld-linux.org>
Sun, 10 Aug 2003 16:26:37 +0000 (16:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope.instance -> 1.1
    Zope.sysconfig -> 1.1

Zope.instance [new file with mode: 0644]
Zope.sysconfig [new file with mode: 0644]

diff --git a/Zope.instance b/Zope.instance
new file mode 100644 (file)
index 0000000..e0bc212
--- /dev/null
@@ -0,0 +1,50 @@
+# This is Zope instance file for PLD Linux
+#
+# To create new instance just copy this
+# file under new name in the current directory
+# and setup options according to your needs.
+#
+# Note, that you may also use virtual hosts
+# handled just by one Zope instance.
+#
+
+# Zope database directory
+INSTANCE_HOME=/var/lib/zope/main
+
+# user to run Zope
+# note: you should create a dedicated default group
+#       for this user; zope prefers group-based security
+#       while accessing its log and database files
+ZOPE_USER=zope
+
+# ip address to bind to (e.g.: "127.0.0.1")
+# empty means to listen on all interfaces
+IP_ADDRESS=
+
+# ports to listen on (0 means disabled)
+HTTP_PORT=801
+FTP_PORT=21
+IPC_PORT=80
+
+# number of the initial threads to run
+NUMBER_OF_THREADS=4
+
+# cgi-bin base (empty means to not use)
+# CGIBIN_FILE=/home/services/httpd/cgi-bin/zope-main.cgi
+
+# internationalization
+# LOC='pl_PL'
+
+# shoulg we use watchdog? it restarts Zope in case of failure
+WATCHDOG=no
+
+# DEBUG_MODE
+DEBUG_MODE=0
+
+# log filename path (empty defaults to: /var/log/zope/INSTANCE_NAME.log)
+LOG_FILE=
+
+# detailed log filename path
+# (empty means no expensive logging)
+# ('yes' means /var/log/zope/INSTANCE_NAME-detailed.log)
+DETAILED_LOG_FILE=yes
diff --git a/Zope.sysconfig b/Zope.sysconfig
new file mode 100644 (file)
index 0000000..4f70b32
--- /dev/null
@@ -0,0 +1,5 @@
+# Customized settings for Zope Instances
+
+# Define nice level for Zope Server
+SERVICE_RUN_NICE_LEVEL="+5"
+
This page took 0.078526 seconds and 4 git commands to generate.