Mailing List Archive

cvs commit: httpd-docs-2.0/htdocs/manual/misc FAQ-F.html
slive 00/09/15 12:54:17

Modified: htdocs/manual/misc FAQ-F.html
Log:
PR: 5040

Fix an AddHandler example.

Revision Changes Path
1.6 +2 -2 httpd-docs-2.0/htdocs/manual/misc/FAQ-F.html

Index: FAQ-F.html
===================================================================
RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/misc/FAQ-F.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- FAQ-F.html 2000/09/15 19:45:27 1.5
+++ FAQ-F.html 2000/09/15 19:54:16 1.6
@@ -31,7 +31,7 @@
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
<P>
- $Revision: 1.5 $ ($Date: 2000/09/15 19:45:27 $)
+ $Revision: 1.6 $ ($Date: 2000/09/15 19:54:16 $)
</P>
<P>
The latest version of this FAQ is always available from the main
@@ -148,7 +148,7 @@
a line such as
<P>
<DL>
- <DD><CODE>AddHandler cgi-script .cgi</CODE>
+ <DD><CODE>AddHandler cgi-script cgi</CODE>
</DD>
</DL>
<P></P>