Commit 93f866e4 authored by Igor Galić's avatar Igor Galić
Browse files

fix spacing issue in links, according to comments

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1406401 13f79535-47bb-0310-9956-ffa450edef68
parent 2f641b83
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -102,11 +102,11 @@ uses</a></seealso>
    the following:</p>

    <ul>
      <li>set the value of <directive module="mpm_common">
      MaxRequestsPerChild</directive> to zero</li>
      <li>set the value of <directive module="mpm_common"
      >MaxRequestsPerChild</directive> to zero</li>

      <li>set the value of <directive module="mpm_common">
      MaxSpareThreads</directive> to the same value as
      <li>set the value of <directive module="mpm_common"
      >MaxSpareThreads</directive> to the same value as
      <directive module="mpm_common">MaxClients</directive></li>
    </ul>