From: Rich Bowen Date: Thu, 16 Apr 2015 18:30:09 +0000 (+0000) Subject: Rebuild X-Git-Tag: 2.5.0-alpha~3265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=586ef45b488d2bd6505f17b86f5061f83e5e2a1d;p=apache Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674130 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 23f761bb6f..5b413c2fd6 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -156,7 +156,7 @@ script, but not the file bar.cgi.html, then instead of using AddHandler cgi-script .cgi, use

-

Configure handler based on final extension only

<FilesMatch ".+\.cgi$">
+    

Configure handler based on final extension only

<FilesMatch "[^.]+\.cgi$">
   SetHandler cgi-script
 </FilesMatch>
diff --git a/docs/manual/mod/mod_mime.xml.ja b/docs/manual/mod/mod_mime.xml.ja index 3dd00f3e4f..d2e638db42 100644 --- a/docs/manual/mod/mod_mime.xml.ja +++ b/docs/manual/mod/mod_mime.xml.ja @@ -1,7 +1,7 @@ - +