]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_header changes
authorJim Jagielski <jim@apache.org>
Mon, 24 Sep 2012 21:01:01 +0000 (21:01 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 24 Sep 2012 21:01:01 +0000 (21:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389575 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1ec0a24b1dc7d5de13a2764ffef3012f454c42e7..1452e77d95b62e594507053d3b294cd58aad6718 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_headers: New params: %l for load averages, %i for an
+     idle percentage rating of httpd, and %b for a busy percentage
+     rating. [Jim Jagielski]
+
   *) core: New functions to obtain load parameters: ap_get_sload()
      and ap_get_loadavg(). [Jim Jagielski]