Commit 7fe0ff00 authored by Andre Malo's avatar Andre Malo
Browse files

* Rewritemaps use the ${map:key} notation

* `build all`


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@193076 13f79535-47bb-0310-9956-ffa450edef68
parent 8357ee62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="iso-2022-jp"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 104971:151405 (outdated) -->
<!-- English Revision: 104971:193033 (outdated) -->

<!--
 Copyright 2002-2004 The Apache Software Foundation
+1 −1
Original line number Diff line number Diff line
@@ -978,7 +978,7 @@ Apache 2.0.41 and later</td></tr>
      <code class="directive">RewriteRule</code> as follows:</p>

      <div class="example"><p><code>
      RewriteRule ^/ex/(.*) %{examplemap:$1}
      RewriteRule ^/ex/(.*) ${examplemap:$1}
      </code></p></div>

      <p>The following combinations for <em>MapType</em> and
+1 −1
Original line number Diff line number Diff line
@@ -507,7 +507,7 @@ Apache 2.0.41 and later</compatibility>
      <directive>RewriteRule</directive> as follows:</p>

      <example>
      RewriteRule ^/ex/(.*) %{examplemap:$1}
      RewriteRule ^/ex/(.*) ${examplemap:$1}
      </example>

      <p>The following combinations for <em>MapType</em> and