2013-05-18 16:22:15 +00:00
|
|
|
Source: fcgi-cgi
|
|
|
|
Section: web
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: Stefan Bühler <stbuehler@web.de>
|
2013-05-25 11:40:39 +00:00
|
|
|
Build-Depends: debhelper (>= 8), cmake, libglib2.0-dev, libev-dev, cdbs
|
2013-05-18 16:22:15 +00:00
|
|
|
Standards-Version: 3.9.4
|
|
|
|
Homepage: http://redmine.lighttpd.net/projects/fcgi-cgi
|
|
|
|
|
|
|
|
Package: fcgi-cgi
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: FastCGI application to run cgi applications
|
|
|
|
FastCGI application to run cgi applications; this allows one to run
|
|
|
|
cgi applications with different user permissions than the webserver
|
|
|
|
without using suExec wrappers.
|
|
|
|
And the webserver doesn't need to fork, and it may be easier to get
|
|
|
|
the webserver running in a chroot.
|
|
|
|
|
|
|
|
Package: fcgi-cgi-dbg
|
|
|
|
Architecture: any
|
|
|
|
Section: debug
|
|
|
|
Priority: extra
|
|
|
|
Depends: fcgi-cgi (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: FastCGI application to run cgi applications
|
|
|
|
FastCGI application to run cgi applications; this allows one to run
|
|
|
|
cgi applications with different user permissions than the webserver
|
|
|
|
without using suExec wrappers.
|
|
|
|
And the webserver doesn't need to fork, and it may be easier to get
|
|
|
|
the webserver running in a chroot.
|