From 55aa5775722d3f11d99853293e672c6f738b821e Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 9 Jul 2002 15:32:35 +0000 Subject: [PATCH] Documentation for the NetWare CGIMapExtension directive for mapping 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 | 18 ++++++++++++++++++ docs/manual/platform/netware.html | 11 +++++++++++ 2 files changed, 29 insertions(+) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 7b090b29aa..d643fb86cb 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -297,6 +297,24 @@ authentication and Access Control + +CGIMapExtension +Technique for locating the interpreter for CGI +scripts +CGIMapExtension cgi-path .extension +None +directory.htaccess + +FileInfo +NetWare only + + +

This directive is used to control how Apache finds the + interpreter used to run CGI scripts. For example, setting CGIMapExtension sys:\foo.nlm .foo will + cause all CGI script files with a .foo extension to be passed to the FOO interpreter.

+
+
+ ContentDigest Enables the generation of Content-MD5 HTTP Response diff --git a/docs/manual/platform/netware.html b/docs/manual/platform/netware.html index d001b2fd47..fe465fc356 100644 --- a/docs/manual/platform/netware.html +++ b/docs/manual/platform/netware.html @@ -329,6 +329,17 @@ +

+ + + Additional NetWare specific directives:

+ +
    +
  • CGIMapExtension + - This directive maps a CGI file extension to a script interpreter.
  • +
+

Compiling Apache for NetWare

-- 2.40.0