trawick     00/12/01 09:48:24

  Modified:    .        STATUS
  Log:
  mention some mutex breakage which I don't expect to get to in the next
  several days (try http://www.wral-tv.com if you really want to know the
  weather in Raleigh)
  
  Revision  Changes    Path
  1.3       +7 -1      apr/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apr/STATUS,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- STATUS    2000/11/30 23:41:03     1.2
  +++ STATUS    2000/12/01 17:48:24     1.3
  @@ -1,5 +1,5 @@
   Apache 2.0 STATUS:
  -Last modified at [$Date: 2000/11/30 23:41:03 $]
  +Last modified at [$Date: 2000/12/01 17:48:24 $]
   
   Release:
   
  @@ -18,6 +18,12 @@
                apr_opendir   -->    apr_dir_open
   
   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
  +
  +    * SysV semaphore support isn't usable by Apache when started as
  +      root because we don't have a way to allow the semaphore to be
  +      used by the configured User and Group.  Current work-around:
  +      change the initial permissions to 0666.  Needed code:  See
  +      1.3's http_main.c, SysV sem flavor of accept_mutex_init().
   
       * Build scripts do not recognise AIX 4.2.1 pthreads
   
  
  
  

Reply via email to