Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 8e9e93b53d79e8838028315fb4566390 > files > 11

Zope-2.1.6-4mdk.src.rpm

#!/usr/bin/pcgi-wrapper

# The pcgi-wrapper program, invoked by Apache as a CGI
# process, connects to an always-running ZServer process
# via the (TCP/IP or Unix) socket given by PCGI_SOCKET_FILE.

PCGI_NAME=Zope
PCGI_MODULE_PATH=/usr/share/zope/lib/python/Zope

# These two items are no longer used, as pcgi-wrapper no
# longer tries to spawn ZServer if it cannot find it.  This
# is because pcgi-wrapper runs as user 'nobody' but ZServer
# runs as user 'zope'.
PCGI_PUBLISHER=/var/zope/pcgi_nullpublisher.py
PCGI_EXE=/usr/bin/python

PCGI_SOCKET_FILE=/var/run/pcgi.soc
PCGI_PID_FILE=/var/run/zserver.pid

# PCGI messages may be collected in a file or sent
# to the syslog daemon.  We default to syslog,
# facility 'local0'.
PCGI_ERROR_LOG=syslog:local0
#PCGI_ERROR_LOG=/var/log/pcgi

PCGI_DISPLAY_ERRORS=1

# These are not used by the pcgi-wrapper program but
# instead are passed to the ZServer daemon.  You can
# provide your own 'name=value' items if you wish.
Z_REALM=/var/zope/Zope.cgi
Z_DEBUG_MODE=1
INSTANCE_HOME=/var/zope