From: Jim Jagielski Date: Mon, 24 Sep 2012 21:01:01 +0000 (+0000) Subject: mod_header changes X-Git-Tag: 2.5.0-alpha~6268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250b628a9d37542aef19f147937035945ab47cee;p=thirdparty%2Fapache%2Fhttpd.git mod_header changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389575 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1ec0a24b1dc..1452e77d95b 100644 --- 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]