You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/10/17 18:39:14 UTC

svn commit: r1812433 - in /httpd/httpd/branches/2.4.x/docs/manual/rewrite: rewritemap.html.en rewritemap.html.fr rewritemap.xml.fr rewritemap.xml.meta

Author: jim
Date: Tue Oct 17 18:39:14 2017
New Revision: 1812433

URL: http://svn.apache.org/viewvc?rev=1812433&view=rev
Log:
Update doccos

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.meta

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en?rev=1812433&r1=1812432&r2=1812433&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en Tue Oct 17 18:39:14 2017
@@ -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>
 
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.fr?rev=1812433&r1=1812432&r2=1812433&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.fr Tue Oct 17 18:39:14 2017
@@ -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

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.fr?rev=1812433&r1=1812432&r2=1812433&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.fr [utf-8] Tue Oct 17 18:39:14 2017
@@ -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 -->
 <!--

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.meta?rev=1812433&r1=1812432&r2=1812433&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml.meta Tue Oct 17 18:39:14 2017
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>