From daef39b37915e0168b76e02cc5f01db27b96ff5c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 10 Jun 2016 21:35:35 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index c861572797..130c914bc0 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -281,7 +281,6 @@ LogLevel alert rewrite:trace3 RewriteMap Defines a mapping function for key-lookup RewriteMap MapName MapType:MapSource - MapTypeOptions server configvirtual host @@ -329,11 +328,6 @@ RewriteMap examplemap "txt:/path/to/file/map.txt" RewriteRule "^/ex/(.*)" "${examplemap:$1}" -

The meaning of the MapTypeOptions argument depends on - particular MapType. See the - Using RewriteMap for - more information.

-

The following combinations for MapType and MapSource can be used:

-- 2.40.0