32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
Source: scgi-cgi
|
|
Section: web
|
|
Priority: extra
|
|
Maintainer: Stefan Bühler <stbuehler@web.de>
|
|
Build-Depends: debhelper (>= 7), cmake, libevent-dev (>= 2.0), pkg-config, cdbs
|
|
Standards-Version: 3.9.4
|
|
Homepage: http://redmine.lighttpd.net/projects/scgi-cgi
|
|
|
|
Package: scgi-cgi
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: SCGI application to run cgi applications
|
|
SCGI application to run normal 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: scgi-cgi-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: scgi-cgi (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Description: SCGI application to run cgi applications
|
|
SCGI application to run normal 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.
|
|
.
|
|
This package contains the debug symbols.
|