From: Aaron Bannert Date: Fri, 15 Feb 2002 20:54:17 +0000 (+0000) Subject: Fix a nice-to-have non-showstopper -- change the semantics for how X-Git-Tag: 2.0.33~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a314f19b1a19a9688c2aa37fb234286db3352f0;p=apache Fix a nice-to-have non-showstopper -- change the semantics for how we create a scoreboard from the ScoreBoardFile directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93436 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 9d63e4ae2e..7332564716 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,13 @@ Changes with Apache 2.0.33-dev + *) Implement new ScoreBoardFile directive logic. This affects how + we create the scoreboard's shared memory segment. If the directive + is present, a name-based segment is created. If the directive is + not present, first an anonymous segment is created, and if that + fails, a name-based segment is created from a file of the name + DEFAULT_SCOREBOARD. This gives third-party applications the + ability to access our scoreboard. [Aaron Bannert] + *) Allow mod_deflate to work with non-GET requests and properly send Content-Lengths. [Sander Striker ] diff --git a/STATUS b/STATUS index d2ff91e37a..a0898380d5 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/02/15 17:16:54 $] +Last modified at [$Date: 2002/02/15 20:54:17 $] Release: @@ -158,12 +158,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: Not a showstopper: justin, wrowe, trawick, stoddard, Jim, Ian, Aaron, gregames - * Make some modifications to the scoreboard creation routines, - prefer anonymous shared memory, and allow a configuration - directive to override the defaults. - Message-ID: <20020130080804.C16977@clove.org> - Status: Aaron volunteers - * Get perchild to work on platforms other than Linux. This will require a portable mechanism to pass data and file/socket descriptors between vhost child groups. An API was proposed