"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## by Troestler Christophe <Christophe.Troestler@umh.ac.be>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: fix for document dead link
6 ## DP: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288270
7
8 @DPATCH@
9 --- libapache-mod-fastcgi-2.4.6.orig/docs/mod_fastcgi.html
10 +++ libapache-mod-fastcgi-2.4.6/docs/mod_fastcgi.html
11 @@ -67,7 +67,7 @@
12 </P>
13 <P>
14 FastCGI applications under <CODE>mod_fastcgi</CODE> are defined as one of three types: static, dynamic, or
15 - external. They're configured using the <A HREF="#fastcgiserver">FastCgiServer</A>, <A HREF=
16 + external. They're configured using the <A HREF="#FastCgiServer">FastCgiServer</A>, <A HREF=
17 "#FastCgiConfig">FastCgiConfig</A>, and <A HREF="#FastCgiExternalServer">FastCgiExternalServer</A> <A HREF=
18 "#directives">directives</A> respectively. Any URI that Apache identifies as a FastCGI application and
19 which hasn't been explicitly configured using a <A HREF="#fastcgiserver">FastCgiServer</A> or <A HREF=