jim         98/01/21 15:12:09

  Modified:    src      CHANGES
               src/main conf.h
  Log:
  A/UX can use SAFE_UNSERIALIZED_ACCEPT as well
  
  Revision  Changes    Path
  1.586     +3 -0      apachen/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.585
  retrieving revision 1.586
  diff -u -r1.585 -r1.586
  --- CHANGES   1998/01/21 22:48:10     1.585
  +++ CHANGES   1998/01/21 23:12:02     1.586
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3b4
   
  +  *) [PORT] A/UX can handle single-listen accepts without mutex
  +     locking, so we add SAFE_UNSERIALIZED_ACCEPT. [Jim Jagielski]
  +
     *) When die() happens we need to eat any request body if one exists.
        Otherwise we can't continue with a keepalive session.  This shows up
        as a POST problem with MSIE 4.0, typically against pages which are
  
  
  
  1.171     +1 -0      apachen/src/main/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/conf.h,v
  retrieving revision 1.170
  retrieving revision 1.171
  diff -u -r1.170 -r1.171
  --- conf.h    1998/01/21 22:19:00     1.170
  +++ conf.h    1998/01/21 23:12:08     1.171
  @@ -420,6 +420,7 @@
   #define NEED_STRDUP
   /* fcntl() locking is expensive with NFS */
   #define USE_FLOCK_SERIALIZED_ACCEPT
  +#define SAFE_UNSERIALIZED_ACCEPT
   #define HAVE_SHMGET
   /*
    * NOTE: If when you run Apache under A/UX and you get a warning
  
  
  

Reply via email to