]> granicus.if.org Git - apache/commitdiff
Fixing up the broken links
authorBradley Nicholes <bnicholes@apache.org>
Fri, 30 Aug 2002 20:46:55 +0000 (20:46 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 30 Aug 2002 20:46:55 +0000 (20:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96596 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/netware.html

index 1dc98b43194f9c71ce554140499145afdcfecd56..f838094b08b90fe8b048c3ab5280908feecb5d3e 100644 (file)
@@ -24,7 +24,7 @@
        <p>The bug reporting page and dev-httpd mailing list are <em>not</em> 
           provided to answer questions about configuration or running Apache.  
           Before you submit a bug report or request, first consult this document, the
-    <a href="faq/index.html">Frequently Asked Questions</a> page and the other 
+    <a href="/manual/faq/index.html">Frequently Asked Questions</a> page and the other 
           relevant documentation topics.  If you still have a question or problem, 
           post it to the <a href="news://developer-forums.novell.com/novell.devsup.webserver">
           novell.devsup.webserver</a> newsgroup, where many 
     Apache is configured by files in the <samp>conf</samp>
     directory. These are the same as files used to configure the
     Unix version, but there are a few different directives for
-    Apache on NetWare. See the <a href="./">Apache
+    Apache on NetWare. See the <a href="/manual">Apache
     documentation</a> for all the available directives. 
 
     <p>The main differences in Apache for NetWare are:</p>
         different:</p>
 
         <p><a
-        href="mod/mpm_netware.html#maxrequestsperchild">MaxRequestsPerChild</a>
+        href="/manual/mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a>
         - Like the Unix directive, this controls how many requests
         a worker thread will serve before exiting. The recommended default, <code>MaxRequestsPerChild
         0</code>, causes the thread to continue servicing request indefinitely.&nbsp;
         this directive always remain set to 0.&nbsp;&nbsp;</p>
 
         <p><a
-        href="mod/mpm_netware.html#startthreads">StartThreads</a> -
+        href="/manual/mod/mpm_common.html#startthreads">StartThreads</a> -
         This directive tells the server how many
         threads it should start initially. The recommended default is <code>StartThreads
         50</code>.</p>
         
         <p><a
-        href="mod/mpm_netware.html#minsparethreads">MinSpareThreads</a> -
+        href="/manual/mod/mpm_common.html#minsparethreads">MinSpareThreads</a> -
         This directive instructs the server to spawn additional worker threads
         if the number of idle threads ever falls below this value. The recommended default is
         <code>MinSpareThreads 10</code>.</p>
         
         <p><a
-        href="mod/mpm_netware.html#maxsparethreads">MaxSpareThreads</a> -
+        href="/manual/mod/mpm_common.html#maxsparethreads">MaxSpareThreads</a> -
         This directive instructs the server to begin terminating worker threads
         if the number of idle threads ever exceeds this value. The recommended default is
         <code>MaxSpareThreads 100</code>.</p>
         
         <p><a
-        href="mod/mpm_netware.html#maxthreads">MaxThreads</a> -
+        href="/manual/mod/mpm_netware.html#maxthreads">MaxThreads</a> -
         This directive limits the total number of work threads to a maximum
         value. The recommended default is <code>ThreadsPerChild 250</code>.</p>
         
         <p><a 
-        href="mod/mpm_netware.html#threadstacksize">ThreadStackSize</a>
+        href="/manual/mod/mpm_netware.html#threadstacksize">ThreadStackSize</a>
         - This directive tells the server what size of stack to use
         for the individual worker thread. The recommended default is
         <code>ThreadStackSize 65536</code>.</p>
         compiled normally, it will install a number of optional
         modules in the <code>\Apache2\modules</code> directory. To
         activate these, or other modules, the <a
-        href="mod/mod_so.html#loadmodule">LoadModule</a> directive
+        href="/manual/mod/mod_so.html#loadmodule">LoadModule</a> directive
         must be used. For example, to active the status module, use
         the following (in addition to the status-activating
         directives in <code>access.conf</code>):</p>
 </pre>
 
         <p>Information on <a
-        href="mod/mod_so.html#creating">creating loadable
+        href="/manual/mod/mod_so.html#creating">creating loadable
         modules</a> is also available.</p>
       </li>
     </ul>
 
     <ul>
       <li><a 
-        href="mod/core.html#cgimapextension">CGIMapExtension</a>
+        href="/manual/mod/core.html#cgimapextension">CGIMapExtension</a>
         - This directive maps a CGI file extension to a script interpreter.</li>
     </ul>