Commit 4b63efd5 authored by Joshua Slive's avatar Joshua Slive
Browse files

Consistency enforcement for directives that take extensions and a

reformat of mod_isapi.html into the new standard format.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87157 13f79535-47bb-0310-9956-ffa450edef68
parent bfdb278d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ you must have a handler set in the configuration that defines a
file suffix as <CODE>type-map</CODE>; this is best done with a

<PRE>
  AddHandler type-map var
  AddHandler type-map .var
</PRE>

in the server configuration file.  See the comments in the sample config
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ you must have a handler set in the configuration that defines a
file suffix as <CODE>type-map</CODE>; this is best done with a

<PRE>
  AddHandler type-map var
  AddHandler type-map .var
</PRE>

in the server configuration file.  See the comments in the sample config
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ handlers in the standard distribution are as follows:</P>

<pre>
     Action add-footer /cgi-bin/footer.pl
     AddHandler add-footer html
     AddHandler add-footer .html
</pre>

<p>Then the CGI script is responsible for sending the originally
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ handlers in the standard distribution are as follows:</P>

<pre>
     Action add-footer /cgi-bin/footer.pl
     AddHandler add-footer html
     AddHandler add-footer .html
</pre>

<p>Then the CGI script is responsible for sending the originally
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
  <!--#include virtual="header.html" -->
  <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
  <P>
  $Revision: 1.6 $ ($Date: 2000/09/15 19:54:16 $)
  $Revision: 1.7 $ ($Date: 2000/12/02 21:39:03 $)
  </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>
Loading