coar 97/06/26 05:17:21
Modified: htdocs/manual/misc FAQ.html Log: Fix up the Perl example for nph-script detection (PR#789). Revision Changes Path 1.74 +4 -4 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v retrieving revision 1.73 retrieving revision 1.74 diff -C3 -r1.73 -r1.74 *** FAQ.html 1997/06/21 18:56:36 1.73 --- FAQ.html 1997/06/26 12:17:20 1.74 *************** *** 15,21 **** <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1> <P> ! $Revision: 1.73 $ ($Date: 1997/06/21 18:56:36 $) </P> <P> The latest version of this FAQ is always available from the main --- 15,21 ---- <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1> <P> ! $Revision: 1.74 $ ($Date: 1997/06/26 12:17:20 $) </P> <P> The latest version of this FAQ is always available from the main *************** *** 1165,1171 **** </P> <P> <DL> ! <DD><CODE>if ($0 =~ m:/*nph-:) { <BR> $HTTP_headers = --- 1165,1171 ---- </P> <P> <DL> ! <DD><CODE>if ($0 =~ m:^(.*/)*nph-[^/]*$:) { <BR> $HTTP_headers = *************** *** 1176,1184 **** "Connection: close\015\012"; <BR> ! printf ($HTTP_headers); <BR> ! };</CODE> </DD> </DL> </P> --- 1176,1184 ---- "Connection: close\015\012"; <BR> ! print $HTTP_headers; <BR> ! }</CODE> </DD> </DL> </P>