]> granicus.if.org Git - apache/commitdiff
Correct path to the ScoreBoardFile directive.
authorYoshiki Hayashi <yoshiki@apache.org>
Tue, 9 Jul 2002 11:06:25 +0000 (11:06 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Tue, 9 Jul 2002 11:06:25 +0000 (11:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95984 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/server-wide.html.en
docs/manual/server-wide.html.ja.jis
docs/manual/stopping.html
docs/manual/stopping.html.en

index dd33a2177dfe454b8dbcf924eb13b3bbb39a5821..693b06a86c0150d969be12b9cbc0a4b430399554 100644 (file)
@@ -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>
index 0ce4ca51b62898e1fab6f2106d05892f23711860..222fa927ab47fe561028420b6711b26a1b3ec112 100644 (file)
@@ -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>
index 8e2c2b12c62714aafa1285ce355f093eaa78c3d6..628c40403bebd66185d7937439a706e5245836fd 100644 (file)
     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
     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
index 8e2c2b12c62714aafa1285ce355f093eaa78c3d6..628c40403bebd66185d7937439a706e5245836fd 100644 (file)
     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
     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