summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2014-06-03 15:17:58 +0200
committerEric Covener <covener@apache.org>2014-06-03 15:17:58 +0200
commiteae80e973c4272c1b2dcb4ddea9a1551edb26dea (patch)
tree3d7857f442679778d27e1140a357f8d3711ac853 /CHANGES
parentOptimize w/ duplicated listeners and use of SO_REUSEPORT (diff)
downloadapache2-eae80e973c4272c1b2dcb4ddea9a1551edb26dea.tar.xz
apache2-eae80e973c4272c1b2dcb4ddea9a1551edb26dea.zip
add GlobalLog directive to allow a diagnostic log to be inherited
by all virtual hosts, even if they define their own logs. Submitted By: Edward Lu <Chaosed0 gmail.com> Committed by: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2e04c4808c..ab3be90a9d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_log_config: Add GlobalLog to allow a globally defined log to
+ be inherited by virtual hosts that define a CustomLog.
+ [Edward Lu <Chaosed0 gmail.com>]
+
*) MPMs: Support SO_REUSEPORT to create multiple duplicated listener
records for scalability. [Yingqi Lu <yingqi.lu@intel.com>,
Jeff Trawick, Jim Jagielski]