File: README.Debian

package info (click to toggle)
fcgiwrap 1.1.0-12
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 280 kB
  • sloc: ansic: 703; sh: 198; makefile: 35
file content (30 lines) | stat: -rw-r--r-- 825 bytes parent folder | download | duplicates (5)
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