This file is indexed.

/usr/share/doc/fcgiwrap/examples/default is in fcgiwrap 1.1.0-9.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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"