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...@apache.org on 2002/04/01 05:41:31 UTC

cvs commit: httpd-2.0 CHANGES

rbb         02/03/31 19:41:31

  Modified:    .        CHANGES
  Log:
  A bunch of Perchild changes.
  
  Revision  Changes    Path
  1.674     +5 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.673
  retrieving revision 1.674
  diff -u -r1.673 -r1.674
  --- CHANGES	31 Mar 2002 17:32:23 -0000	1.673
  +++ CHANGES	1 Apr 2002 03:41:31 -0000	1.674
  @@ -1,5 +1,10 @@
   Changes with Apache 2.0.34
   
  +  *) Allow all Perchild directives to accept either numerical UID/GID
  +     or logical user/group names.  [Scott Lamb <sl...@slamb.org>]
  +
  +  *) Make Perchild compile cleanly and serve pages again. [Ryan Bloom]
  +
     *) implement ssl proxy to support ProxyPass / https:// and the
        SSLProxy* directives [Doug MacEachern]