From: Mads Toftum Date: Wed, 22 Sep 2010 11:50:02 +0000 (+0000) Subject: bring transformations up to date for others X-Git-Tag: 2.2.17~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae59226b1daf348b1fafb7d7991a8084c6ec2880;p=thirdparty%2Fapache%2Fhttpd.git bring transformations up to date for others git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@999884 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 95f9b84b088..2ff9124f930 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -836,7 +836,7 @@ subdirectories

<DirectoryMatch> and </DirectoryMatch> are used to enclose a group of directives which will apply only to the named directory and - sub-directories of that directory, the same as <Directory>. However, it + sub-directories of that directory, the same as <Directory>. However, it takes as an argument a regular expression. For example:

@@ -847,6 +847,11 @@ subdirectories

would match directories in /www/ that consisted of three numbers.

+

End-of-line character

+

The end-of-line character ($) cannot be matched with this directive.

+
+ +

See also