]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix mod_cgi so it works on Unix systems. We need to be VERY careful
authorRyan Bloom <rbb@apache.org>
Wed, 20 Oct 1999 18:28:04 +0000 (18:28 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 20 Oct 1999 18:28:04 +0000 (18:28 +0000)
commitb1889e842570d7284be051500d9fbfcdf57cdf2b
treea8c6ff73c0622be1a4fbdbfda79c232ecb3059d7
parent3c6a4c71fd0a72b7361f00e744c0b05fd522304d
Fix mod_cgi so it works on Unix systems.  We need to be VERY careful
about calling ap_cleanups_for_exec now.  There is really no reason to call
this from outside of APR, unless you are specifically doing a fork/exec.
If you use ap_create_process, it will call ap_cleanups_for_exec for you
in the right spot now.  Also cleaned up some of the code because it helped
with debugging.  We need better error messages in mod_cgi now.
iCVS:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84009 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_cgi.c