From 586ef45b488d2bd6505f17b86f5061f83e5e2a1d Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 16 Apr 2015 18:30:09 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674130 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.html.en | 2 +- docs/manual/mod/mod_mime.xml.ja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - +