File: control

package info (click to toggle)
libapache-mod-fastcgi 2.4.6-1
  • links: PTS
  • area: non-free
  • in suites: lenny, squeeze
  • size: 568 kB
  • ctags: 600
  • sloc: ansic: 6,287; sh: 334; makefile: 30
file content (19 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libapache-mod-fastcgi
Section: non-free/web
Priority: optional
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
Standards-Version: 3.7.3
Build-Depends: debhelper (>> 3.0.0), cdbs, apache2-threaded-dev (>= 2.2.4) | apache2-prefork-dev (>= 2.2.4), dpatch (>= 2.0.0), libtool, libapr1-dev, pkg-config
Uploaders: Taku YASUI <tach@debian.or.jp>

Package: libapache2-mod-fastcgi
Architecture: any
Depends: apache2.2-common (>= 2.2.4), ${shlibs:Depends}
Description: Apache 2 FastCGI module for long-running CGI scripts
 This is a FastCGI module for the Apache 2.x web server.  FastCGI is an
 open standard for communicating between a web server and a long-running
 web application.  CGI scripts supporting FastCGI can be started as a
 daemon and process multiple requests without restarting.  This is
 particularly useful for scripts written in languages like Perl, as it
 saves the cost of recompiling the scripts and its loaded modules with
 each invocation.