From: William A. Rowe Jr Date: Fri, 11 Jan 2002 08:42:20 +0000 (+0000) Subject: Note some things that belonged here ... mentioned on list X-Git-Tag: 2.0.31~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d52c947f55387228612219333342faa60a13a5d;p=apache Note some things that belonged here ... mentioned on list git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92823 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 120cea5982..9feedc7c2f 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/01/11 08:07:07 $] +Last modified at [$Date: 2002/01/11 08:42:20 $] Release: @@ -40,6 +40,20 @@ on related projects: RELEASE SHOWSTOPPERS: + * win32 scoreboard should _not_ use anon with no scoreboard name, it + should revert to the old method if scoreboard name is null (use the + NOT_SHARED bit that we do in -X). At this moment Win32 doesn't + -need- to have a shared score, until we create multiple processes, + or unless a module in the parent wants scoreboard data from the child. + If such a module is installed [for the moment] they aught to configure + the ScoreboardFile directive. + + * mod_rewrite's locks (win32) were broken by recent changes to the + apr_lock_t api (which we were deprecating in the first place, so + I'm far from certain why it changed.) It has to do with creating + the rewrite logs mutex. The solution is to find the brokenness in + apr_lock_t, but if it goes away, why waste the time? + * ap_directory_walk skips some per-dir config merge functions if there is no "" block in the configuration Message-ID: