From cvs-return-19263-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Thu Jun 17 15:53:10 2004 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 26621 invoked from network); 17 Jun 2004 15:53:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Jun 2004 15:53:10 -0000 Received: (qmail 16464 invoked by uid 500); 17 Jun 2004 15:52:47 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 16396 invoked by uid 500); 17 Jun 2004 15:52:46 -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 16373 invoked by uid 500); 17 Jun 2004 15:52:46 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 16269 invoked by uid 99); 17 Jun 2004 15:52:45 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 17 Jun 2004 08:52:45 -0700 Received: (qmail 26311 invoked by uid 1462); 17 Jun 2004 15:52:28 -0000 Date: 17 Jun 2004 15:52:28 -0000 Message-ID: <20040617155228.26310.qmail@minotaur.apache.org> From: geoff@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N geoff 2004/06/17 08:52:28 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: register backport request Revision Changes Path No revision No revision 1.751.2.929 +6 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.928 retrieving revision 1.751.2.929 diff -u -r1.751.2.928 -r1.751.2.929 --- STATUS 16 Jun 2004 12:30:52 -0000 1.751.2.928 +++ STATUS 17 Jun 2004 15:52:28 -0000 1.751.2.929 @@ -72,6 +72,11 @@ [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) initialize server arrays prior to calling ap_setup_prelinked_modules + so that static modules can push Defines values when registering + hooks just like DSO modules can ["Philippe M. Chiasson" ] + +1: geoff + *) mod_cgi: Added API call and new field in apr_procattr_t and cgi_exec_info_t structures to support loading in current or new address space for CGIs. It fixes NetWare that is currently broken after changes done to log.c r1.145.