From 08ef2c622459347cbc31bd2bf7646d2281c2c16f Mon Sep 17 00:00:00 2001 From: siefca Date: Sun, 10 Aug 2003 16:26:37 +0000 Subject: [PATCH] - files needed by Zope Changed files: Zope.instance -> 1.1 Zope.sysconfig -> 1.1 --- Zope.instance | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zope.sysconfig | 5 +++++ 2 files changed, 55 insertions(+) create mode 100644 Zope.instance create mode 100644 Zope.sysconfig diff --git a/Zope.instance b/Zope.instance new file mode 100644 index 0000000..e0bc212 --- /dev/null +++ b/Zope.instance @@ -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 index 0000000..4f70b32 --- /dev/null +++ b/Zope.sysconfig @@ -0,0 +1,5 @@ +# Customized settings for Zope Instances + +# Define nice level for Zope Server +SERVICE_RUN_NICE_LEVEL="+5" + -- 2.44.0