You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pe...@apache.org on 2001/02/28 04:40:40 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_proxy.html mod_log_config.html mpm_common.html

pepper      01/02/27 19:40:40

  Modified:    docs/manual/mod mod_proxy.html mod_log_config.html
                        mpm_common.html
  Log:
  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.
  
  Revision  Changes    Path
  1.57      +1 -1      httpd-2.0/docs/manual/mod/mod_proxy.html
  
  Index: mod_proxy.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.html,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- mod_proxy.html	2001/02/16 07:33:35	1.56
  +++ mod_proxy.html	2001/02/28 03:40:40	1.57
  @@ -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>
   
  
  
  
  1.47      +4 -5      httpd-2.0/docs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.html,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- mod_log_config.html	2001/02/10 03:38:47	1.46
  +++ mod_log_config.html	2001/02/28 03:40:40	1.47
  @@ -264,7 +264,7 @@
   
   <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 @@
   <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 @@
    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.11      +8 -8      httpd-2.0/docs/manual/mod/mpm_common.html
  
  Index: mpm_common.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mpm_common.html	2001/02/16 19:00:00	1.10
  +++ mpm_common.html	2001/02/28 03:40:40	1.11
  @@ -71,7 +71,7 @@
   <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 @@
   
   <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 @@
   <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 @@
   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 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  ->
  +></a>
   <A
    HREF="directive-dict.html#Module"
    REL="Help"
  @@ -676,7 +676,7 @@
   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 @@
   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