"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "control":
2.4.6_vs_2.4.7-0910052141.
1 Source: libapache-mod-fastcgi
2 Section: non-free/web
3 Priority: optional
4 Maintainer: Tatsuki Sugiura <sugi@nemui.org>
5 Standards-Version: 3.9.1
6 Build-Depends: debhelper (>> 5.0.0), cdbs, apache2-threaded-dev (>= 2.2.4) | apache2-prefork-dev (>= 2.2.4), dpatch (>= 2.0.0), libtool, libapr1-dev, pkg-config
7 Uploaders: Taku YASUI <tach@debian.or.jp>
8 Homepage: http://www.fastcgi.com/
9
10 Package: libapache2-mod-fastcgi
11 Architecture: any
12 Depends: apache2.2-common (>= 2.2.4), ${shlibs:Depends}, ${misc:Depends}
13 Description: Apache 2 FastCGI module for long-running CGI scripts
14 This is a FastCGI module for the Apache 2.x web server. FastCGI is an
15 open standard for communicating between a web server and a long-running
16 web application. CGI scripts supporting FastCGI can be started as a
17 daemon and process multiple requests without restarting. This is
18 particularly useful for scripts written in languages like Perl, as it
19 saves the cost of recompiling the scripts and its loaded modules with
20 each invocation.