From: Richard Bowen Date: Tue, 14 Apr 2015 18:25:58 +0000 (+0000) Subject: rebuild html docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0babee1c39f71af3a046a1a7acd2504800b36bb2;p=thirdparty%2Fapache%2Fhttpd.git rebuild html docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673490 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index fd0868d24a9..6b18b37ff1d 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -959,13 +959,13 @@ the contents of file-system directories matching a regular expression. However, it takes as an argument a regular expression. For example:

-
<DirectoryMatch "^/www/(.+/)?[0-9]{3}">
+    
<DirectoryMatch "^/www/(.+/)?[0-9]{3}/">
     # ...
 </DirectoryMatch>
-

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

+

matches directories in /www/ (or any subdirectory thereof) + that consist of three numbers.

Compatability

Prior to 2.3.9, this directive implicitly applied to sub-directories @@ -989,7 +989,7 @@ the contents of file-system directories matching a regular expression. (unnamed) backreferences are ignored. Use named groups instead.

<DirectoryMatch ^/var/www/combined/(?<sitename>[^/]+)>
-    require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
+    Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 </DirectoryMatch>
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 467b8a40102..5ea11468fb8 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 5ba9c3db84c..2051eb19009 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +