You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2001/12/31 03:29:12 UTC

cvs commit: httpd-2.0/docs/manual/mod core.html directives.html mod_access.html

kevlo       01/12/30 18:29:12

  Modified:    docs/manual logs.html
               docs/manual/misc perf-tuning.html
               docs/manual/mod core.html directives.html mod_access.html
  Log:
  HostNameLookups -> HostnameLookups
  
  Revision  Changes    Path
  1.6       +1 -1      httpd-2.0/docs/manual/logs.html
  
  Index: logs.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/logs.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- logs.html	5 Dec 2001 16:14:46 -0000	1.5
  +++ logs.html	31 Dec 2001 02:29:12 -0000	1.6
  @@ -256,7 +256,7 @@
   
         <dd>This is the IP address of the client (remote host) which
         made the request to the server. If <a
  -      href="mod/core.html#hostnamelookups">HostNameLookups</a> is
  +      href="mod/core.html#hostnamelookups">HostnameLookups</a> is
         set to <code>On</code>, then the server will try to determine
         the hostname and log it in place of the IP address. However,
         this configuration is not recommended since it can
  
  
  
  1.30      +1 -1      httpd-2.0/docs/manual/misc/perf-tuning.html
  
  Index: perf-tuning.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/perf-tuning.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- perf-tuning.html	22 Sep 2001 19:33:40 -0000	1.29
  +++ perf-tuning.html	31 Dec 2001 02:29:12 -0000	1.30
  @@ -67,7 +67,7 @@
            <a
           href="../mod/mod_dir.html#directoryindex">DirectoryIndex</a><br />
            <a
  -        href="../mod/core.html#hostnamelookups">HostNameLookups</a><br />
  +        href="../mod/core.html#hostnamelookups">HostnameLookups</a><br />
            <a
           href="../mod/core.html#keepalivetimeout">KeepAliveTimeout</a><br />
            <a
  
  
  
  1.207     +4 -4      httpd-2.0/docs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html,v
  retrieving revision 1.206
  retrieving revision 1.207
  diff -u -r1.206 -r1.207
  --- core.html	13 Dec 2001 21:46:05 -0000	1.206
  +++ core.html	31 Dec 2001 02:29:12 -0000	1.207
  @@ -59,7 +59,7 @@
   
         <li><a href="#forcetype">ForceType</a></li>
   
  -      <li><a href="#hostnamelookups">HostNameLookups</a></li>
  +      <li><a href="#hostnamelookups">HostnameLookups</a></li>
   
         <li><a href="#identitycheck">IdentityCheck</a></li>
   
  @@ -983,13 +983,13 @@
       <hr />
   
       <h2><a id="hostnamelookups"
  -    name="hostnamelookups">HostNameLookups directive</a></h2>
  +    name="hostnamelookups">HostnameLookups directive</a></h2>
   
       <a href="directive-dict.html#Syntax"
  -    rel="Help"><strong>Syntax:</strong></a> HostNameLookups
  +    rel="Help"><strong>Syntax:</strong></a> HostnameLookups
       on|off|double<br />
        <a href="directive-dict.html#Default"
  -    rel="Help"><strong>Default:</strong></a> <code>HostNameLookups
  +    rel="Help"><strong>Default:</strong></a> <code>HostnameLookups
       off</code><br />
        <a href="directive-dict.html#Context"
       rel="Help"><strong>Context:</strong></a> server config, virtual
  
  
  
  1.97      +1 -1      httpd-2.0/docs/manual/mod/directives.html
  
  Index: directives.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directives.html,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- directives.html	30 Dec 2001 19:30:57 -0000	1.96
  +++ directives.html	31 Dec 2001 02:29:12 -0000	1.97
  @@ -319,7 +319,7 @@
         href="mod_autoindex.html#headername">HeaderName</a></li>
   
         <li><a
  -      href="core.html#hostnamelookups">HostNameLookups</a></li>
  +      href="core.html#hostnamelookups">HostnameLookups</a></li>
   
         <li><a href="core.html#identitycheck">IdentityCheck</a></li>
   
  
  
  
  1.28      +1 -1      httpd-2.0/docs/manual/mod/mod_access.html
  
  Index: mod_access.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_access.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- mod_access.html	22 Sep 2001 19:36:00 -0000	1.27
  +++ mod_access.html	31 Dec 2001 02:29:12 -0000	1.28
  @@ -114,7 +114,7 @@
         not match <code>fooapache.org</code>. This configuration will
         cause the server to perform a reverse DNS lookup on the
         client IP address, regardless of the setting of the <a
  -      href="core.html#hostnamelookups">HostNameLookups</a>
  +      href="core.html#hostnamelookups">HostnameLookups</a>
         directive.</dd>
   
         <dt>A full IP address</dt>