diff options
author | Ryan Bloom <rbb@apache.org> | 2000-12-20 17:55:37 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-12-20 17:55:37 +0100 |
commit | 4a7ffcfb6585b319dc65a00dc396a8ff5e2c0ea9 (patch) | |
tree | f24d4d841d9cf8e61e86ab89ece9283c40ac77e9 /STATUS | |
parent | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. (diff) | |
download | apache2-4a7ffcfb6585b319dc65a00dc396a8ff5e2c0ea9.tar.xz apache2-4a7ffcfb6585b319dc65a00dc396a8ff5e2c0ea9.zip |
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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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: @@ -56,9 +56,6 @@ RELEASE SHOWSTOPPERS: 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 in a container, it is present in any subcontainers. It can only be |