From: Christophe Jaillet Date: Tue, 28 Jun 2016 04:45:11 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~1455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be721db732cde6b0f417cf8d439bafb13fe95b8a;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 4d29cd0e6c..526221008c 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1049,7 +1049,7 @@ the contents of file-system directories matching a regular expression. mod_rewrite. In order to prevent confusion, numbered (unnamed) backreferences are ignored. Use named groups instead.

-
<DirectoryMatch "^/var/www/combined/(?<sitename>[^/]+)">
+    
<DirectoryMatch "^/var/www/combined/(?<sitename>[^/]+)">
     Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 </DirectoryMatch>
@@ -1070,7 +1070,7 @@ sections are combined when a request is received Description:Directory that forms the main document tree visible from the web Syntax:DocumentRoot directory-path -Default:DocumentRoot /usr/local/apache/htdocs +Default:DocumentRoot "/usr/local/apache/htdocs" Context:server config, virtual host Status:Core Module:core @@ -1650,7 +1650,7 @@ ErrorLogFormat "[%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M%

This would result in error messages such as:

-

+

[Thu May 12 08:28:57.652118 2011] [core:error] [pid 8777:tid 4326490112] [client ::1:58619] File does not exist: /usr/local/apache2/htdocs/favicon.ico

@@ -1857,7 +1857,7 @@ filenames does. However, it accepts a regular expression. For example:

-
<FilesMatch ".+\.(gif|jpe?g|png)$">
+    
<FilesMatch ".+\.(gif|jpe?g|png)$">
     # ...
 </FilesMatch>
@@ -1875,7 +1875,7 @@ filenames mod_rewrite. In order to prevent confusion, numbered (unnamed) backreferences are ignored. Use named groups instead.

-
<FilesMatch "^(?<sitename>[^/]+)">
+    
<FilesMatch "^(?<sitename>[^/]+)">
     require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 </FilesMatch>
@@ -2860,7 +2860,7 @@ matching URLs mod_rewrite. In order to prevent confusion, numbered (unnamed) backreferences are ignored. Use named groups instead.

-
<LocationMatch "^/combined/(?<sitename>[^/]+)">
+    
<LocationMatch "^/combined/(?<sitename>[^/]+)">
     require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 </LocationMatch>
@@ -3632,7 +3632,7 @@ directory

Normally, if multiple Options could apply to a directory, then the most specific one is used and - others are ignored; the options are not merged. (See how sections are merged.) + others are ignored; the options are not merged. (See how sections are merged.) However if all the options on the Options directive are preceded by a + or - symbol, the options are @@ -3795,7 +3795,7 @@ directory

top

QualifyRedirectURL Directive

- diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index dba69a7cc5..8bd27f4903 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 4797b119fd..9f996a8b0d 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +
Description:Controls whether the REDIRECT_URL environment variable is +
Description:Controls whether the REDIRECT_URL environment variable is fully qualified
Syntax:QualifyRedirectURL ON|OFF
Default:QualifyRedirectURL OFF