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"
|