]> granicus.if.org Git - apache/commitdiff
Update doccos
authorJim Jagielski <jim@apache.org>
Tue, 17 Oct 2017 18:39:14 +0000 (18:39 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 17 Oct 2017 18:39:14 +0000 (18:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812433 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewritemap.html.en
docs/manual/rewrite/rewritemap.html.fr
docs/manual/rewrite/rewritemap.xml.fr
docs/manual/rewrite/rewritemap.xml.meta

index a450aa3e209727c35c7cd9fcd4a3c0d21786e3f4..9caef794191101d12d981d45b901dc70e1449b3c 100644 (file)
@@ -359,6 +359,11 @@ by many requests.
     a context that does not have <code class="directive"><a href="../mod/mod_rewrite.html#rewriteengine">RewriteEngine</a></code> set to
     <code>on</code>.</p>
 
+    <p>By default, external rewriting programs are started as root.
+    This can be changed on UNIX systems by passing user name and
+    group name as third argument to <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">
+    RewriteMap</a></code> in the <code>username:groupname</code> format.</p>
+
     <p>This feature utilizes the <code>rewrite-map</code> mutex,
     which is required for reliable communication with the program.
     The mutex mechanism and lock file can be configured with the
@@ -368,7 +373,7 @@ by many requests.
     underscores in a request URI.</p>
 
     <p><strong>Rewrite configuration</strong></p>
-    <pre class="prettyprint lang-config">RewriteMap d2u "prg:/www/bin/dash2under.pl"
+    <pre class="prettyprint lang-config">RewriteMap d2u "prg:/www/bin/dash2under.pl" apache:apache
 RewriteRule "-" "${d2u:%{REQUEST_URI}}"</pre>
 
 
index eb4957af2a1c1fe038e8ac05166f8b35b9dc2bf7..5cbba05f40b8520631d8f424d1722316adbd4b32 100644 (file)
@@ -26,6 +26,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/rewrite/rewritemap.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/rewrite/rewritemap.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
 
     <p>Ce document est un complément à la <a href="../mod/mod_rewrite.html">documentation de référence</a> du
index 936197b67e8b96d2720c5180eb4590e4dc227065..b0bf20b4a615f00c4aa4f3bef01a82d5c2cb1609 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1741864 -->
+<!-- English Revision: 1741864:1811748 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : VIncent Deffontaines -->
 <!--
index b77e9e616859e53cbd6bc2e85e816187bead9617..e385817f7b437445612e5ad311d50a28991e911b 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>