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 <striker@apache.org>]
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:
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