You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/04/12 03:08:41 UTC

cvs commit: httpd-2.0/docs/conf httpd-std.conf.in

jerenkrantz    02/04/11 18:08:41

  Modified:    .        CHANGES
               docs/conf httpd-std.conf.in
  Log:
  Change httpd.pid placement to rel_runtimedir instead of rel_logfiledir.
  With the standard apache layout, this changes nothing (since runtimedir ==
  logfiledir), but for other layouts, this makes a lot more sense.
  
  PR: 7841
  Submitted by:   Andreas Hasenack <an...@netbank.com.br>
  Reviewed by:    Justin Erenkrantz
  
  Revision  Changes    Path
  1.701     +4 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.700
  retrieving revision 1.701
  diff -u -r1.700 -r1.701
  --- CHANGES	10 Apr 2002 17:01:59 -0000	1.700
  +++ CHANGES	12 Apr 2002 01:08:40 -0000	1.701
  @@ -1,4 +1,8 @@
   Changes with Apache 2.0.36
  +  
  +  *) Fix PidFile to default to rel_runtimedir instead of
  +     rel_logfiledir.  PR 7841.  [Andreas Hasenack <an...@netbank.com.br>]
  +
     *) Win32: Fix problem that caused rapid performance degradation
        when number of connecting clients exceeded ThreadsPerChild.
        [Bill Stoddard]
  
  
  
  1.2       +1 -1      httpd-2.0/docs/conf/httpd-std.conf.in
  
  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- httpd-std.conf.in	4 Apr 2002 09:15:43 -0000	1.1
  +++ httpd-std.conf.in	12 Apr 2002 01:08:40 -0000	1.2
  @@ -78,7 +78,7 @@
   # identification number when it starts.
   #
   <IfModule !mpm_netware.c>
  -PidFile @rel_logfiledir@/httpd.pid
  +PidFile @rel_runtimedir@/httpd.pid
   </IfModule>
   
   #