]> granicus.if.org Git - apache/commitdiff
Documentation for the NetWare CGIMapExtension directive for mapping
authorBradley Nicholes <bnicholes@apache.org>
Tue, 9 Jul 2002 15:32:35 +0000 (15:32 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 9 Jul 2002 15:32:35 +0000 (15:32 +0000)
CGI script file extensions to the script interpreter NLM

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95988 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
docs/manual/platform/netware.html

index 7b090b29aa536492f1ed785f5601e6dea7b5e58f..d643fb86cb4c640a96490c90a9aac1a0c3d71296 100644 (file)
@@ -297,6 +297,24 @@ authentication</description>
 and Access Control</a></seealso>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>CGIMapExtension</name>
+<description>Technique for locating the interpreter for CGI 
+scripts</description>
+<syntax>CGIMapExtension cgi-path .extension</syntax>
+<default>None</default>
+<contextlist><context>directory</context><context>.htaccess</context>
+</contextlist>
+<override>FileInfo</override>
+<compatibility>NetWare only</compatibility>
+
+<usage>
+    <p>This directive is used to control how Apache finds the
+    interpreter used to run CGI scripts. For example, setting <code>CGIMapExtension sys:\foo.nlm .foo</code> will
+    cause all CGI script files with a .foo extension to be passed to the FOO interpreter.</p>
+</usage>
+</directivesynopsis>
+
 <directivesynopsis>
 <name>ContentDigest</name>
 <description>Enables the generation of Content-MD5 HTTP Response
index d001b2fd4711aab0d47e0475287fca8c5026b933..fe465fc35671d4d8d86e5911a5642ea443f26545 100644 (file)
       </li>
     </ul>
 
+    <p><b><u>
+
+    
+    Additional NetWare specific directives:</u></b></p>
+
+    <ul>
+      <li><a 
+        href="mod/core.html#cgimapextension">CGIMapExtension</a>
+        - This directive maps a CGI file extension to a script interpreter.</li>
+    </ul>
+
     <h2><a id="comp" name="comp">Compiling Apache for
     NetWare</a></h2>