From: Christophe Jaillet Date: Fri, 10 Jun 2016 21:35:35 +0000 (+0000) Subject: Revert r1728060. X-Git-Tag: 2.4.21~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daef39b37915e0168b76e02cc5f01db27b96ff5c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index c8615727972..130c914bc0f 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: