diff options
author | kevlo <kevlo@unknown> | 2001-12-31 03:29:12 +0100 |
---|---|---|
committer | kevlo <kevlo@unknown> | 2001-12-31 03:29:12 +0100 |
commit | e5cacdc88da09138ddf1c54e98ba348138572823 (patch) | |
tree | 7bf74a120f48e184bc59b32ff064d643c74a9627 /docs/manual/logs.html.en | |
parent | Remove ConnectionStatus directive. No longer in code. (diff) | |
download | apache2-e5cacdc88da09138ddf1c54e98ba348138572823.tar.xz apache2-e5cacdc88da09138ddf1c54e98ba348138572823.zip |
HostNameLookups -> HostnameLookups
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
Diffstat (limited to 'docs/manual/logs.html.en')
-rw-r--r-- | docs/manual/logs.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index 302955aa4f..2b2b8921c5 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -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 |