]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make mod_cgi and mod_include work when compiled as DSO's again. This is
authorRyan Bloom <rbb@apache.org>
Tue, 31 Oct 2000 00:47:24 +0000 (00:47 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 31 Oct 2000 00:47:24 +0000 (00:47 +0000)
commit513ee775486b21117c2f8234b08c2ebfa9688b95
treeeba706659b105d249e81ba4d54dcc1c6c88355a9
parent631eb74baf1c03abb1e3efd401c6a8ac489e8a1d
Make mod_cgi and mod_include work when compiled as DSO's again.  This is
accomplished by moving suexec out of it's own file and into unixd.[ch].
The problem was that suexec.c wasn't being linked into the server unless
a module was actually using ap_os_create_process.  This is still not clean,
but it works now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86772 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_suexec.c
modules/mappers/mod_userdir.c
os/unix/Makefile.in
os/unix/unixd.c
os/unix/unixd.h