pcs 98/11/20 08:34:17
Modified: htdocs/manual/mod mod_cgi.html Log: Don't assume that filename extension is at the end of the filename PR: 3151 Revision Changes Path 1.18 +1 -1 apache-1.3/htdocs/manual/mod/mod_cgi.html Index: mod_cgi.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_cgi.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- mod_cgi.html 1998/09/13 10:03:57 1.17 +++ mod_cgi.html 1998/11/20 16:34:17 1.18 @@ -28,7 +28,7 @@ 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>