]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove a STATUS entry that can't be implemented cleanly. The problem
authorRyan Bloom <rbb@apache.org>
Wed, 20 Dec 2000 16:55:37 +0000 (16:55 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 20 Dec 2000 16:55:37 +0000 (16:55 +0000)
commit225b88dddeec0b71470af0b847e3796907b799e0
treef24d4d841d9cf8e61e86ab89ece9283c40ac77e9
parenta80706788bf95735f3ade00b17d99b9fab3142c3
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
STATUS