You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/28 00:41:17 UTC

cvs commit: httpd-2.0/os/unix unixd.c

rbb         00/12/27 15:41:17

  Modified:    .        CHANGES
               os/unix  unixd.c
  Log:
  Last change to get SuEXEC working again, and respecting configuration
  changes made using autoconf setup.
  
  Revision  Changes    Path
  1.26      +5 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- CHANGES	2000/12/26 21:39:34	1.25
  +++ CHANGES	2000/12/27 23:41:16	1.26
  @@ -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
  
  
  
  1.30      +1 -0      httpd-2.0/os/unix/unixd.c
  
  Index: unixd.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/unix/unixd.c,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- unixd.c	2000/11/26 04:47:35	1.29
  +++ unixd.c	2000/12/27 23:41:16	1.30
  @@ -57,6 +57,7 @@
    */
   
   #include "ap_config.h"
  +#define CORE_PRIVATE
   #include "httpd.h"
   #include "http_config.h"
   #include "http_main.h"