Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 16644 invoked by uid 500); 27 Oct 2000 19:18:45 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 16620 invoked from network); 27 Oct 2000 19:18:44 -0000 X-Authentication-Warning: koj: rbb owned process doing -bs Date: Fri, 27 Oct 2000 12:20:18 -0700 (PDT) From: rbb@covalent.net X-Sender: rbb@koj To: new-httpd@apache.org Subject: Re: POST handlers In-Reply-To: <012001c0402e$ea1a0160$e4421b09@raleigh.ibm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > PHP needs to be a handler and not a pure filter, which is what using > ap_*_client_block() sort of implies. If the PHP filter/handler gets control, > the default handler should never see the request. PHP may want to have a handler as well as a filter, but it should also have a filter portion. The handler should only be used for POST and PUT requests. Regular GET requests should be handled through the filter. Ryan _______________________________________________________________________________ Ryan Bloom rbb@apache.org 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------