# -----------------------------------------------------------------------------
# First coded by Luca - De Whiskey's - De Vitis <luca@debian.org>
# -----------------------------------------------------------------------------
# $Id: debugrc,v 1.1 2003/10/25 09:13:42 luca Exp $
#
#   Copyright (C) 2003 Luca - De Whiskey's - De Vitis <luca@debian.org>
#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2 of the License, or
#   (at your option) any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software
#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
[instances]

Name: %(basename)s/%(section)s
User: luca
Group: %(user)s

PWD: /home/luca/debian/devel/unstable/zope/zopectl

Run-Path: %(pwd)s/var/run/zope
Lib-Path: %(pwd)s/var/lib/zope
Log-Path: %(pwd)s/var/log/zope

Instance-Home: %(lib-path)s/instance/%(name)s
Zope-Home: /usr/lib/zope
Software-Home: %(zope-home)s/lib/python
Client-Home: %(instance-home)s/var

Access-File: %(instance-home)s/access
Access-Username: Admin
Access-Encoding: SHA

PCGI-Wrapper: /usr/lib/zope/pcgi/pcgi-wrapper
PCGI-Path: %(lib-path)s/cgi-bin
PCGI-Name: Zope
PCGI-Socket-File: %(run-path)s/%(name)s-Z2-pcgi.sock
PCGI-Error-Log: %(log-path)s/%(name)s/Z2-pcgi.log
PCGI-Resource-File: %(pcgi-path)s/%(pcgi-name)s
PCGI-Publisher: %(zope-home)s
PCGI-PID-File: %(run-path)s/%(name)s-Z2-pcgi.pid

# To use Zope without ZServer use the following settings.
#PCGI-Publisher: %(zope-home)s/pcgi/pcgi_publisher.py
#PCGI-Module-Path: %(software-home)s/Zope
#PCGI-Exe: /usr/bin/python2.2

Z2-Log-File: %(log-path)s/%(name)s/Z2.log
Z2-Detailed-Log-File: %(log-path)s/%(name)s/Z2-detailed.log
Z2-PID-File: %(run-path)s/%(name)s-Z2.pid

Data-FS-In: %(zope-home)s/Data.fs.in
Debug: yes
Zope-Read-Only: yes
HTTP-Port: 10080
FTP-Port: 10021
WebDAV-Port: 10081
Monitor-Port: 10082
ICP-Port: 10083

