Commit fc63451b authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Update doccos


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812433 13f79535-47bb-0310-9956-ffa450edef68
parent 6a1041ad
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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>


+2 −0
Original line number Diff line number Diff line
@@ -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="Franais">&nbsp;fr&nbsp;</a></p>
</div>
<div class="outofdate">Cette traduction peut tre prime. Vrifiez la version
            anglaise pour les changements rcents.</div>


    <p>Ce document est un complment  la <a href="../mod/mod_rewrite.html">documentation de rfrence</a> du
+1 −1
Original line number Diff line number Diff line
<?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 -->
<!--
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@

  <variants>
    <variant>en</variant>
    <variant>fr</variant>
    <variant outdated="yes">fr</variant>
  </variants>
</metafile>