Commit 790ffb74 authored by Richard Bowen's avatar Richard Bowen
Browse files

Note that RewriteLock should be used when using prg: style RewriteMaps

parent 3775c1fa
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -376,6 +376,13 @@ by many requests.
    }<br />
    </code></p></div>

<div class="note"><h3>Use a RewriteLock!</h3>
<p>When using a <code>prg:</code> RewriteMap, you should use a
<code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>. Failure to do so
will result in an error message in the log file, and may result in a
race condition on concurrent requests.</p>
</div>

<div class="note"><h3>Caution!</h3>
<ul>
<li>Keep your rewrite map program as simple as possible. If the program
+7 −0
Original line number Diff line number Diff line
@@ -377,6 +377,13 @@ by many requests.
    }<br />
    </example>

<note><title>Use a RewriteLock!</title>
<p>When using a <code>prg:</code> RewriteMap, you should use a
<directive module="mod_rewrite">RewriteMap</directive>. Failure to do so
will result in an error message in the log file, and may result in a
race condition on concurrent requests.</p>
</note>

<note><title>Caution!</title>
<ul>
<li>Keep your rewrite map program as simple as possible. If the program