kevlo 01/12/30 18:16:27 Modified: htdocs/manual new_features_1_3.html.en logs.html htdocs/manual/mod mod_access.html directives.html.en core.html.en Log: HostNameLookups -> HostnameLookups Revision Changes Path 1.87 +2 -2 httpd-docs-1.3/htdocs/manual/new_features_1_3.html.en Index: new_features_1_3.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/new_features_1_3.html.en,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- new_features_1_3.html.en 2 Oct 2001 11:02:58 -0000 1.86 +++ new_features_1_3.html.en 31 Dec 2001 02:16:26 -0000 1.87 @@ -752,11 +752,11 @@ configure access based on the server through which shared pages are being served.</dd> - <dt><strong><code>HostNameLookups</code> now defaults to + <dt><strong><code>HostnameLookups</code> now defaults to "Off"</strong></dt> <dd>The <a - href="mod/core.html#hostnamelookups"><code>HostNameLookups</code></a> + href="mod/core.html#hostnamelookups"><code>HostnameLookups</code></a> directive now defaults to "Off". This means that, unless explicitly turned on, the server will not resolve IP addresses into names. This was done to spare the Internet 1.6 +1 -1 httpd-docs-1.3/htdocs/manual/logs.html Index: logs.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/logs.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- logs.html 5 Dec 2001 16:15:57 -0000 1.5 +++ logs.html 31 Dec 2001 02:16:26 -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-docs-1.3/htdocs/manual/mod/mod_access.html Index: mod_access.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_access.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- mod_access.html 11 Nov 2001 03:24:01 -0000 1.29 +++ mod_access.html 31 Dec 2001 02:16:27 -0000 1.30 @@ -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> 1.72 +1 -1 httpd-docs-1.3/htdocs/manual/mod/directives.html.en Index: directives.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/directives.html.en,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- directives.html.en 8 Oct 2001 01:34:30 -0000 1.71 +++ directives.html.en 31 Dec 2001 02:16:27 -0000 1.72 @@ -264,7 +264,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.204 +4 -4 httpd-docs-1.3/htdocs/manual/mod/core.html.en Index: core.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v retrieving revision 1.203 retrieving revision 1.204 diff -u -r1.203 -r1.204 --- core.html.en 8 Dec 2001 19:33:41 -0000 1.203 +++ core.html.en 31 Dec 2001 02:16:27 -0000 1.204 @@ -74,7 +74,7 @@ <li><a href="#group">Group</a></li> - <li><a href="#hostnamelookups">HostNameLookups</a></li> + <li><a href="#hostnamelookups">HostnameLookups</a></li> <li><a href="#identitycheck">IdentityCheck</a></li> @@ -1355,13 +1355,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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]