Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 12691 invoked by uid 500); 20 Dec 2000 16:55:40 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 12663 invoked by uid 500); 20 Dec 2000 16:55:39 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 20 Dec 2000 16:55:38 -0000 Message-ID: <20001220165538.12653.qmail@locus.apache.org> From: rbb@locus.apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS rbb 00/12/20 08:55:38 Modified: . STATUS Log: Remove a STATUS entry that can't be implemented cleanly. The problem is that there are multiple ways to start a CGI script, mod_cgi, mod_cgid, and mod_include. If we move the directives out of the core and into one of those modules, then the rest of the modules won't have it. This may be solvable once mod_include calls out to mod_cgi(d) for the exec tags. Revision Changes Path 1.174 +1 -4 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.173 retrieving revision 1.174 diff -u -r1.173 -r1.174 --- STATUS 2000/12/20 16:35:22 1.173 +++ STATUS 2000/12/20 16:55:37 1.174 @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2000/12/20 16:35:22 $] +Last modified at [$Date: 2000/12/20 16:55:37 $] Release: @@ -55,9 +55,6 @@ Status: The best known candidate would be something from BIND v9. Status: Greg asks, "why? doesn't gethostbyname_r() handle this?" - - * Modify mod_cgi and mod_cgid to deal with directories. This allows - a lot of directives to be removed from the core. * The AddInputFilter and AddOutputFilter directives do not allow the administrator to remove or reorder filters. Once a filter is added