Package: libapache2-mod-fastcgi
Version: 2.4.2-6
Severity: wishlist
Tags: patch
Here is a patch that I think makes the descriptions of the FastCGI
Apache module packages clearer.
--- control.orig 2005-07-27 13:23:09.000000000 -0700
+++ control 2005-07-27 13:42:44.000000000 -0700
@@ -9,17 +9,23 @@
Package: libapache-mod-fastcgi
Architecture: any
Depends: ${shlibs:Depends}, apache-common (>= 1.3.28-1)
-Description: FastCGI module for Apache
- This package contains a FastCGI module for the Apache web server.
- .
- FastCGI is an extension to CGI, which can reduce web server load on
- servers answering to many calls of CGI scripts.
+Description: Apache 1 FastCGI module for long-running CGI scripts
+ This is a FastCGI module for the Apache 1.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.
Package: libapache2-mod-fastcgi
Architecture: any
Depends: ${shlibs:Depends}, apache2-common
-Description: FastCGI module for Apache2
- This package contains a FastCGI module for the Apache web server.
- .
- FastCGI is an extension to CGI, which can reduce web server load on
- servers answering to many calls of CGI scripts.
+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.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Versions of packages libapache2-mod-fastcgi depends on:
ii apache2-common 2.0.54-4 next generation, scalable, extenda
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-18 Berkeley v4.2 Database Libraries [
ii libexpat1 1.95.8-3 XML parsing C library - runtime li
libapache2-mod-fastcgi recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]