Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 5275 invoked by uid 500); 13 Dec 2001 15:10:57 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 5194 invoked from network); 13 Dec 2001 15:10:57 -0000 From: "Joshua Slive" To: Subject: RE: cvs commit: httpd-2.0/server core.c Date: Thu, 13 Dec 2001 10:12:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20011213054928.56522.qmail@icarus.apache.org> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: wrowe@apache.org [mailto:wrowe@apache.org] > > wrowe 01/12/12 21:49:28 > > Modified: server core.c > Log: > Now all should be well. AcceptPathInfo on will give us a > document with > path_info served from the core handler. Any filters can then > manipulate > all the usual CGI envvars [as proven with this little excerpt with a > document... Cool. Thanks for fixing that Bill. Joshua.