mirror of
https://github.com/apache/httpd.git
synced 2025-11-06 16:49:32 +03:00
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
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
#include "http_config.h"
|
||||
#include "http_request.h"
|
||||
#ifdef HAVE_UNIX_SUEXEC
|
||||
#include "suexec.h" /* Contains the suexec_identity hook used on Unix */
|
||||
#include "unixd.h" /* Contains the suexec_identity hook used on Unix */
|
||||
#endif
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
|
||||
Reference in New Issue
Block a user