From: Rich Bowen Date: Mon, 5 Mar 2012 01:41:32 +0000 (+0000) Subject: Note that RewriteLock should be used when using prg: style RewriteMaps X-Git-Tag: 2.2.23~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491358faff9dc01c1d938f9c8d56b566880c7c35;p=thirdparty%2Fapache%2Fhttpd.git Note that RewriteLock should be used when using prg: style RewriteMaps 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 --- diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 78a971f0729..2237bc176ea 100644 --- a/docs/manual/rewrite/rewritemap.html.en +++ b/docs/manual/rewrite/rewritemap.html.en @@ -376,6 +376,13 @@ by many requests. }

+

Use a RewriteLock!

+

When using a prg: RewriteMap, you should use a +RewriteMap. Failure to do so +will result in an error message in the log file, and may result in a +race condition on concurrent requests.

+
+

Caution!