From: Rich Bowen Date: Thu, 16 Apr 2015 15:46:03 +0000 (+0000) Subject: Per bz57584, ensure that this isn't just .cgi, ..cgi, ...cgi, and so on. X-Git-Tag: 2.5.0-alpha~3268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2131502641813954a328369c59f2c9fc0255a6ce;p=apache Per bz57584, ensure that this isn't just .cgi, ..cgi, ...cgi, and so on. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674099 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index 171964a47e..8d90007296 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -144,7 +144,7 @@ module="mod_mime_magic">MimeMagicFile Configure handler based on final extension only -<FilesMatch ".+\.cgi$"> +<FilesMatch "[^.]+\.cgi$"> SetHandler cgi-script </FilesMatch>