]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Move HostnameLookups to extra/httpd-default.conf.in as simple-conf simple-conf
authorJoshua Slive <slive@apache.org>
Sat, 9 Apr 2005 16:48:57 +0000 (16:48 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 9 Apr 2005 16:48:57 +0000 (16:48 +0000)
suggested by Justin.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160695 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-default.conf.in
docs/conf/httpd.conf.in

index 02a587c53015872297da443d7163776a8e740bf9..30ce7b8ff4909a71301dfb244bea4a3e811bdc90 100644 (file)
@@ -63,3 +63,13 @@ ServerTokens Full
 # Set to one of:  On | Off | EMail
 #
 ServerSignature On
+
+#
+# HostnameLookups: Log the names of clients or just their IP addresses
+# e.g., www.apache.org (on) or 204.62.129.132 (off).
+# The default is off because it'd be overall better for the net if people
+# had to knowingly turn this feature on, since enabling it means that
+# each client request will result in AT LEAST one lookup request to the
+# nameserver.
+#
+HostnameLookups Off
index a62467b7a706424d9fc328bb7c8857ae59cc02d5..286b20dbb4aceb06539fb9a7a9fab84668c6bd5c 100644 (file)
@@ -179,16 +179,6 @@ DocumentRoot "@exp_htdocsdir@"
     Deny from all
 </FilesMatch>
 
-#
-# HostnameLookups: Log the names of clients or just their IP addresses
-# e.g., www.apache.org (on) or 204.62.129.132 (off).
-# The default is off because it'd be overall better for the net if people
-# had to knowingly turn this feature on, since enabling it means that
-# each client request will result in AT LEAST one lookup request to the
-# nameserver.
-#
-HostnameLookups Off
-
 #
 # ErrorLog: The location of the error log file.
 # If you do not specify an ErrorLog directive within a <VirtualHost>