You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2001/01/19 20:31:07 UTC

cvs commit: httpd-2.0 CHANGES STATUS

gregames    01/01/19 11:31:06

  Modified:    .        CHANGES STATUS
  Log:
  missed these files on my previous commit of highperformance.conf -
  wrong commit incantation
  
  Revision  Changes    Path
  1.45      +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- CHANGES	2001/01/19 17:19:49	1.44
  +++ CHANGES	2001/01/19 19:31:00	1.45
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0b1
   
  +   *) Update highperformance.conf to work with either prefork or
  +      pthreads mpms.  [Greg Ames] 
  +
     *) Stop checking to see if this is a pipelined request if we know
        for a fact that it isn't.  Basically, if r->connection->keepalive == 0.
        This keeps us from making an extra read call when serving a 1.0
  
  
  
  1.188     +1 -3      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- STATUS	2001/01/19 03:01:14	1.187
  +++ STATUS	2001/01/19 19:31:02	1.188
  @@ -1,5 +1,5 @@
   APACHE 2.0 STATUS:						-*-text-*-
  -Last modified at [$Date: 2001/01/19 03:01:14 $]
  +Last modified at [$Date: 2001/01/19 19:31:02 $]
   
   Release:
   
  @@ -707,6 +707,4 @@
      * What do we do about mod_proxy?
   
      * Which MPMs will be included with Apache 2.0?
  -
  -   * Is conf/highperformance.conf-dist obsolete?  It looks obsolete.