diff options
author | Chris Pepper <pepper@apache.org> | 2001-02-28 04:40:40 +0100 |
---|---|---|
committer | Chris Pepper <pepper@apache.org> | 2001-02-28 04:40:40 +0100 |
commit | dc5fc7d0831036ee2b8088cf2e12a6929b05accf (patch) | |
tree | 22379550fc48f5d426c885a6e0070c2205c1e4d3 /docs/manual/mod/mpm_common.html | |
parent | Some cleanup on the 2.0 FAQ carried over from 1.3. May be irrelevant soon, (diff) | |
download | apache2-dc5fc7d0831036ee2b8088cf2e12a6929b05accf.tar.xz apache2-dc5fc7d0831036ee2b8088cf2e12a6929b05accf.zip |
More entity quoting.
<p></p> & <a></a> cleanup.
Removed link to mod_cookies.html (missing in 2.0).
Fixed <a name="#.
Fixed link to fragment removed from mod_proxy.html.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88377 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_common.html')
-rw-r--r-- | docs/manual/mod/mpm_common.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/mod/mpm_common.html b/docs/manual/mod/mpm_common.html index b3e634b913..3ac8d0122a 100644 --- a/docs/manual/mod/mpm_common.html +++ b/docs/manual/mod/mpm_common.html @@ -71,7 +71,7 @@ than one multi-processing module (MPM). <p>Whether or not to maintain status information on current connections. If this is off then mod_status will not work properly.</p> -<p><hr></p> +<hr> <H2><A NAME="coredumpdirectory">CoreDumpDirectory directive</A></H2> <!--%plaintext <?INDEX {\tt CoreDumpDirectory} directive> --> @@ -106,7 +106,7 @@ you can use this directive to place it in a different location.<P><HR> <H2><A NAME="group">Group directive</A></H2> <!--%plaintext <?INDEX {\tt Group} directive> --> -<A +<p><A HREF="directive-dict.html#Syntax" REL="Help" ><STRONG>Syntax:</STRONG></A> Group <EM>unix-group</EM><BR> @@ -476,7 +476,7 @@ until the number of idle threads is less than this number.</p> <P>Maximum number of threads per child. For MPMs with a variable number of threads per child, this directive sets the maximum number of threads that will be created in each child process. To increase this -value beyond its default, it is necessary to to change the value of +value beyond its default, it is necessary to change the value of the compile-time define <code>HARD_THREAD_LIMIT</code> and recompile the server.</p> @@ -544,7 +544,7 @@ See also <A HREF="#maxsparethreads">MaxSpareThreads</A> and do not dynamically create new child processes so this number should be large enough to handle the requests for the entire site.</p> -<p><hr></p> +<hr> <H2><A NAME="scoreboardfile">ScoreBoardFile directive</A></H2> <!--%plaintext <?INDEX {\tt ScoreBoardFile} directive> --> @@ -568,7 +568,7 @@ large enough to handle the requests for the entire site.</p> <A HREF="directive-dict.html#Compatibility" REL="Help" -> +></a> <A HREF="directive-dict.html#Module" REL="Help" @@ -676,7 +676,7 @@ on the load, there is usually little reason to adjust this parameter.</P> is dynamically controlled depending on the load, there is usually little reason to adjust this parameter.</p> -<p><hr></p> +<hr> <H2><A NAME="threadsperchild">ThreadsPerChild</A></H2> <p><A @@ -751,8 +751,8 @@ meant for httpd requests. It is recommended that you set up a new user and group specifically for running the server. Some admins use user <CODE>nobody</CODE>, but this is not always possible or desirable. For example mod_proxy's cache, when enabled, must be accessible to this user -(see the <A HREF="mod_proxy.html#cacheroot"><CODE>CacheRoot</CODE> -directive</A>).<P> +(see <A HREF="mod_proxy.html">mod_proxy's</A> <CODE>CacheRoot</CODE> +directive).<P> Notes: If you start the server as a non-root user, it will fail to change to the lesser privileged user, and will instead continue to run as |