## ABSOLUTE path to the spawn-fcgi binary
SPAWNFCGI="/usr/bin/trac-spawn-fcgi"

## ABSOLUTE path to the FastCGI binary
FCGIPROGRAM="/usr/share/trac/cgi-bin/trac.fcgi"

## bind to tcp-port
FCGIPORT="1027"

## switch to the following user and group
USERID=nobody
GROUPID=nobody
#GROUPID=tracadmin

## trac projects root dir
TRAC_ENV_PARENT_DIR="/var/lib/trac"

## where to write a pid
PIDFILE=/var/run/trac-spawn-fcgi/trac-spawn-fcgi.pid
