File: control

package info (click to toggle)
libapache2-mod-fcgid 1%3A2.3.9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,456 kB
  • sloc: ansic: 5,912; xml: 1,052; sh: 118; sed: 64; awk: 37; makefile: 21
file content (23 lines) | stat: -rw-r--r-- 885 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libapache2-mod-fcgid
Maintainer: Xavier Guimard <yadd@debian.org>
Section: httpd
Priority: optional
Build-Depends: debhelper (>= 10),
               apache2-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian/libapache2-mod-fcgid
Vcs-Git: https://salsa.debian.org/debian/libapache2-mod-fcgid.git
Homepage: https://httpd.apache.org/mod_fcgid/
Rules-Requires-Root: binary-targets

Package: libapache2-mod-fcgid
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: FastCGI interface module for Apache 2
 This package contains mod_fcgid, a high-performance alternative to mod_cgi
 or mod_cgid. It starts a sufficient number of instances of the CGI program
 to handle concurrent requests. These programs remain running to handle
 further incoming requests.
 .
 It is a binary-compatible alternative to Apache module mod_fastcgi.