Commit 5baba401 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Revert r1728060.

Corresponding code has not been merged (see r1664565 and r1664575)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747804 13f79535-47bb-0310-9956-ffa450edef68
parent 679e7330
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -281,7 +281,6 @@ LogLevel alert rewrite:trace3
<name>RewriteMap</name>
<description>Defines a mapping function for key-lookup</description>
<syntax>RewriteMap <em>MapName</em> <em>MapType</em>:<em>MapSource</em>
    <em>MapTypeOptions</em>
</syntax>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
@@ -329,11 +328,6 @@ RewriteMap examplemap "txt:/path/to/file/map.txt"
RewriteRule "^/ex/(.*)" "${examplemap:$1}"
      </highlight>

      <p>The meaning of the <em>MapTypeOptions</em> argument depends on
      particular <em>MapType</em>. See the
      <a href="../rewrite/rewritemap.html">Using RewriteMap</a> for
      more information.</p>

      <p>The following combinations for <em>MapType</em> and
      <em>MapSource</em> can be used:</p>