You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/08/30 09:16:55 UTC

cvs commit: apache-2.0/src CHANGES Configuration.tmpl

martin      99/08/30 00:16:53

  Modified:    src      CHANGES Configuration.tmpl
  Log:
  it's -> its
  
  Revision  Changes    Path
  1.6       +1 -1      apache-2.0/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/CHANGES,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CHANGES	1999/08/29 10:43:12	1.5
  +++ CHANGES	1999/08/30 07:16:47	1.6
  @@ -26,7 +26,7 @@
        calling order to be specified on a per-hook/per-module basis.
        [Ben Laurie]
   
  -  *) Implement mpm_* methods as "modules". Each method gets it's own
  +  *) Implement mpm_* methods as "modules". Each method gets its own
        subdir in src/modules (eg: src/modules/prefork). Selection
        of method uses Rule MPM_METHOD.  [Jim Jagielski]
   
  
  
  
  1.3       +1 -1      apache-2.0/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Configuration.tmpl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Configuration.tmpl	1999/08/26 06:20:13	1.2
  +++ Configuration.tmpl	1999/08/30 07:16:49	1.3
  @@ -138,7 +138,7 @@
   # For other Rules, the value can be a simple setting. For example,
   # the MPM_METHOD Rule determines the MPM method used. This can either
   # be forced by setting it to a specific value (eg: prefork) or set
  -# to "default" to allow Configure to, as above, make it's best guess
  +# to "default" to allow Configure to, as above, make its best guess
   # as to which is appropriate.
   #
   # SOCKS4: