From: Luca Toscano Date: Fri, 1 Apr 2016 13:31:42 +0000 (+0000) Subject: Documentation rebuild X-Git-Tag: 2.5.0-alpha~1802 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c4b9c7abec172dd521a9887c9a64e9d3d750894;p=apache Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737383 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index dcd55f50eb..7891c78d5f 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -429,6 +429,14 @@ NoDecode option available in 2.3.12 and later. completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem.

+

AllowOverrideList bug in versions <= 2.4.18

+

AllowOverrideList will not prevent + .htaccess files processing when explicitly set with None in httpd versions <= 2.4.18 due to a + bug. + Set only AllowOverride to None as workaround if + you are unable to upgrade to httpd > 2.4.18

+
+

When this directive is set to All, then any directive which has the .htaccess Context is allowed in .htaccess files.

@@ -584,6 +592,14 @@ NoDecode option available in 2.3.12 and later. ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem.

+

AllowOverrideList bug in versions <= 2.4.18

+

AllowOverrideList will not prevent + .htaccess files processing when explicitly set with None in httpd versions <= 2.4.18 due to a + bug. + Set only AllowOverride to None as workaround if + you are unable to upgrade to httpd > 2.4.18

+
+

Example:

AllowOverride None
diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en
index fb8c6c30c8..28275eb225 100644
--- a/docs/manual/mod/mod_http2.html.en
+++ b/docs/manual/mod/mod_http2.html.en
@@ -193,7 +193,8 @@
     

Environment Variables

This module can be configured to provide HTTP/2 related information - as additional environment variables to the SSI and CGI namespace. + as additional environment variables to the SSI and CGI namespace, as well + as in custom log configurations (see %{VAR_NAME}e).

@@ -204,7 +205,12 @@ - + + + + + +
Description:
HTTP2flagHTTP/2 is being used.
H2PUSHflagHTTP/2 Server Push is enabled for this request and also supported by the client.
H2PUSHflagHTTP/2 Server Push is enabled for this connection and also supported by the client.
H2_PUSHflagalternate name for H2PUSH
H2_PUSHEDstringempty or PUSHED for a request being pushed by the server.
H2_PUSHED_ONnumberHTTP/2 stream number that triggered the push of this request.
H2_STREAM_IDnumberHTTP/2 stream number of this request.
H2_STREAM_TAGstringHTTP/2 process unique stream identifier, consisting of connection id and stream id separated by -.