diff options
author | Eric Covener <covener@apache.org> | 2014-06-03 15:17:58 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2014-06-03 15:17:58 +0200 |
commit | eae80e973c4272c1b2dcb4ddea9a1551edb26dea (patch) | |
tree | 3d7857f442679778d27e1140a357f8d3711ac853 /CHANGES | |
parent | Optimize w/ duplicated listeners and use of SO_REUSEPORT (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |