You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/07/09 13:06:25 UTC

cvs commit: httpd-2.0/docs/manual server-wide.html.en server-wide.html.ja.jis stopping.html

yoshiki     2002/07/09 04:06:25

  Modified:    docs/manual server-wide.html.en server-wide.html.ja.jis
                        stopping.html
  Log:
  Correct path to the ScoreBoardFile directive.
  
  Revision  Changes    Path
  1.9       +1 -1      httpd-2.0/docs/manual/server-wide.html.en
  
  Index: server-wide.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/server-wide.html.en,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- server-wide.html.en	30 Apr 2002 14:20:29 -0000	1.8
  +++ server-wide.html.en	9 Jul 2002 11:06:25 -0000	1.9
  @@ -77,7 +77,7 @@
            <a href="mod/core.html#lockfile">Lockfile</a><br />
            <a href="mod/core.html#pidfile">PidFile</a><br />
            <a
  -        href="mod/core.html#scoreboardfile">ScoreBoardFile</a><br />
  +        href="mod/mpm_common.html#scoreboardfile">ScoreBoardFile</a><br />
            <a href="mod/core.html#serverroot">ServerRoot</a><br />
            </td>
         </tr>
  
  
  
  1.7       +2 -2      httpd-2.0/docs/manual/server-wide.html.ja.jis
  
  Index: server-wide.html.ja.jis
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/server-wide.html.ja.jis,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- server-wide.html.ja.jis	23 May 2002 12:14:26 -0000	1.6
  +++ server-wide.html.ja.jis	9 Jul 2002 11:06:25 -0000	1.7
  @@ -7,7 +7,7 @@
       <title>Server-Wide Configuration</title>
   
     </head>
  -  <!-- English revision: 1.8 -->
  +  <!-- English revision: 1.9 -->
     <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
     <body bgcolor="#ffffff" text="#000000" link="#0000ff"
     vlink="#000080" alink="#ff0000">
  @@ -77,7 +77,7 @@
           <a href="mod/core.html#lockfile">Lockfile</a><br />
           <a href="mod/core.html#pidfile">PidFile</a><br />
           <a
  -       href="mod/core.html#scoreboardfile">ScoreBoardFile</a><br />
  +       href="mod/mpm_common.html#scoreboardfile">ScoreBoardFile</a><br />
           <a href="mod/core.html#serverroot">ServerRoot</a><br />
           </td>
         </tr>
  
  
  
  1.24      +2 -2      httpd-2.0/docs/manual/stopping.html
  
  Index: stopping.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/stopping.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- stopping.html	17 May 2002 18:24:07 -0000	1.23
  +++ stopping.html	9 Jul 2002 11:06:25 -0000	1.24
  @@ -172,7 +172,7 @@
       architectures.</p>
   
       <p>Architectures that use an on disk <a
  -    href="mod/core.html#scoreboardfile">ScoreBoardFile</a> have the
  +    href="mod/mpm_common.html#scoreboardfile">ScoreBoardFile</a> have the
       potential to corrupt their scoreboards. This can result in the
       "bind: Address already in use" (after <code>HUP</code>) or
       "long lost child came home!" (after <code>USR1</code>). The
  @@ -181,7 +181,7 @@
       use graceful restarts, with an occasional hard restart. These
       problems are very difficult to work around, but fortunately
       most architectures do not require a scoreboard file. See the <a
  -    href="mod/core.html#scoreboardfile">ScoreBoardFile</a>
  +    href="mod/mpm_common.html#scoreboardfile">ScoreBoardFile</a>
       documentation for a architecture uses it.</p>
   
       <p><code>NEXT</code> and <code>MACHTEN</code> (68k only) have