summaryrefslogtreecommitdiff
path: root/docs/manual/mod/core.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2004-12-24 19:29:15 +0000
committerRich Bowen <rbowen@apache.org>2004-12-24 19:29:15 +0000
commitba9908a5cca593247a333fd0d272679c81584a75 (patch)
tree1d2b37d9ac46650c45d82d778cc03b402599000f /docs/manual/mod/core.html.en
parent338282cb1d539d4c395704dd6bfd8898a5e47b41 (diff)
downloadhttpd-ba9908a5cca593247a333fd0d272679c81584a75.tar.gz
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
Diffstat (limited to 'docs/manual/mod/core.html.en')
-rw-r--r--docs/manual/mod/core.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index a0dbcd7e1a..9bd3835e55 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -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