Commit c9e785c2 authored by Chris Pepper's avatar Chris Pepper
Browse files

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
parent 88e3e425
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ as <a href="../programs/rotatelogs.html">rotatelogs</a>.</p>

<H2><A NAME="cookielog">CookieLog</A> directive</H2>
<!--%plaintext &lt;?INDEX {\tt CookieLog} directive&gt; -->
<A
<p><A
 HREF="directive-dict.html#Syntax"
 REL="Help"
><STRONG>Syntax:</STRONG></A> CookieLog <EM>filename</EM><BR>
@@ -284,12 +284,11 @@ as <a href="../programs/rotatelogs.html">rotatelogs</a>.</p>
<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"
@@ -387,7 +386,7 @@ separate logfile but not your main log, you can use:
 HREF="directive-dict.html#Default"
 REL="Help"
><STRONG>Default:</STRONG></A> <CODE>LogFormat &quot;%h %l %u %t \&quot;%r\&quot;
%>s %b&quot;</CODE><BR>
%&gt;s %b&quot;</CODE><BR>
<A
 HREF="directive-dict.html#Context"
 REL="Help"
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<blockquote><strong>Note:</strong>
Mod_proxy has been moved out of the httpd-2.0 tree, but is available
elsewhere <insert location> for building with the httpd-2.0 source
elsewhere &lt;insert location&gt; for building with the httpd-2.0 source
distribution.
</blockquote>

+8 −8
Original line number Diff line number Diff line
@@ -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 &lt;?INDEX {\tt CoreDumpDirectory} directive&gt; -->
@@ -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 &lt;?INDEX {\tt Group} directive&gt; -->
<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 &lt;?INDEX {\tt ScoreBoardFile} directive&gt; -->
@@ -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