]> granicus.if.org Git - apache/commitdiff
Revert r1728060.
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 10 Jun 2016 21:35:35 +0000 (21:35 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 10 Jun 2016 21:35:35 +0000 (21:35 +0000)
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

docs/manual/mod/mod_rewrite.xml

index c8615727972051dc706ff575d1fca451d4331202..130c914bc0f497922e7f9f6e58f2a9c64dad5af1 100644 (file)
@@ -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>