Commit b46e7c35 authored by Richard Bowen's avatar Richard Bowen
Browse files

As reported in bug ID 32635, the regex was not quite what it promised to

be. Thanks to dc@duke.edu


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@123298 13f79535-47bb-0310-9956-ffa450edef68
parent 4a66c45b
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/core.html.en: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -740,7 +740,7 @@ subdirectories</td></tr>
    takes as an argument a regular expression. For example:</p>

    <div class="example"><p><code>
      &lt;DirectoryMatch "^/www/.*/[0-9]{3}"&gt;
      &lt;DirectoryMatch "^/www/(.+/)?[0-9]{3}"&gt;
    </code></p></div>

    <p>would match directories in <code>/www/</code> that consisted of three
+1 −1
Changes for docs/manual/mod/core.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -694,7 +694,7 @@ subdirectories</description>
    takes as an argument a regular expression. For example:</p>

    <example>
      &lt;DirectoryMatch "^/www/.*/[0-9]{3}"&gt;
      &lt;DirectoryMatch "^/www/(.+/)?[0-9]{3}"&gt;
    </example>

    <p>would match directories in <code>/www/</code> that consisted of three