From 38955a3c999dc6c180b239b90c9980abe846d47b Mon Sep 17 00:00:00 2001 From: pcs Date: Fri, 20 Nov 1998 16:34:17 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_cgi.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html index 69a1666782a..1d5df58f60f 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.

-- 2.47.2