<H2><A NAME="cookielog">CookieLog</A> directive</H2>
<!--%plaintext <?INDEX {\tt CookieLog} directive> -->
-<A
+<p><A
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> CookieLog <EM>filename</EM><BR>
<p>The CookieLog directive sets the filename for logging of cookies.
The filename is relative to the <A
HREF="core.html#serverroot">ServerRoot</A>. This directive is included
-only for compatibility with <A
-HREF="mod_cookies.html">mod_cookies</A>, and is deprecated.</p>
+only for compatibility with mod_cookies, and is deprecated.</p>
<HR>
<H2><A NAME="customlog">CustomLog</A>
-<a NAME="#customlogconditional">directive</a></H2>
+<a NAME="customlogconditional">directive</a></H2>
<p><A
HREF="directive-dict.html#Syntax"
REL="Help"
HREF="directive-dict.html#Default"
REL="Help"
><STRONG>Default:</STRONG></A> <CODE>LogFormat "%h %l %u %t \"%r\"
-%>s %b"</CODE><BR>
+%>s %b"</CODE><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<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> -->
<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>
<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>
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> -->
<A
HREF="directive-dict.html#Compatibility"
REL="Help"
->
+></a>
<A
HREF="directive-dict.html#Module"
REL="Help"
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
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