Source: spawn-fcgi
Maintainer: Jérémy Lal <kapouer@melix.org>
Section: web
Priority: optional
Build-Depends: debhelper-compat (= 13), meson
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/spawn-fcgi
Vcs-Git: https://salsa.debian.org/debian/spawn-fcgi.git
Homepage: http://redmine.lighttpd.net/projects/spawn-fcgi
Rules-Requires-Root: no

Package: spawn-fcgi
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: FastCGI process spawner
 Allows FastCGI processes to be separated from web server process :
   * Easy creation of chmoded socket.
   * Privilege separation without needing a suid-binary,
     or running a server as root.
   * You can restart your web server and the FastCGI applications
     without restarting the others.
   * You can run them in different chroot()s.
   * Running your FastCGI applications doesn’t depend on the web server
     you are running, which allows for easier testing of/migration
     to other web servers.
