]> 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)
commite4fe63f3dff64f2dba625bcc0bcb89ceee44c48c
treeeba706659b105d249e81ba4d54dcc1c6c88355a9
parent511d2c481ca85bf5ca22967139d0fbe1db86c9db
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