From: Christophe Jaillet Date: Thu, 10 Apr 2014 21:03:24 +0000 (+0000) Subject: Add notes for changes made in version 2.4.4 + fix default value for... X-Git-Tag: 2.4.10~364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=956c758f805612d1976c44e3d73dd0287a460480;p=apache Add notes for changes made in version 2.4.4 + fix default value for FallbackResource git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1586470 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 623f5050b8..58119a66ed 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -233,7 +233,7 @@ a directory FallbackResource Define a default URL for requests that don't map to a file FallbackResource disabled | local-url -None - httpd will return 404 (Not Found) +disabled - httpd will return 404 (Not Found) server configvirtual host directory.htaccess Indexes diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 7f86088944..c9d00ae33e 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -459,17 +459,20 @@ Header merge Cache-Control no-store env=NO_STORE designed to expose the values obtained by getloadavg() and this represents the current load average, the 5 minute average, and the 15 minute average. The value is preceded by l= with each - average separated by /. + average separated by /.
+ Available in 2.4.4 and later. %i The current idle percentage of httpd (0 to 100) based on available - processes and threads. The value is preceded by i=. + processes and threads. The value is preceded by i=.
+ Available in 2.4.4 and later. %b The current busy percentage of httpd (0 to 100) based on available - processes and threads. The value is preceded by b=. + processes and threads. The value is preceded by b=.
+ Available in 2.4.4 and later. %{VARNAME}e diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 232f54302d..7519d3196a 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -683,8 +683,7 @@ expressions BalancerPersist On|Off BalancerPersist Off server configvirtual host - BalancerPersist is only available in Apache HTTP Server 2.4.4 and later. - and later. + BalancerPersist is only available in Apache HTTP Server 2.4.4 and later.

This directive will cause the shared memory storage associated with the balancers and balancer members to be persisted across @@ -718,8 +717,7 @@ expressions BalancerInherit On|Off BalancerInherit On server configvirtual host - BalancerInherit is only available in Apache HTTP Server 2.5.0 - and later. + BalancerInherit is only available in Apache HTTP Server 2.4.5 and later.

This directive will cause the current server/vhost to "inherit" ProxyPass Balancers and Workers defined in the main server. This can cause issues and @@ -1154,7 +1152,8 @@ ProxyPass /mirror/foo http://backend.example.com and it depends on the backend application server that support sessions. If the backend application server uses different name for cookies and url encoded id (like servlet containers) use | to to separate them. - The first part is for the cookie the second for the path. + The first part is for the cookie the second for the path.
+ Available in Apache HTTP Server 2.4.4 and later. stickysessionsep "."