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
|
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: autoconf (>= 2.61),
debhelper (>= 11~),
libfcgi-dev,
libsystemd-dev [linux-any],
pkg-config
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/fcgiwrap.git
Vcs-Browser: https://salsa.debian.org/debian/fcgiwrap
Homepage: https://github.com/gnosek/fcgiwrap
Package: fcgiwrap
Architecture: any
Depends: lsb-base (>= 3.0-6),
spawn-fcgi (>= 1.6.1) | systemd,
${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.
|