From: Joshua Slive Date: Sat, 31 Aug 2002 17:03:18 +0000 (+0000) Subject: Fix links. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc3a300640fe6bb013af55a85443514ff68c5739;p=apache Fix links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96601 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/netware.html b/docs/manual/platform/netware.html index f838094b08..ea9696a69c 100644 --- a/docs/manual/platform/netware.html +++ b/docs/manual/platform/netware.html @@ -24,7 +24,7 @@

The bug reporting page and dev-httpd mailing list are not provided to answer questions about configuration or running Apache. Before you submit a bug report or request, first consult this document, the - Frequently Asked Questions page and the other + Frequently Asked Questions page and the other relevant documentation topics. If you still have a question or problem, post it to the novell.devsup.webserver newsgroup, where many @@ -260,7 +260,7 @@ different:

MaxRequestsPerChild + href="../mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild - Like the Unix directive, this controls how many requests a worker thread will serve before exiting. The recommended default, MaxRequestsPerChild 0, causes the thread to continue servicing request indefinitely.  @@ -268,30 +268,30 @@ this directive always remain set to 0.  

StartThreads - + href="../mod/mpm_common.html#startthreads">StartThreads - This directive tells the server how many threads it should start initially. The recommended default is StartThreads 50.

MinSpareThreads - + href="../mod/mpm_common.html#minsparethreads">MinSpareThreads - 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 MinSpareThreads 10.

MaxSpareThreads - + href="../mod/mpm_common.html#maxsparethreads">MaxSpareThreads - This directive instructs the server to begin terminating worker threads if the number of idle threads ever exceeds this value. The recommended default is MaxSpareThreads 100.

MaxThreads - + href="../mod/mpm_netware.html#maxthreads">MaxThreads - This directive limits the total number of work threads to a maximum value. The recommended default is ThreadsPerChild 250.

ThreadStackSize + href="../mod/mpm_netware.html#threadstacksize">ThreadStackSize - This directive tells the server what size of stack to use for the individual worker thread. The recommended default is ThreadStackSize 65536.

@@ -312,7 +312,7 @@ compiled normally, it will install a number of optional modules in the \Apache2\modules directory. To activate these, or other modules, the LoadModule directive + href="../mod/mod_so.html#loadmodule">LoadModule directive must be used. For example, to active the status module, use the following (in addition to the status-activating directives in access.conf):

@@ -321,7 +321,7 @@

Information on creating loadable + href="../mod/mod_so.html#creating">creating loadable modules is also available.

@@ -333,7 +333,7 @@