This file is indexed.

/usr/share/doc/fcgiwrap/README.Debian is in fcgiwrap 1.1.0-5.

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
19
20
21
22
23
24
25
26
27
28
29
30
fcgiwrap for Debian
==========================

Number of processes
-------------------

By default the package starts one wrapper, if you need more than that you can
add the variable 'FCGI_CHILDREN' to the /etc/default/fcgiwrap file;
i.e. to launch 3 processes do the following:

  echo "FCGI_CHILDREN=3" > /etc/default/fcgiwrap
  /etc/init.d/fcgiwrap restart

Nginx configuration
-------------------

To support debian cgi-bin scripts on nginx add the following to your server
configuration:

  include /usr/share/doc/fcgiwrap/examples/nginx.conf;

Monit configuration
-------------------

To monitor the fcgiwrap daemon with the monit program add the following
to your /etc/monit/monitrc file:

  include /usr/share/doc/fcgiwrap/examples/monitrc;

 -- Sergio Talens-Oliag <sto@debian.org>  Thu, 02 Apr 2009 15:44:10 +0200