Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 78605 invoked from network); 25 Mar 2004 02:14:30 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 02:14:30 -0000 Received: (qmail 2182 invoked by uid 500); 25 Mar 2004 02:14:16 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 1986 invoked by uid 500); 25 Mar 2004 02:14:15 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 1955 invoked by uid 500); 25 Mar 2004 02:14:14 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 1929 invoked from network); 25 Mar 2004 02:14:13 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 25 Mar 2004 02:14:13 -0000 Received: (qmail 78561 invoked by uid 1462); 25 Mar 2004 02:14:26 -0000 Date: 25 Mar 2004 02:14:26 -0000 Message-ID: <20040325021426.78560.qmail@minotaur.apache.org> From: geoff@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N geoff 2004/03/24 18:14:26 Modified: . CHANGES Log: move backported change to proper place Revision Changes Path 1.1436 +5 -5 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1435 retrieving revision 1.1436 diff -u -r1.1435 -r1.1436 --- CHANGES 25 Mar 2004 02:09:07 -0000 1.1435 +++ CHANGES 25 Mar 2004 02:14:26 -0000 1.1436 @@ -35,11 +35,6 @@ for some third-party modules on platforms with small default thread stack size. [Jeff Trawick] - *) Win32: Tweak worker thread accounting routines to eliminate - server hang when number of Listen directives in httpd.conf - is greater than or equal to the setting of ThreadsPerChild. - [Bill Stoddard] - *) mod_rewrite: Support for recognizing SSL variables in RewriteCond using the new "SSL:" format. [Joe Orton, Madhusudan Mathihalli] @@ -301,6 +296,11 @@ The core per-dir config would later point to request pool data that would be reused for different purposes on different requests. [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe] + + *) Win32: Tweak worker thread accounting routines to eliminate + server hang when number of Listen directives in httpd.conf + is greater than or equal to the setting of ThreadsPerChild. + [Bill Stoddard] Changes with Apache 2.0.49