]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
More entity quoting.
authorChris Pepper <pepper@apache.org>
Wed, 28 Feb 2001 03:40:40 +0000 (03:40 +0000)
committerChris Pepper <pepper@apache.org>
Wed, 28 Feb 2001 03:40:40 +0000 (03:40 +0000)
<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

docs/manual/mod/mod_log_config.html
docs/manual/mod/mod_proxy.html
docs/manual/mod/mpm_common.html

index f90dffd14057e41943f94c453db8f52b42134353..c007eb7281422979d446f688693c4050c6660803 100644 (file)
@@ -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"
index 2e41731dfffffcf226e1a9b0d435439b500cad8e..61e82165193533dfab49a1d6c5380e0faf07df70 100644 (file)
@@ -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>
 
index b3e634b9132ca75e952353033e4e1fdfd5c279d9..3ac8d0122a847a379d8c779206299ba19444892c 100644 (file)
@@ -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