You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/06/10 21:35:35 UTC

svn commit: r1747804 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml

Author: jailletc36
Date: Fri Jun 10 21:35:35 2016
New Revision: 1747804

URL: http://svn.apache.org/viewvc?rev=1747804&view=rev
Log:
Revert r1728060.

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

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml?rev=1747804&r1=1747803&r2=1747804&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Fri Jun 10 21:35:35 2016
@@ -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
 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>