From: Christophe Jaillet 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 receivedDescription: 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 @@ -1650,7 +1650,7 @@ ErrorLogFormat "[%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% Module: core This would result in error messages such as:
--
+
@@ -1857,7 +1857,7 @@ filenames does. However, it accepts a regular expression. For example:
[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
<FilesMatch ".+\.(gif|jpe?g|png)$"> +<FilesMatch ".+\.(gif|jpe?g|png)$"> # ... </FilesMatch>@@ -1875,7 +1875,7 @@ filenamesmod_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 URLsmod_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 @@ directoryNormally, 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 theOptions
directive are preceded by a+
or-
symbol, the options are @@ -3795,7 +3795,7 @@ directoryQualifyRedirectURL Directive
-
Description: Controls whether the REDIRECT_URL environment variable is + Description: Controls whether the REDIRECT_URL environment variable is fully qualified Syntax: QualifyRedirectURL ON|OFF
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 @@ - + + Default: QualifyRedirectURL OFF