From: Stefan Fritsch Date: Sat, 18 Feb 2012 17:38:54 +0000 (+0000) Subject: Mention AllowOverrideList, Define, EC keys, rotatelogs improvements. X-Git-Tag: 2.5.0-alpha~7459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88814c3f1fa699e5dffc600e709a86850204b8c1;p=apache Mention AllowOverrideList, Define, EC keys, rotatelogs improvements. Syntax fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1290823 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index 133c0206d9..165a49e89d 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -61,8 +61,11 @@ platforms.
Per-request configuration sections
-
<If> sections can be used to - set the configuration based on per-request criteria
+
<If>, + <ElseIf>, + and <Else> + sections can be used to set the configuration based on per-request + criteria.
General-purpose expression parser
A new expression parser allows to specify @@ -71,7 +74,7 @@ SetEnvIfExpr, RewriteCond, Header, - <If>, + <If>, and others.
@@ -82,6 +85,17 @@
NameVirtualHost directive
No longer needed and is now deprecated.
+
Override Configuration
+
The new AllowOverrideList + directive allows more fine grained control which directives are + allowed in .htaccess files.
+ +
Config file variable
+
It is now possible to Define + variables in the configuration, allowing a clearer representation + if the same value is used at many places in the configuration. +
+
top
@@ -178,6 +192,8 @@
mod_ssl can now be configured to share SSL Session data between servers through memcached
+
EC keys are now supported in addition to RSA and DSA.
+
mod_proxy
The ProxyPass directive @@ -186,6 +202,7 @@ LocationMatch block, and offers a significant performance advantage over the traditional two-parameter syntax when present in large numbers.
+
The source address used for proxy requests is now configurable.
mod_proxy_balancer
@@ -269,7 +286,8 @@
fcgistarter
-
FastCGI deamon starter utility
+
New FastCGI deamon starter utility
+
htcacheclean
Current cached URLs can now be listed, with optional metadata included.
@@ -280,6 +298,10 @@
Cache size can now be limited by the number of inodes, instead of or in addition to being limited by the size of the files on disk.
+ +
rotatelogs
+
May now create a link to the current log file.
+
May now invoke a custom post-rotate script.
top
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 91ea6ca607..abe60aa4fa 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -57,8 +57,11 @@ platforms.
Per-request configuration sections
-
<If> sections can be used to - set the configuration based on per-request criteria
+
If, + ElseIf, + and Else + sections can be used to set the configuration based on per-request + criteria.
General-purpose expression parser
A new expression parser allows to specify @@ -67,7 +70,7 @@ SetEnvIfExpr, RewriteCond, Header, - If, + If, and others.
@@ -78,6 +81,17 @@
NameVirtualHost directive
No longer needed and is now deprecated.
+
Override Configuration
+
The new AllowOverrideList + directive allows more fine grained control which directives are + allowed in .htaccess files.
+ +
Config file variable
+
It is now possible to Define + variables in the configuration, allowing a clearer representation + if the same value is used at many places in the configuration. +
+ @@ -174,6 +188,8 @@
mod_ssl can now be configured to share SSL Session data between servers through memcached
+
EC keys are now supported in addition to RSA and DSA.
+
mod_proxy
The ProxyPass directive @@ -182,6 +198,7 @@ LocationMatch block, and offers a significant performance advantage over the traditional two-parameter syntax when present in large numbers.
+
The source address used for proxy requests is now configurable.
mod_proxy_balancer
@@ -268,7 +285,8 @@ Program Enhancements
fcgistarter
-
FastCGI deamon starter utility
+
New FastCGI deamon starter utility
+
htcacheclean
Current cached URLs can now be listed, with optional metadata included.
@@ -279,6 +297,10 @@
Cache size can now be limited by the number of inodes, instead of or in addition to being limited by the size of the files on disk.
+ +
rotatelogs
+
May now create a link to the current log file.
+
May now invoke a custom post-rotate script.