Loading CHANGES +5 −0 Original line number Diff line number Diff line 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 Loading os/unix/unixd.c +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ */ #include "ap_config.h" #define CORE_PRIVATE #include "httpd.h" #include "http_config.h" #include "http_main.h" Loading Loading
CHANGES +5 −0 Original line number Diff line number Diff line 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 Loading
os/unix/unixd.c +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ */ #include "ap_config.h" #define CORE_PRIVATE #include "httpd.h" #include "http_config.h" #include "http_main.h" Loading