From 6036ab1639f7fa167bbc1b4c39a323de4980ce26 Mon Sep 17 00:00:00 2001
From: Daniel Ruggeri
Date: Thu, 17 Jan 2019 18:44:41 +0000
Subject: [PATCH] Get ready to tag httpd 2.4.38
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1851568 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_cache.html.en | 49 +++++++++----------
docs/manual/mod/mod_cache.html.ja.utf8 | 1 -
docs/manual/mod/mod_lua.html.fr.utf8 | 2 +
docs/manual/mod/mod_lua.xml.fr | 2 +-
docs/manual/mod/mod_lua.xml.meta | 2 +-
docs/manual/mod/mod_macro.html.en | 5 +-
docs/manual/mod/mod_proxy.html.en | 13 ++---
docs/manual/mod/mod_proxy_http2.html.en | 5 +-
docs/manual/mod/mod_proxy_scgi.html.en | 8 +--
docs/manual/mod/quickreference.html.de | 42 ++++++++--------
docs/manual/mod/quickreference.html.en | 42 ++++++++--------
docs/manual/mod/quickreference.html.es | 42 ++++++++--------
docs/manual/mod/quickreference.html.ja.utf8 | 42 ++++++++--------
docs/manual/mod/quickreference.html.ko.euc-kr | 40 +++++++--------
docs/manual/mod/quickreference.html.tr.utf8 | 42 ++++++++--------
.../manual/mod/quickreference.html.zh-cn.utf8 | 42 ++++++++--------
docs/manual/new_features_2_4.html.en | 9 ++++
docs/manual/new_features_2_4.html.tr.utf8 | 1 +
include/ap_release.h | 2 +-
19 files changed, 202 insertions(+), 189 deletions(-)
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 39acca69e45..8fb772c79ac 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -199,7 +199,7 @@ LoadModule cache_module modules/mod_cache.so
server, a significant number of requests might arrive during this time, and
cause a thundering herd of requests to strike the backend
suddenly and unpredictably.
- As a further safety mechanism, locks have a configurable maximum age.
Once this age has been reached, the lock is removed, and a new request is
given the opportunity to create a new lock. This maximum age can be set using
- the CacheLockMaxAge directive, and defaults to 5
- seconds.
+ the CacheLockMaxAge directive, and defaults
+ to 5 seconds.
While this mode offers the best performance, the administrator may find that
under certain circumstances they may want to perform further processing on the
request after the request is cached, such as to inject personalisation into the
- cached page, or to apply authorisation restrictions to the content. Under these
+ cached page, or to apply authorization restrictions to the content. Under these
circumstances, an administrator is often forced to place independent reverse
proxy servers either behind or in front of the caching server to achieve this.
- In the default enabled configuration, the cache operates within the quick
@@ -911,7 +910,7 @@ CacheLock on
When disabled, the cache operates as a normal handler, and is subject to
the full set of phases when handling a server request. While this mode is
slower than the default, it allows the cache to be used in cases where full
- processing is required, such as when content is subject to authorisation.
+ processing is required, such as when content is subject to authorization.
Caveat: there will be no attempt to consolidate multiple HTTP/1.1
frontend requests (configured to be proxied to the same backend)
into HTTP/2 streams belonging to the same HTTP/2 request.
Each HTTP/1.1 frontend request will be proxied to the backend using
diff --git a/docs/manual/mod/mod_proxy_scgi.html.en b/docs/manual/mod/mod_proxy_scgi.html.en
index f71472c95c0..a709dd50cb9 100644
--- a/docs/manual/mod/mod_proxy_scgi.html.en
+++ b/docs/manual/mod/mod_proxy_scgi.html.en
@@ -70,7 +70,7 @@
Simple gateway
ProxyPass /scgi-bin/ scgi://localhost:4000/
+
Simple gateway
ProxyPass "/scgi-bin/" "scgi://localhost:4000/"
The balanced gateway needs mod_proxy_balancer and
@@ -100,8 +100,8 @@
and Script-URI and be compliant with RFC 3875 section 3.3.
If instead you need mod_proxy_scgi to generate
a "best guess" for PATH_INFO, set this env-var. The
- variable must be set before SetEnv
- is effective. SetEnvIf can be
+ variable must be set before SetEnv
+ is effective. SetEnvIf can be
used instead: SetEnvIf Request_URI . proxy-scgi-pathinfo
@@ -176,7 +176,7 @@ header
Example
# Use the default header (X-Sendfile)
ProxySCGISendfile On
-
+
# Use a different header
ProxySCGISendfile X-Send-Static
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index b4967d34405..3f0e2a81495 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -299,7 +299,7 @@ header.
| CacheIgnoreQueryString On|Off | Off | sv | E |
| Ignore query string when caching |
| CacheIgnoreURLSessionIdentifiers identifier [identifier] ... | None | sv | E |
| Ignore defined session identifiers encoded in the URL when caching
|
-
| CacheKeyBaseURL URL | http://example.com | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | | sv | E |
| Override the base URL of reverse proxied cache keys. |
| CacheLastModifiedFactor float | 0.1 | svdh | E |
| The factor used to compute an expiry date based on the
LastModified date. |
| CacheLock on|off | off | sv | E |
| Enable the thundering herd lock. |
@@ -643,29 +643,29 @@ regul
[hook=
hook] [expr=
expression]
| d | X | | Log user-defined message to error log
|
-
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | E |
Plug an authorization provider function into mod_authz_core
|
-
| LuaCodeCache stat|forever|never | stat | svdh | X |
| Configure the compiled code cache. |
-
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the access_checker phase of request processing |
-
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the auth_checker phase of request processing |
-
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the check_user_id phase of request processing |
-
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the fixups phase of a request
+ |
| LuaCodeCache stat|forever|never | stat | svdh | E |
| Configure the compiled code cache. |
+
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the access_checker phase of request processing |
+
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the auth_checker phase of request processing |
+
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the check_user_id phase of request processing |
+
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the fixups phase of a request
processing |
-
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the insert_filter phase of request processing |
-
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | X |
| Provide a hook for the access log phase of a request
+ |
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the insert_filter phase of request processing |
+
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | E |
| Provide a hook for the access log phase of a request
processing |
-
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the map_to_storage phase of request processing |
-
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | X |
| Provide a hook for the translate name phase of request processing |
-
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the type_checker phase of request processing |
-
| LuaInherit none|parent-first|parent-last | parent-first | svdh | X |
| Controls how parent configuration sections are merged into children |
-
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content input filtering |
-
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | X |
| Map a path to a lua handler |
-
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content output filtering |
-
| LuaPackageCPath /path/to/include/?.soa | | svdh | X |
| Add a directory to lua's package.cpath |
-
| LuaPackagePath /path/to/include/?.lua | | svdh | X |
| Add a directory to lua's package.path |
-
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | X |
| Provide a hook for the quick handler of request processing |
-
| LuaRoot /path/to/a/directory | | svdh | X |
| Specify the base path for resolving relative paths for mod_lua directives |
-
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | X |
| One of once, request, conn, thread -- default is once |
+
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the map_to_storage phase of request processing |
+
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | E |
| Provide a hook for the translate name phase of request processing |
+
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the type_checker phase of request processing |
+
| LuaInherit none|parent-first|parent-last | parent-first | svdh | E |
| Controls how parent configuration sections are merged into children |
+
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content input filtering |
+
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | E |
| Map a path to a lua handler |
+
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content output filtering |
+
| LuaPackageCPath /path/to/include/?.soa | | svdh | E |
| Add a directory to lua's package.cpath |
+
| LuaPackagePath /path/to/include/?.lua | | svdh | E |
| Add a directory to lua's package.path |
+
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | E |
| Provide a hook for the quick handler of request processing |
+
| LuaRoot /path/to/a/directory | | svdh | E |
| Specify the base path for resolving relative paths for mod_lua directives |
+
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | E |
| One of once, request, conn, thread -- default is once |
|
<Macro name [par1 .. parN]>
... </Macro> | | svd | B |
| Define a configuration file macro |
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index df58a6ef8a5..b2dc934f03e 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -295,7 +295,7 @@ header.
| CacheIgnoreQueryString On|Off | Off | sv | E |
| Ignore query string when caching |
| CacheIgnoreURLSessionIdentifiers identifier [identifier] ... | None | sv | E |
| Ignore defined session identifiers encoded in the URL when caching
|
-
| CacheKeyBaseURL URL | http://example.com | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | | sv | E |
| Override the base URL of reverse proxied cache keys. |
| CacheLastModifiedFactor float | 0.1 | svdh | E |
| The factor used to compute an expiry date based on the
LastModified date. |
| CacheLock on|off | off | sv | E |
| Enable the thundering herd lock. |
@@ -638,29 +638,29 @@ matching URLs
[hook=
hook] [expr=
expression]
| d | X | | Log user-defined message to error log
|
-
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | E |
Plug an authorization provider function into mod_authz_core
|
-
| LuaCodeCache stat|forever|never | stat | svdh | X |
| Configure the compiled code cache. |
-
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the access_checker phase of request processing |
-
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the auth_checker phase of request processing |
-
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the check_user_id phase of request processing |
-
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the fixups phase of a request
+ |
| LuaCodeCache stat|forever|never | stat | svdh | E |
| Configure the compiled code cache. |
+
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the access_checker phase of request processing |
+
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the auth_checker phase of request processing |
+
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the check_user_id phase of request processing |
+
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the fixups phase of a request
processing |
-
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the insert_filter phase of request processing |
-
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | X |
| Provide a hook for the access log phase of a request
+ |
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the insert_filter phase of request processing |
+
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | E |
| Provide a hook for the access log phase of a request
processing |
-
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the map_to_storage phase of request processing |
-
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | X |
| Provide a hook for the translate name phase of request processing |
-
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the type_checker phase of request processing |
-
| LuaInherit none|parent-first|parent-last | parent-first | svdh | X |
| Controls how parent configuration sections are merged into children |
-
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content input filtering |
-
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | X |
| Map a path to a lua handler |
-
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content output filtering |
-
| LuaPackageCPath /path/to/include/?.soa | | svdh | X |
| Add a directory to lua's package.cpath |
-
| LuaPackagePath /path/to/include/?.lua | | svdh | X |
| Add a directory to lua's package.path |
-
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | X |
| Provide a hook for the quick handler of request processing |
-
| LuaRoot /path/to/a/directory | | svdh | X |
| Specify the base path for resolving relative paths for mod_lua directives |
-
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | X |
| One of once, request, conn, thread -- default is once |
+
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the map_to_storage phase of request processing |
+
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | E |
| Provide a hook for the translate name phase of request processing |
+
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the type_checker phase of request processing |
+
| LuaInherit none|parent-first|parent-last | parent-first | svdh | E |
| Controls how parent configuration sections are merged into children |
+
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content input filtering |
+
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | E |
| Map a path to a lua handler |
+
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content output filtering |
+
| LuaPackageCPath /path/to/include/?.soa | | svdh | E |
| Add a directory to lua's package.cpath |
+
| LuaPackagePath /path/to/include/?.lua | | svdh | E |
| Add a directory to lua's package.path |
+
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | E |
| Provide a hook for the quick handler of request processing |
+
| LuaRoot /path/to/a/directory | | svdh | E |
| Specify the base path for resolving relative paths for mod_lua directives |
+
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | E |
| One of once, request, conn, thread -- default is once |
|
<Macro name [par1 .. parN]>
... </Macro> | | svd | B |
| Define a configuration file macro |
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index b875790855a..d11499c0956 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -298,7 +298,7 @@ header.
| CacheIgnoreQueryString On|Off | Off | sv | E |
| Ignore query string when caching |
| CacheIgnoreURLSessionIdentifiers identifier [identifier] ... | None | sv | E |
| Ignore defined session identifiers encoded in the URL when caching
|
-
| CacheKeyBaseURL URL | http://example.com | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | | sv | E |
| Override the base URL of reverse proxied cache keys. |
| CacheLastModifiedFactor float | 0.1 | svdh | E |
| The factor used to compute an expiry date based on the
LastModified date. |
| CacheLock on|off | off | sv | E |
| Enable the thundering herd lock. |
@@ -641,29 +641,29 @@ matching URLs
[hook=
hook] [expr=
expression]
| d | X | | Log user-defined message to error log
|
-
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | E |
Plug an authorization provider function into mod_authz_core
|
-
| LuaCodeCache stat|forever|never | stat | svdh | X |
| Configure the compiled code cache. |
-
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the access_checker phase of request processing |
-
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the auth_checker phase of request processing |
-
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the check_user_id phase of request processing |
-
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the fixups phase of a request
+ |
| LuaCodeCache stat|forever|never | stat | svdh | E |
| Configure the compiled code cache. |
+
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the access_checker phase of request processing |
+
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the auth_checker phase of request processing |
+
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the check_user_id phase of request processing |
+
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the fixups phase of a request
processing |
-
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the insert_filter phase of request processing |
-
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | X |
| Provide a hook for the access log phase of a request
+ |
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the insert_filter phase of request processing |
+
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | E |
| Provide a hook for the access log phase of a request
processing |
-
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the map_to_storage phase of request processing |
-
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | X |
| Provide a hook for the translate name phase of request processing |
-
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the type_checker phase of request processing |
-
| LuaInherit none|parent-first|parent-last | parent-first | svdh | X |
| Controls how parent configuration sections are merged into children |
-
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content input filtering |
-
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | X |
| Map a path to a lua handler |
-
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content output filtering |
-
| LuaPackageCPath /path/to/include/?.soa | | svdh | X |
| Add a directory to lua's package.cpath |
-
| LuaPackagePath /path/to/include/?.lua | | svdh | X |
| Add a directory to lua's package.path |
-
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | X |
| Provide a hook for the quick handler of request processing |
-
| LuaRoot /path/to/a/directory | | svdh | X |
| Specify the base path for resolving relative paths for mod_lua directives |
-
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | X |
| One of once, request, conn, thread -- default is once |
+
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the map_to_storage phase of request processing |
+
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | E |
| Provide a hook for the translate name phase of request processing |
+
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the type_checker phase of request processing |
+
| LuaInherit none|parent-first|parent-last | parent-first | svdh | E |
| Controls how parent configuration sections are merged into children |
+
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content input filtering |
+
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | E |
| Map a path to a lua handler |
+
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content output filtering |
+
| LuaPackageCPath /path/to/include/?.soa | | svdh | E |
| Add a directory to lua's package.cpath |
+
| LuaPackagePath /path/to/include/?.lua | | svdh | E |
| Add a directory to lua's package.path |
+
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | E |
| Provide a hook for the quick handler of request processing |
+
| LuaRoot /path/to/a/directory | | svdh | E |
| Specify the base path for resolving relative paths for mod_lua directives |
+
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | E |
| One of once, request, conn, thread -- default is once |
|
<Macro name [par1 .. parN]>
... </Macro> | | svd | B |
| Define a configuration file macro |
diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8
index a87645c2048..a3ff70abb77 100644
--- a/docs/manual/mod/quickreference.html.ja.utf8
+++ b/docs/manual/mod/quickreference.html.ja.utf8
@@ -288,7 +288,7 @@ authentication succeeds but authorization fails
| CacheIgnoreQueryString On|Off | Off | sv | E |
| ãã£ãã·ã¥æã«ã¯ã¨ãªã¼ã¹ããªã³ã°ãç¡è¦ãã |
| CacheIgnoreURLSessionIdentifiers identifier [identifier] ... | None | sv | E |
| Ignore defined session identifiers encoded in the URL when caching
|
-
| CacheKeyBaseURL URL | http://example.com | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | | sv | E |
| Override the base URL of reverse proxied cache keys. |
| CacheLastModifiedFactor float | 0.1 | sv | E |
| LastModified ã®æ¥ä»ã«åºã¥ãã¦æå¹æé (expiry)
ãè¨ç®ããããã®éã¿ãæå®ãã
|
@@ -605,29 +605,29 @@ listeners' buckets
[hook=
hook] [expr=
expression]
| d | X | | Log user-defined message to error log
|
-
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | E |
Plug an authorization provider function into mod_authz_core
|
-
| LuaCodeCache stat|forever|never | stat | svdh | X |
| Configure the compiled code cache. |
-
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the access_checker phase of request processing |
-
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the auth_checker phase of request processing |
-
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the check_user_id phase of request processing |
-
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the fixups phase of a request
+ |
| LuaCodeCache stat|forever|never | stat | svdh | E |
| Configure the compiled code cache. |
+
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the access_checker phase of request processing |
+
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the auth_checker phase of request processing |
+
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the check_user_id phase of request processing |
+
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the fixups phase of a request
processing |
-
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the insert_filter phase of request processing |
-
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | X |
| Provide a hook for the access log phase of a request
+ |
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the insert_filter phase of request processing |
+
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | E |
| Provide a hook for the access log phase of a request
processing |
-
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the map_to_storage phase of request processing |
-
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | X |
| Provide a hook for the translate name phase of request processing |
-
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the type_checker phase of request processing |
-
| LuaInherit none|parent-first|parent-last | parent-first | svdh | X |
| Controls how parent configuration sections are merged into children |
-
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content input filtering |
-
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | X |
| Map a path to a lua handler |
-
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content output filtering |
-
| LuaPackageCPath /path/to/include/?.soa | | svdh | X |
| Add a directory to lua's package.cpath |
-
| LuaPackagePath /path/to/include/?.lua | | svdh | X |
| Add a directory to lua's package.path |
-
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | X |
| Provide a hook for the quick handler of request processing |
-
| LuaRoot /path/to/a/directory | | svdh | X |
| Specify the base path for resolving relative paths for mod_lua directives |
-
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | X |
| One of once, request, conn, thread -- default is once |
+
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the map_to_storage phase of request processing |
+
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | E |
| Provide a hook for the translate name phase of request processing |
+
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the type_checker phase of request processing |
+
| LuaInherit none|parent-first|parent-last | parent-first | svdh | E |
| Controls how parent configuration sections are merged into children |
+
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content input filtering |
+
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | E |
| Map a path to a lua handler |
+
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content output filtering |
+
| LuaPackageCPath /path/to/include/?.soa | | svdh | E |
| Add a directory to lua's package.cpath |
+
| LuaPackagePath /path/to/include/?.lua | | svdh | E |
| Add a directory to lua's package.path |
+
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | E |
| Provide a hook for the quick handler of request processing |
+
| LuaRoot /path/to/a/directory | | svdh | E |
| Specify the base path for resolving relative paths for mod_lua directives |
+
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | E |
| One of once, request, conn, thread -- default is once |
|
<Macro name [par1 .. parN]>
... </Macro> | | svd | B |
| Define a configuration file macro |
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index 5214316c96d..6eb868a98a9 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -607,29 +607,29 @@ matching URLs
[hook=
hook] [expr=
expression]
| d | X | | Log user-defined message to error log
|
-
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | E |
Plug an authorization provider function into mod_authz_core
|
-
| LuaCodeCache stat|forever|never | stat | svdh | X |
| Configure the compiled code cache. |
-
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the access_checker phase of request processing |
-
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the auth_checker phase of request processing |
-
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the check_user_id phase of request processing |
-
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the fixups phase of a request
+ |
| LuaCodeCache stat|forever|never | stat | svdh | E |
| Configure the compiled code cache. |
+
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the access_checker phase of request processing |
+
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the auth_checker phase of request processing |
+
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the check_user_id phase of request processing |
+
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the fixups phase of a request
processing |
-
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the insert_filter phase of request processing |
-
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | X |
| Provide a hook for the access log phase of a request
+ |
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the insert_filter phase of request processing |
+
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | E |
| Provide a hook for the access log phase of a request
processing |
-
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the map_to_storage phase of request processing |
-
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | X |
| Provide a hook for the translate name phase of request processing |
-
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the type_checker phase of request processing |
-
| LuaInherit none|parent-first|parent-last | parent-first | svdh | X |
| Controls how parent configuration sections are merged into children |
-
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content input filtering |
-
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | X |
| Map a path to a lua handler |
-
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content output filtering |
-
| LuaPackageCPath /path/to/include/?.soa | | svdh | X |
| Add a directory to lua's package.cpath |
-
| LuaPackagePath /path/to/include/?.lua | | svdh | X |
| Add a directory to lua's package.path |
-
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | X |
| Provide a hook for the quick handler of request processing |
-
| LuaRoot /path/to/a/directory | | svdh | X |
| Specify the base path for resolving relative paths for mod_lua directives |
-
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | X |
| One of once, request, conn, thread -- default is once |
+
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the map_to_storage phase of request processing |
+
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | E |
| Provide a hook for the translate name phase of request processing |
+
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the type_checker phase of request processing |
+
| LuaInherit none|parent-first|parent-last | parent-first | svdh | E |
| Controls how parent configuration sections are merged into children |
+
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content input filtering |
+
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | E |
| Map a path to a lua handler |
+
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content output filtering |
+
| LuaPackageCPath /path/to/include/?.soa | | svdh | E |
| Add a directory to lua's package.cpath |
+
| LuaPackagePath /path/to/include/?.lua | | svdh | E |
| Add a directory to lua's package.path |
+
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | E |
| Provide a hook for the quick handler of request processing |
+
| LuaRoot /path/to/a/directory | | svdh | E |
| Specify the base path for resolving relative paths for mod_lua directives |
+
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | E |
| One of once, request, conn, thread -- default is once |
|
<Macro name [par1 .. parN]>
... </Macro> | | svd | B |
| Define a configuration file macro |
diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8
index 8d2fdeadb88..570129e5722 100644
--- a/docs/manual/mod/quickreference.html.tr.utf8
+++ b/docs/manual/mod/quickreference.html.tr.utf8
@@ -299,7 +299,7 @@ header.
| CacheIgnoreQueryString On|Off | Off | sk | E |
| Ignore query string when caching |
| CacheIgnoreURLSessionIdentifiers identifier [identifier] ... | None | sk | E |
| Ignore defined session identifiers encoded in the URL when caching
|
-
| CacheKeyBaseURL URL | http://example.com | sk | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | | sk | E |
| Override the base URL of reverse proxied cache keys. |
| CacheLastModifiedFactor float | 0.1 | skdh | E |
| The factor used to compute an expiry date based on the
LastModified date. |
| CacheLock on|off | off | sk | E |
| Enable the thundering herd lock. |
@@ -637,29 +637,29 @@ uygulanır.
[hook=
hook] [expr=
expression]
| d | D | | Log user-defined message to error log
|
-
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | D |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | E |
Plug an authorization provider function into mod_authz_core
|
-
| LuaCodeCache stat|forever|never | stat | skdh | D |
| Configure the compiled code cache. |
-
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | skdh | D |
| Provide a hook for the access_checker phase of request processing |
-
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | skdh | D |
| Provide a hook for the auth_checker phase of request processing |
-
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | skdh | D |
| Provide a hook for the check_user_id phase of request processing |
-
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | skdh | D |
| Provide a hook for the fixups phase of a request
+ |
| LuaCodeCache stat|forever|never | stat | skdh | E |
| Configure the compiled code cache. |
+
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | skdh | E |
| Provide a hook for the access_checker phase of request processing |
+
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | skdh | E |
| Provide a hook for the auth_checker phase of request processing |
+
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | skdh | E |
| Provide a hook for the check_user_id phase of request processing |
+
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | skdh | E |
| Provide a hook for the fixups phase of a request
processing |
-
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | skdh | D |
| Provide a hook for the insert_filter phase of request processing |
-
| LuaHookLog /path/to/lua/script.lua log_function_name | | skdh | D |
| Provide a hook for the access log phase of a request
+ |
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | skdh | E |
| Provide a hook for the insert_filter phase of request processing |
+
| LuaHookLog /path/to/lua/script.lua log_function_name | | skdh | E |
| Provide a hook for the access log phase of a request
processing |
-
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | skdh | D |
| Provide a hook for the map_to_storage phase of request processing |
-
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sk | D |
| Provide a hook for the translate name phase of request processing |
-
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | skdh | D |
| Provide a hook for the type_checker phase of request processing |
-
| LuaInherit none|parent-first|parent-last | parent-first | skdh | D |
| Controls how parent configuration sections are merged into children |
-
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | D |
| Provide a Lua function for content input filtering |
-
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | skdh | D |
| Map a path to a lua handler |
-
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | D |
| Provide a Lua function for content output filtering |
-
| LuaPackageCPath /path/to/include/?.soa | | skdh | D |
| Add a directory to lua's package.cpath |
-
| LuaPackagePath /path/to/include/?.lua | | skdh | D |
| Add a directory to lua's package.path |
-
| LuaQuickHandler /path/to/script.lua hook_function_name | | sk | D |
| Provide a hook for the quick handler of request processing |
-
| LuaRoot /path/to/a/directory | | skdh | D |
| Specify the base path for resolving relative paths for mod_lua directives |
-
| LuaScope once|request|conn|thread|server [min] [max] | once | skdh | D |
| One of once, request, conn, thread -- default is once |
+
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | skdh | E |
| Provide a hook for the map_to_storage phase of request processing |
+
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sk | E |
| Provide a hook for the translate name phase of request processing |
+
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | skdh | E |
| Provide a hook for the type_checker phase of request processing |
+
| LuaInherit none|parent-first|parent-last | parent-first | skdh | E |
| Controls how parent configuration sections are merged into children |
+
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content input filtering |
+
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | skdh | E |
| Map a path to a lua handler |
+
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content output filtering |
+
| LuaPackageCPath /path/to/include/?.soa | | skdh | E |
| Add a directory to lua's package.cpath |
+
| LuaPackagePath /path/to/include/?.lua | | skdh | E |
| Add a directory to lua's package.path |
+
| LuaQuickHandler /path/to/script.lua hook_function_name | | sk | E |
| Provide a hook for the quick handler of request processing |
+
| LuaRoot /path/to/a/directory | | skdh | E |
| Specify the base path for resolving relative paths for mod_lua directives |
+
| LuaScope once|request|conn|thread|server [min] [max] | once | skdh | E |
| One of once, request, conn, thread -- default is once |
|
<Macro name [par1 .. parN]>
... </Macro> | | skd | T |
| Define a configuration file macro |
diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8
index 161c1a2ea9d..5df319b46cf 100644
--- a/docs/manual/mod/quickreference.html.zh-cn.utf8
+++ b/docs/manual/mod/quickreference.html.zh-cn.utf8
@@ -290,7 +290,7 @@ header.
| CacheIgnoreQueryString On|Off | Off | sv | E |
| Ignore query string when caching |
| CacheIgnoreURLSessionIdentifiers identifier [identifier] ... | None | sv | E |
| Ignore defined session identifiers encoded in the URL when caching
|
-
| CacheKeyBaseURL URL | http://example.com | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | | sv | E |
| Override the base URL of reverse proxied cache keys. |
| CacheLastModifiedFactor float | 0.1 | svdh | E |
| The factor used to compute an expiry date based on the
LastModified date. |
| CacheLock on|off | off | sv | E |
| Enable the thundering herd lock. |
@@ -633,29 +633,29 @@ matching URLs
[hook=
hook] [expr=
expression]
| d | X | | Log user-defined message to error log
|
-
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | E |
Plug an authorization provider function into mod_authz_core
|
-
| LuaCodeCache stat|forever|never | stat | svdh | X |
| Configure the compiled code cache. |
-
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the access_checker phase of request processing |
-
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the auth_checker phase of request processing |
-
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | X |
| Provide a hook for the check_user_id phase of request processing |
-
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the fixups phase of a request
+ |
| LuaCodeCache stat|forever|never | stat | svdh | E |
| Configure the compiled code cache. |
+
| LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the access_checker phase of request processing |
+
| LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the auth_checker phase of request processing |
+
| LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] | | svdh | E |
| Provide a hook for the check_user_id phase of request processing |
+
| LuaHookFixups /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the fixups phase of a request
processing |
-
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the insert_filter phase of request processing |
-
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | X |
| Provide a hook for the access log phase of a request
+ |
| LuaHookInsertFilter /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the insert_filter phase of request processing |
+
| LuaHookLog /path/to/lua/script.lua log_function_name | | svdh | E |
| Provide a hook for the access log phase of a request
processing |
-
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the map_to_storage phase of request processing |
-
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | X |
| Provide a hook for the translate name phase of request processing |
-
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | X |
| Provide a hook for the type_checker phase of request processing |
-
| LuaInherit none|parent-first|parent-last | parent-first | svdh | X |
| Controls how parent configuration sections are merged into children |
-
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content input filtering |
-
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | X |
| Map a path to a lua handler |
-
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | X |
| Provide a Lua function for content output filtering |
-
| LuaPackageCPath /path/to/include/?.soa | | svdh | X |
| Add a directory to lua's package.cpath |
-
| LuaPackagePath /path/to/include/?.lua | | svdh | X |
| Add a directory to lua's package.path |
-
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | X |
| Provide a hook for the quick handler of request processing |
-
| LuaRoot /path/to/a/directory | | svdh | X |
| Specify the base path for resolving relative paths for mod_lua directives |
-
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | X |
| One of once, request, conn, thread -- default is once |
+
| LuaHookMapToStorage /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the map_to_storage phase of request processing |
+
| LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] | | sv | E |
| Provide a hook for the translate name phase of request processing |
+
| LuaHookTypeChecker /path/to/lua/script.lua hook_function_name | | svdh | E |
| Provide a hook for the type_checker phase of request processing |
+
| LuaInherit none|parent-first|parent-last | parent-first | svdh | E |
| Controls how parent configuration sections are merged into children |
+
| LuaInputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content input filtering |
+
| LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] | | svdh | E |
| Map a path to a lua handler |
+
| LuaOutputFilter filter_name /path/to/lua/script.lua function_name | | s | E |
| Provide a Lua function for content output filtering |
+
| LuaPackageCPath /path/to/include/?.soa | | svdh | E |
| Add a directory to lua's package.cpath |
+
| LuaPackagePath /path/to/include/?.lua | | svdh | E |
| Add a directory to lua's package.path |
+
| LuaQuickHandler /path/to/script.lua hook_function_name | | sv | E |
| Provide a hook for the quick handler of request processing |
+
| LuaRoot /path/to/a/directory | | svdh | E |
| Specify the base path for resolving relative paths for mod_lua directives |
+
| LuaScope once|request|conn|thread|server [min] [max] | once | svdh | E |
| One of once, request, conn, thread -- default is once |
|
<Macro name [par1 .. parN]>
... </Macro> | | svd | B |
| Define a configuration file macro |
diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en
index 6d29fd588eb..f60b8052bae 100644
--- a/docs/manual/new_features_2_4.html.en
+++ b/docs/manual/new_features_2_4.html.en
@@ -193,9 +193,18 @@
mod_http2 (available since 2.4.17)
Support for the HTTP/2 transport layer.
+
mod_proxy_http2 (available since 2.4.19)
+
HTTP/2 Protocol backend for mod_proxy
+
mod_proxy_hcheck (available since 2.4.21)
Support independent dynamic health checks for remote proxiy backend servers.
+
mod_brotli (available since 2.4.26)
+
Support the Brotli compression algorithm.
+
+
mod_md (available since 2.4.30)
+
Support the ACME protocol to automate certificate provisionning.
+
Bu çeviri güncel olmayabilir. Son deÄiÅiklikler için İngilizce sürüm geçerlidir.
Bu belgede Apache HTTP Sunucusunun 2.2 ve 2.4 sürümleri arasındaki
baÅlıca farklara deÄinilmiÅtir. 2.0 sürümüne göre yeni özellikler için Apache 2.2âde Yeni olan Ãzellikler
diff --git a/include/ap_release.h b/include/ap_release.h
index 03cd21e3f87..c1b130095b5 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -44,7 +44,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 4
#define AP_SERVER_PATCHLEVEL_NUMBER 38
-#define AP_SERVER_DEVBUILD_BOOLEAN 1
+#define AP_SERVER_DEVBUILD_BOOLEAN 0
/* Synchronize the above with docs/manual/style/version.ent */
--
2.47.3