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 31
|
Source: fcgiwrap
Section: web
Priority: optional
Maintainer: Debian fcgiwrap Maintainers <team+fcgiwrap@tracker.debian.org>
Uploaders: Jordi Mallach <jordi@debian.org>, Peter Colberg <peter@colberg.org>
Build-Depends: debhelper-compat (= 13),
autoconf (>= 2.61),
libfcgi-dev,
libsystemd-dev [linux-any],
pkg-config
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/debian/fcgiwrap.git
Vcs-Browser: https://salsa.debian.org/debian/fcgiwrap
Homepage: https://github.com/gnosek/fcgiwrap
Rules-Requires-Root: no
Package: fcgiwrap
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: lsb-base (>= 3.0-6),
systemd | spawn-fcgi (>= 1.6.1),
${misc:Depends},
${shlibs:Depends}
Enhances: nginx
Description: simple server to run CGI applications over FastCGI
fcgiwrap is a simple server for running CGI applications over FastCGI.
Its goal is to provide clean CGI support to the nginx webserver, although
can be used with others.
.
fcgiwrap is lightweight and has no configuration, making it possible to
use the same pool to run different sites.
|