You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/08/07 22:13:58 UTC

cvs commit: httpd-2.0/server/mpm config.m4

trawick     01/08/07 13:13:58

  Modified:    .        CHANGES
               server/mpm config.m4
  Log:
  Use the prefork MPM by default on Unix.
  
  Revision  Changes    Path
  1.281     +2 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.280
  retrieving revision 1.281
  diff -u -r1.280 -r1.281
  --- CHANGES	2001/08/07 19:34:57	1.280
  +++ CHANGES	2001/08/07 20:13:58	1.281
  @@ -1,5 +1,7 @@
   Changes with Apache 2.0.23-dev
   
  +  *) Use the prefork MPM by default on Unix.  [various]
  +
     *) mod_rewrite: Fix the line ending on some non-Unix systems for 
        messages written to the rewrite log.  
        [Richard Labennett <rl...@us.ibm.com>]
  
  
  
  1.37      +1 -1      httpd-2.0/server/mpm/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/config.m4,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- config.m4	2001/07/30 05:02:53	1.36
  +++ config.m4	2001/08/07 20:13:58	1.37
  @@ -5,7 +5,7 @@
     APACHE_MPM=$withval
   ],[
     if test "x$APACHE_MPM" = "x"; then
  -    APACHE_MPM=threaded
  +    APACHE_MPM=prefork
     fi
   ])
   AC_MSG_RESULT($APACHE_MPM)
  
  
  

Re: cvs commit: httpd-2.0/server/mpm config.m4

Posted by Ian Holsman <ia...@cnet.com>.
On 07 Aug 2001 16:27:50 -0400, Cliff Woolley wrote:
> On 7 Aug 2001 trawick@apache.org wrote:
> 
> > trawick     01/08/07 13:13:58
> >
> >   Modified:    .        CHANGES
> >                server/mpm config.m4
> >   Log:
> >   Use the prefork MPM by default on Unix.
> >
> >   Revision  Changes    Path
> >   1.281     +2 -0      httpd-2.0/CHANGES
> 
> Great!  I'm going to check a few other things (I want to look at Ian's
> submission, also) and then tag.  (So 3pm was flexible... sue me.  =-)
> 

the GZip module I submitted a while back is a bit broken,
basically the problem is that the filter needs to only run on
main requests (!r->main) and needs to be the last content filter

I'm also unsure if it should be a content filter or a transcoding filter
(is there a 'content-encoding' filter type?)

..Ian
> Are we all set now?  Have I overlooked a showstopper somewhere?
> 
> Thanks guys,
> Cliff
> 
> --------------------------------------------------------------
>    Cliff Woolley
>    cliffwoolley@yahoo.com
>    Charlottesville, VA
> 
-- 
Ian Holsman          IanH@cnet.com
Performance Measurement & Analysis
CNET Networks   -   (415) 364-8608


Re: cvs commit: httpd-2.0/server/mpm config.m4

Posted by Cliff Woolley <cl...@yahoo.com>.
On 7 Aug 2001 trawick@apache.org wrote:

> trawick     01/08/07 13:13:58
>
>   Modified:    .        CHANGES
>                server/mpm config.m4
>   Log:
>   Use the prefork MPM by default on Unix.
>
>   Revision  Changes    Path
>   1.281     +2 -0      httpd-2.0/CHANGES

Great!  I'm going to check a few other things (I want to look at Ian's
submission, also) and then tag.  (So 3pm was flexible... sue me.  =-)

Are we all set now?  Have I overlooked a showstopper somewhere?

Thanks guys,
Cliff

--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA