]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Fri, 17 Apr 2015 19:53:26 +0000 (19:53 +0000)
committerAndré Malo <nd@apache.org>
Fri, 17 Apr 2015 19:53:26 +0000 (19:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674386 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/convenience.map
docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml.fr
docs/manual/mod/mod_mime.xml.ja

index 78b1e08a916d5efe33873fc9ae6979cb5039fd8b..cba58f195b239a0f2da346c0712095d00c8094d8 100644 (file)
@@ -156,6 +156,7 @@ cachestorenostore   mod/mod_cache.html#cachestorenostore
 cachestoreprivate      mod/mod_cache.html#cachestoreprivate
 cgidscripttimeout      mod/mod_cgid.html#cgidscripttimeout
 cgimapextension        mod/core.html#cgimapextension
+cgipassauth    mod/core.html#cgipassauth
 charsetdefault mod/mod_charset_lite.html#charsetdefault
 charsetoptions mod/mod_charset_lite.html#charsetoptions
 charsetsourceenc       mod/mod_charset_lite.html#charsetsourceenc
@@ -308,6 +309,7 @@ loadmodule  mod/mod_so.html#loadmodule
 location       mod/core.html#location
 locationmatch  mod/core.html#locationmatch
 logformat      mod/mod_log_config.html#logformat
+logiotrackttfb mod/mod_logio.html#logiotrackttfb
 loglevel       mod/core.html#loglevel
 logmessage     mod/mod_log_debug.html#logmessage
 luaauthzprovider       mod/mod_lua.html#luaauthzprovider
index 8a4a894369d482b3ba9758fefd4313b51812b2c1..cf280b7ac5a18a061b8db850b46ba55a04286926 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 96b7614762d38d68047e2f7d562087cc4e539048..31d17ca63b5e6f4b7c782b22bd4ca1f9b8158755 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1421892:1673957 (outdated) -->
+<!-- English Revision: 1421892:1674131 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 9eb1c9beb1c69f75a5c651a88f62bd6d9d4776ed..9a3efa41cd84cc3dad4195bbb99589b71c03f6b5 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:1673957 (outdated) -->
+<!-- English Revision: 659902:1674131 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more