From: pcs Date: Fri, 20 Nov 1998 16:34:17 +0000 (+0000) Subject: Don't assume that filename extension is at the end of the filename X-Git-Tag: 1.3.4~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38955a3c999dc6c180b239b90c9980abe846d47b;p=apache Don't assume that filename extension is at the end of the filename PR: 3151 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82407 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html index 69a1666782..1d5df58f60 100644 --- a/docs/manual/mod/mod_cgi.html +++ b/docs/manual/mod/mod_cgi.html @@ -28,7 +28,7 @@ Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. Files acquire this type either by -having a name ending in an extension defined by the +having a name containing an extension defined by the AddType directive, or by being in a ScriptAlias directory.