From: Ryan Bloom Date: Wed, 27 Dec 2000 23:41:16 +0000 (+0000) Subject: Last change to get SuEXEC working again, and respecting configuration X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d657e4b249c2011a80f5597493ee4a93a5b893c;p=thirdparty%2Fapache%2Fhttpd.git Last change to get SuEXEC working again, and respecting configuration changes made using autoconf setup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87539 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2af6b86b1bf..c2df27739f3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes with Apache 2.0b1 + *) Get SuEXEC working again. We can't send absolute paths to suExec + because it refuses to execute those programs. SuEXEC also wasn't + always recognizing configuration changes made using the autoconf + setup. [Ryan Bloom] + *) Allow the buildconf process to find the config.m4 files in the correct order. Basically, we can now name config.m4 files as config\d\d.m4, and we will sort them correctly when inserting them into the build diff --git a/os/unix/unixd.c b/os/unix/unixd.c index 2ef1f58a660..168a9a9cb0b 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -57,6 +57,7 @@ */ #include "ap_config.h" +#define CORE_PRIVATE #include "httpd.h" #include "http_config.h" #include "http_main.h"