]> granicus.if.org Git - apache/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Thu, 16 Apr 2015 18:30:09 +0000 (18:30 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 16 Apr 2015 18:30:09 +0000 (18:30 +0000)
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
docs/manual/mod/mod_mime.xml.ja

index 23f761bb6fdb551173bcd47ebd19a431afb85575..5b413c2fd6cf5aeb82cd72be298081beb1d3f75f 100644 (file)
     script, but not the file <code>bar.cgi.html</code>, then instead
     of using <code>AddHandler cgi-script .cgi</code>, use</p>
 
-    <div class="example"><h3>Configure handler based on final extension only</h3><pre class="prettyprint lang-config">&lt;FilesMatch ".+\.cgi$"&gt;
+    <div class="example"><h3>Configure handler based on final extension only</h3><pre class="prettyprint lang-config">&lt;FilesMatch "[^.]+\.cgi$"&gt;
   SetHandler cgi-script
 &lt;/FilesMatch&gt;</pre>
 </div>
index 3dd00f3e4f363f63b0610c0fd8dcd769d7d3e4b5..d2e638db4220f2904b28b9754fe7641f4848bca4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 659902:1673954 (outdated) -->
+<!-- English Revision: 659902:1674099 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more