From 689e50ef6938664a8b083bd0367db69d7f9885b9 Mon Sep 17 00:00:00 2001
From: Yann Ylavic
Date: Thu, 17 Jan 2019 18:26:08 +0000
Subject: [PATCH] Revert invalid 2.4.28/38 tagging.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1851567 13f79535-47bb-0310-9956-ffa450edef68
---
CHANGES | 2 -
STATUS | 3 +-
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 -
docs/manual/style/version.ent | 2 +-
include/ap_release.h | 2 +-
22 files changed, 191 insertions(+), 207 deletions(-)
diff --git a/CHANGES b/CHANGES
index 1d1019fb4fb..a0692f8a420 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,4 @@
-*- coding: utf-8 -*-
-Changes with Apache 2.4.39
-
Changes with Apache 2.4.38
*) mod_ssl: Clear retry flag before aborting client-initiated renegotiation.
diff --git a/STATUS b/STATUS
index 5836a8e5970..72fb3de6158 100644
--- a/STATUS
+++ b/STATUS
@@ -29,8 +29,7 @@ Release history:
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
- 2.4.39 : In development
- 2.4.38 : Tagged on January 17, 2019
+ 2.4.38 : In development
2.4.37 : Tagged on October 18, 2018. Released on October 23, 2018.
2.4.36 : Tagged on October 10, 2018. Not released.
2.4.35 : Tagged on September 17, 2018. Released on September 22, 2018.
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 8fb772c79ac..39acca69e45 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 authorization restrictions to the content. Under these
+ cached page, or to apply authorisation 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.
- Ordinarily, requests containing a Cache-Control: no-cache or
Pragma: no-cache header value will not be served from the cache. The
CacheIgnoreCacheControl directive allows this
behavior to be overridden. CacheIgnoreCacheControl On
@@ -660,7 +660,7 @@ header.
should be considered for caching, even without a last-modified date.
If neither a last-modified date nor an expiry date are provided with
the document then the value specified by the
- CacheDefaultExpire directive will be used to
+ CacheDefaultExpire directive will be used to
generate an expiration date.
In the default enabled configuration, the cache operates within the quick
@@ -910,7 +911,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 authorization.
+ processing is required, such as when content is subject to authorisation.
Ordinarily, requests or responses with Cache-Control: no-store header
values will not be stored in the cache. The
CacheStoreNoStore directive allows this
behavior to be overridden. CacheStoreNoStore On
@@ -1022,7 +1023,7 @@ CacheStaleOnError on
Ordinarily, responses with Cache-Control: private header values will not
be stored in the cache. The CacheStorePrivate
directive allows this behavior to be overridden.
CacheStorePrivate On
diff --git a/docs/manual/mod/mod_cache.html.ja.utf8 b/docs/manual/mod/mod_cache.html.ja.utf8
index ad53ac0f670..44639d4c4e0 100644
--- a/docs/manual/mod/mod_cache.html.ja.utf8
+++ b/docs/manual/mod/mod_cache.html.ja.utf8
@@ -420,6 +420,7 @@
Caveat: there will be no attemp 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 a709dd50cb9..f71472c95c0 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 3f0e2a81495..b4967d34405 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 | | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | http://example.com | 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 | E |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
-
| 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
+ |
| 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
processing |
-
| 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
+ |
| 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
processing |
-
| 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 |
+
| 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 |
|
<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 b2dc934f03e..df58a6ef8a5 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 | | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | http://example.com | 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 | E |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
-
| 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
+ |
| 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
processing |
-
| 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
+ |
| 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
processing |
-
| 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 |
+
| 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 |
|
<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 d11499c0956..b875790855a 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 | | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | http://example.com | 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 | E |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
-
| 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
+ |
| 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
processing |
-
| 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
+ |
| 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
processing |
-
| 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 |
+
| 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 |
|
<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 a3ff70abb77..a87645c2048 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 | | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | http://example.com | 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 | E |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
-
| 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
+ |
| 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
processing |
-
| 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
+ |
| 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
processing |
-
| 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 |
+
| 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 |
|
<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 6eb868a98a9..5214316c96d 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 | E |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
-
| 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
+ |
| 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
processing |
-
| 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
+ |
| 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
processing |
-
| 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 |
+
| 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 |
|
<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 570129e5722..8d2fdeadb88 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 | | sk | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | http://example.com | 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 | E |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | D |
Plug an authorization provider function into mod_authz_core
|
-
| 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
+ |
| 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
processing |
-
| 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
+ |
| 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
processing |
-
| 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 |
+
| 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 |
|
<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 5df319b46cf..161c1a2ea9d 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 | | sv | E |
| Override the base URL of reverse proxied cache keys. |
+
| CacheKeyBaseURL URL | http://example.com | 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 | E |
Plug an authorization provider function into mod_authz_core
+ |
| LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
-
| 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
+ |
| 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
processing |
-
| 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
+ |
| 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
processing |
-
| 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 |
+
| 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 |
|
<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 f60b8052bae..6d29fd588eb 100644
--- a/docs/manual/new_features_2_4.html.en
+++ b/docs/manual/new_features_2_4.html.en
@@ -193,18 +193,9 @@
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/docs/manual/style/version.ent b/docs/manual/style/version.ent
index 430283e6866..271ca2a564d 100644
--- a/docs/manual/style/version.ent
+++ b/docs/manual/style/version.ent
@@ -19,6 +19,6 @@
-
+
diff --git a/include/ap_release.h b/include/ap_release.h
index b619a62aa49..03cd21e3f87 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -43,7 +43,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER 40
+#define AP_SERVER_PATCHLEVEL_NUMBER 38
#define AP_SERVER_DEVBUILD_BOOLEAN 1
/* Synchronize the above with docs/manual/style/version.ent */
--
2.47.3