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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79e0ee22eb226439ebf14ecc398dd444b2566fd9;p=apache 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 2af6b86b1b..c2df27739f 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 2ef1f58a66..168a9a9cb0 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"