summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2005-04-09 16:48:57 +0000
committerJoshua Slive <slive@apache.org>2005-04-09 16:48:57 +0000
commit3ab8f5c5e971eaf157c1ff0c631dae90b7c8d6fd (patch)
tree55e34610b15997dba35fd9af58c6f3326dfb20af
parent5381a672adf66c8dd4835b8ae5c299e0b5155b18 (diff)
downloadhttpd-simple-conf.tar.gz
Move HostnameLookups to extra/httpd-default.conf.in assimple-conf
suggested by Justin. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160695 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/conf/extra/httpd-default.conf.in10
-rw-r--r--docs/conf/httpd.conf.in10
2 files changed, 10 insertions, 10 deletions
diff --git a/docs/conf/extra/httpd-default.conf.in b/docs/conf/extra/httpd-default.conf.in
index 02a587c530..30ce7b8ff4 100644
--- a/docs/conf/extra/httpd-default.conf.in
+++ b/docs/conf/extra/httpd-default.conf.in
@@ -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
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index a62467b7a7..286b20dbb4 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -180,16 +180,6 @@ DocumentRoot "@exp_htdocsdir@"
</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>
# container, error messages relating to that virtual host will be