From: Luca Toscano Description: Enable Authn caching configured anywhere Syntax: AuthnCacheEnable
-Context: server config Override: None Status: Base
@@ -187,7 +186,6 @@ AuthnCacheSOCache dbm
Module: mod_authn_socache Description: Select socache backend provider to use Syntax: AuthnCacheSOCache provider-name[:provider-args]
-Context: server config Override: None Status: Base Module: mod_authn_socache Compatibility: Optional provider arguments are available in
diff --git a/docs/manual/mod/mod_logio.html.en b/docs/manual/mod/mod_logio.html.en
index 844ab5541b..766bb9b829 100644
--- a/docs/manual/mod/mod_logio.html.en
+++ b/docs/manual/mod/mod_logio.html.en
@@ -109,7 +109,7 @@
Syntax: LogIOTrackTTFB ON|OFF
Default: LogIOTrackTTFB OFF
-Context: server config, virtual host, directory, .htaccess
+Override: none Override: All Status: Extension Module: mod_logio
diff --git a/docs/manual/mod/mod_proxy_html.html.en b/docs/manual/mod/mod_proxy_html.html.en
index 904efa68b3..d7e07e424e 100644
--- a/docs/manual/mod/mod_proxy_html.html.en
+++ b/docs/manual/mod/mod_proxy_html.html.en
@@ -124,8 +124,8 @@ will generate output using the same encoding as the input.Compatibility: Apache HTTP Server 2.4.13 and later
Description: | Sets an HTML or XHTML document type declaration. |
---|---|
Syntax: | ProxyHTMLDocType HTML|XHTML [Legacy] |
Syntax: | ProxyHTMLDocType HTML|XHTML [Legacy] |
Context: | server config, virtual host, directory |
Status: | Base |
Module: | mod_proxy_html |
Description: | Turns the proxy_html filter on or off. |
---|---|
Syntax: | ProxyHTMLEnable On|Off |
Syntax: | ProxyHTMLEnable On|Off |
Default: | ProxyHTMLEnable Off |
Context: | server config, virtual host, directory |
Status: | Base |
Specifies one or more attributes to treat as scripting events and
-apply ProxyHTMLURLMap
s to where enabled.
+apply ProxyHTMLURLMap
s to where enabled.
You can specify any number of attributes in one or more
-ProxyHTMLEvents
directives.
Normally you'll set this globally. If you set ProxyHTMLEvents in more than
+ProxyHTMLEvents
directives.
Normally you'll set this globally. If you set ProxyHTMLEvents
in more than
one scope so that one overrides the other, you'll need to specify a complete
set in each of those scopes.
A default configuration is supplied in proxy-html.conf @@ -199,7 +199,7 @@ and defines the events in standard HTML 4 and XHTML 1.
Description: | Determines whether to fix links in inline scripts, stylesheets, and scripting events. |
---|---|
Syntax: | ProxyHTMLExtended On|Off |
Syntax: | ProxyHTMLExtended On|Off |
Default: | ProxyHTMLExtended Off |
Context: | server config, virtual host, directory |
Status: | Base |
Set to Off
, HTML links are rewritten according to the
-ProxyHTMLURLMap
directives, but links appearing
+ProxyHTMLURLMap
directives, but links appearing
in Javascript and CSS are ignored.
Set to On
, all scripting events (as determined by
-ProxyHTMLEvents
) and embedded scripts or
-stylesheets are also processed by the ProxyHTMLURLMap
+ProxyHTMLEvents
) and embedded scripts or
+stylesheets are also processed by the ProxyHTMLURLMap
rules, according to the flags set for each rule. Since this requires more
parsing, performance will be best if you only enable it when strictly necessary.
@@ -227,7 +227,7 @@ false matches.
Description: | Fixes for simple HTML errors. |
---|---|
Syntax: | ProxyHTMLFixups [lowercase] [dospath] [reset] |
Syntax: | ProxyHTMLFixups [lowercase] [dospath] [reset] |
Context: | server config, virtual host, directory |
Status: | Base |
Module: | mod_proxy_html |
Description: | Enables per-request interpolation of
ProxyHTMLURLMap rules. |
---|---|
Syntax: | ProxyHTMLInterp On|Off |
Syntax: | ProxyHTMLInterp On|Off |
Default: | ProxyHTMLInterp Off |
Context: | server config, virtual host, directory |
Status: | Base |
This enables per-request interpolation in
- ProxyHTMLURLMap
to- and from- patterns.
ProxyHTMLURLMap
to- and from- patterns.
If interpolation is not enabled, all rules are pre-compiled at startup. With interpolation, they must be re-compiled for every request, which implies an extra processing overhead. It should therefore be @@ -279,9 +279,9 @@ for earlier 2.x versions
Specifies elements that have URL attributes that should be rewritten
using standard ProxyHTMLURLMap
s.
-You will need one ProxyHTMLLinks directive per element,
+You will need one ProxyHTMLLinks
directive per element,
but it can have any number of attributes.
Normally you'll set this globally. If you set ProxyHTMLLinks in more than +
Normally you'll set this globally. If you set ProxyHTMLLinks
in more than
one scope so that one overrides the other, you'll need to specify a complete
set in each of those scopes.
A default configuration is supplied in proxy-html.conf @@ -308,7 +308,7 @@ ProxyHTMLLinks script src for
Description: | Turns on or off extra pre-parsing of metadata in HTML
<head> sections. |
---|---|
Syntax: | ProxyHTMLMeta On|Off |
Syntax: | ProxyHTMLMeta On|Off |
Default: | ProxyHTMLMeta Off |
Context: | server config, virtual host, directory |
Status: | Base |
Description: | Determines whether to strip HTML comments. |
---|---|
Syntax: | ProxyHTMLStripComments On|Off |
Syntax: | ProxyHTMLStripComments On|Off |
Default: | ProxyHTMLStripComments Off |
Context: | server config, virtual host, directory |
Status: | Base |
Description: | File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
Syntax: | SSLProxyMachineCertificateChainFile filename |
Context: | server config |
Override: | Not applicable |
Status: | Extension |
Module: | mod_ssl |
SSLProxyMachineCertificateFile filename
SSLProxyMachineCertificatePath
.
SSLProxyMachineCertificatePath directory
The substitution is may contain literal text and regular + expression backreferences
+<Location "/"> AddOutputFilterByType SUBSTITUTE text/html Substitute "s/foo/bar/ni" diff --git a/docs/manual/mod/overrides.html.en b/docs/manual/mod/overrides.html.en index 7f46bb45f4..3b2595829f 100644 --- a/docs/manual/mod/overrides.html.en +++ b/docs/manual/mod/overrides.html.en @@ -122,61 +122,63 @@ presence or absence of a specific module from the clientLimitXMLRequestBody core - Limits the size of an XML-based request body - LuaCodeCache mod_lua - Configure the compiled code cache. - LuaHookAccessChecker mod_lua - Provide a hook for the access_checker phase of request processing - LuaHookAuthChecker mod_lua - Provide a hook for the auth_checker phase of request processing - LuaHookCheckUserID mod_lua - Provide a hook for the check_user_id phase of request processing - LuaHookFixups mod_lua Provide a hook for the fixups phase of a request + + LogIOTrackTTFB mod_logio + Enable tracking of time to first byte (TTFB) + LuaCodeCache mod_lua + Configure the compiled code cache. + LuaHookAccessChecker mod_lua + Provide a hook for the access_checker phase of request processing + LuaHookAuthChecker mod_lua + Provide a hook for the auth_checker phase of request processing + LuaHookCheckUserID mod_lua + Provide a hook for the check_user_id phase of request processing + LuaHookFixups mod_lua - Provide a hook for the fixups phase of a request processing - LuaHookInsertFilter mod_lua - Provide a hook for the insert_filter phase of request processing - LuaHookLog mod_lua Provide a hook for the access log phase of a request + + LuaHookInsertFilter mod_lua + Provide a hook for the insert_filter phase of request processing + LuaHookLog mod_lua - Provide a hook for the access log phase of a request processing - LuaHookMapToStorage mod_lua - Provide a hook for the map_to_storage phase of request processing - LuaHookTranslateName mod_lua - Provide a hook for the translate name phase of request processing - LuaHookTypeChecker mod_lua - Provide a hook for the type_checker phase of request processing - LuaInherit mod_lua - Controls how parent configuration sections are merged into children - LuaMapHandler mod_lua - Map a path to a lua handler - LuaPackageCPath mod_lua - Add a directory to lua's package.cpath - LuaPackagePath mod_lua - Add a directory to lua's package.path - LuaQuickHandler mod_lua - Provide a hook for the quick handler of request processing - LuaRoot mod_lua - Specify the base path for resolving relative paths for mod_lua directives - LuaScope mod_lua - One of once, request, conn, thread -- default is once - RLimitCPU core Limits the CPU consumption of processes launched + + LuaHookMapToStorage mod_lua + Provide a hook for the map_to_storage phase of request processing + LuaHookTranslateName mod_lua + Provide a hook for the translate name phase of request processing + LuaHookTypeChecker mod_lua + Provide a hook for the type_checker phase of request processing + LuaInherit mod_lua + Controls how parent configuration sections are merged into children + LuaMapHandler mod_lua + Map a path to a lua handler + LuaPackageCPath mod_lua + Add a directory to lua's package.cpath + LuaPackagePath mod_lua + Add a directory to lua's package.path + LuaQuickHandler mod_lua + Provide a hook for the quick handler of request processing + LuaRoot mod_lua + Specify the base path for resolving relative paths for mod_lua directives + LuaScope mod_lua + One of once, request, conn, thread -- default is once + RLimitCPU core - Limits the CPU consumption of processes launched by Apache httpd children - RLimitMEM core Limits the memory consumption of processes launched + + RLimitMEM core - Limits the memory consumption of processes launched by Apache httpd children - RLimitNPROC core Limits the number of processes that can be launched by + + RLimitNPROC core - Limits the number of processes that can be launched by processes launched by Apache httpd children - ServerSignature core - Configures the footer on server-generated documents - SSIErrorMsg mod_include Error message displayed when there is an SSI + + ServerSignature core + Configures the footer on server-generated documents + SSIErrorMsg mod_include - Error message displayed when there is an SSI error - SSITimeFormat mod_include Configures the format in which date strings are + + SSITimeFormat mod_include - Configures the format in which date strings are displayed - SSIUndefinedEcho mod_include + String displayed when an unset variable is echoed + SSIUndefinedEcho mod_include String displayed when an unset variable is echoed
The following directives are allowed in .htaccess files when @@ -670,39 +672,6 @@ except the named ones
Allow
and Deny
are
evaluated.- [This section has no description. It's possible that the documentation is - incomplete, or that the directives here have an incorrect or misspelled - Override type. Please consider reporting this in the - comments section.] -
-LogIOTrackTTFB | mod_logio |
Enable tracking of time to first byte (TTFB) |
- [This section has no description. It's possible that the documentation is - incomplete, or that the directives here have an incorrect or misspelled - Override type. Please consider reporting this in the - comments section.] -
-AuthnCacheEnable | mod_authn_socache |
Enable Authn caching configured anywhere | |
AuthnCacheSOCache | mod_authn_socache |
Select socache backend provider to use |
- [This section has no description. It's possible that the documentation is - incomplete, or that the directives here have an incorrect or misspelled - Override type. Please consider reporting this in the - comments section.] -
-SSLProxyMachineCertificateChainFile | mod_ssl |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate | |
SSLProxyMachineCertificateFile | mod_ssl |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy | |
SSLProxyMachineCertificatePath | mod_ssl |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
The following directives are allowed in .htaccess files when diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index db73fb4f1e..7f6e6247e6 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -740,19 +740,19 @@ proxied
ProxyHTMLURLMap
rules.<head>
sections.