]> granicus.if.org Git - apache/commitdiff
HostNameLookups -> HostnameLookups
authorkevlo <kevlo@unknown>
Mon, 31 Dec 2001 02:29:12 +0000 (02:29 +0000)
committerkevlo <kevlo@unknown>
Mon, 31 Dec 2001 02:29:12 +0000 (02:29 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92675 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/logs.html
docs/manual/logs.html.en
docs/manual/misc/perf-tuning.html
docs/manual/mod/core.html
docs/manual/mod/directives.html
docs/manual/mod/mod_access.html

index 302955aa4fca8999e7da416b94a61d28dc4ee2e9..2b2b8921c5d305a8c5ec9b27b39919e50a92ac7a 100644 (file)
 
       <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
index 302955aa4fca8999e7da416b94a61d28dc4ee2e9..2b2b8921c5d305a8c5ec9b27b39919e50a92ac7a 100644 (file)
 
       <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
index 06eb002e155aa0483ca4d523f64ff44246cdea2a..6e0aea4da39c21e68f905d10174acbed1313f302 100644 (file)
@@ -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
index e272c2d127d6ff9480fbac7f36fecb76f84fcd75..504de92ba8b51a9fe3f5fddddc135cd1cdb270f5 100644 (file)
@@ -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>
 
     <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
index a2ed2949d355b07ad3c4b5c4c955a48542131b21..d17e4bad59284c06db53a0a868bae6354d3ab07f 100644 (file)
       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>
 
index 938ab6ece06e5b92fac310c78e5917abe8d44cf4..1a6e6468c7dde50da418c034c2baf7c9346055ba 100644 (file)
       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>