]> granicus.if.org Git - apache/commitdiff
Last change to get SuEXEC working again, and respecting configuration
authorRyan Bloom <rbb@apache.org>
Wed, 27 Dec 2000 23:41:16 +0000 (23:41 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 27 Dec 2000 23:41:16 +0000 (23:41 +0000)
changes made using autoconf setup.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87539 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
os/unix/unixd.c

diff --git a/CHANGES b/CHANGES
index 2af6b86b1bf23adc44bd356e16a35c7521352e7a..c2df27739f30f5be1a86d798667e208eca9719d4 100644 (file)
--- 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
index 2ef1f58a660433d1cf79ef04222b484895767b8d..168a9a9cb0ba62f9cf2c3dba496595b9d2aa72f6 100644 (file)
@@ -57,6 +57,7 @@
  */
 
 #include "ap_config.h"
+#define CORE_PRIVATE
 #include "httpd.h"
 #include "http_config.h"
 #include "http_main.h"