]> granicus.if.org Git - apache/commitdiff
Don't assume that filename extension is at the end of the filename
authorpcs <pcs@unknown>
Fri, 20 Nov 1998 16:34:17 +0000 (16:34 +0000)
committerpcs <pcs@unknown>
Fri, 20 Nov 1998 16:34:17 +0000 (16:34 +0000)
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

index 69a1666782aadac48729dd88638b41c74cc83277..1d5df58f60f9a918382828a2dab90fda680af4d4 100644 (file)
@@ -28,7 +28,7 @@ Any file that has the mime type <CODE>application/x-httpd-cgi</CODE>
 or handler <CODE>cgi-script</CODE> (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
 <A HREF="mod_mime.html#addtype">AddType</A> directive, or by being in
 a <A HREF="mod_alias.html#scriptalias">ScriptAlias</A> directory. <P>