https://issues.apache.org/bugzilla/show_bug.cgi?id=52347
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1296931 13f79535-47bb-0310-9956-
ffa450edef68
}<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
}<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