From: Luca Toscano .htaccess
files in the filesystem.
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.
.htaccess
files in the filesystem.
+ 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
).
Description: | ||
---|---|---|
HTTP2 | flag | HTTP/2 is being used. |
H2PUSH | flag | HTTP/2 Server Push is enabled for this request and also supported by the client. |
H2PUSH | flag | HTTP/2 Server Push is enabled for this connection and also supported by the client. |
H2_PUSH | flag | alternate name for H2PUSH |
H2_PUSHED | string | empty or PUSHED for a request being pushed by the server. |
H2_PUSHED_ON | number | HTTP/2 stream number that triggered the push of this request. |
H2_STREAM_ID | number | HTTP/2 stream number of this request. |
H2_STREAM_TAG | string | HTTP/2 process unique stream identifier, consisting of connection id and stream id separated by - . |