]> granicus.if.org Git - apache/commitdiff
doc rebuild
authorLuca Toscano <elukey@apache.org>
Sun, 1 Apr 2018 07:27:48 +0000 (07:27 +0000)
committerLuca Toscano <elukey@apache.org>
Sun, 1 Apr 2018 07:27:48 +0000 (07:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828127 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml.fr
docs/manual/mod/mod_proxy.xml.ja
docs/manual/mod/mod_proxy.xml.meta
docs/manual/rewrite/rewritemap.html.en

index dc41e959f6fb5d50db9b69eddff6093dd09890f2..827b43e7d9c71fc0442f8509d19d81a6da2f286c 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.fr.xsl"?>
-<!-- English Revision: 1810316 -->
+<!-- English Revision: 1810316:1828069 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index c38e78fd090b96060958e342d9c8d7c04ff10f3c..98ef219da209efe7d6fa68915224d9e64923cf0c 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: 344971:1810316 (outdated) -->
+<!-- English Revision: 344971:1828069 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 38a79fdda73051e6f035124b21c4af3bff8e6129..f0185375d448127624a8715f7540d52668653323 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>
index 3b23bec427fd29467d3786fb8456d40e6e45b214..8592123ee9ab8e1424a5028ba6f7a24be6f2becc 100644 (file)
@@ -429,6 +429,11 @@ this process, or if the script itself is very slow.</li>
     <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">RewriteMap myquery "fastdbd:SELECT destination FROM rewrite WHERE source = %s"</pre>
 </div>
 
+    <div class="note"><h3>Note</h3>
+    <p>The query name is passed to the database driver as a label for
+    an SQL prepared statement, and will therefore need to follow any rules
+    (such as case-sensitivity) required for your database.</p></div>
+
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="summary" id="summary">Summary</a></h2>