File: default

package info (click to toggle)
fcgiwrap 1.1.0-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: ansic: 703; sh: 199; makefile: 35
file content (18 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Defaults for fcgiwrap (if not declared, hardcoded values from the
# init script are used).

# Number of instances to launch
#DAEMON_OPTS="-f -c 1"

# Socket location
#FCGI_SOCKET="/path/to/socket"

# User and group for the daemon processes
#FCGI_USER="www-data"
#FCGI_GROUP="www-data"

# Owner of the socket, if available (defaults to $FCGI_USER/$FCGI_GROUP)
# Use this of you want to run scritps as a different user that the
# webserver.
#FCGI_SOCKET_OWNER="someuser"
#FCGI_SOCKET_GROUP="someuser"