Commit 64079703 authored by dgaudet's avatar dgaudet
Browse files

Default HostnameLookups to off.

Reviewed by:  Dean, Rasmus, Jim, Randy
Submitted by: Linus Torvalds


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78385 13f79535-47bb-0310-9956-ffa450edef68
parent fde1601e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ Port 80

# HostnameLookups: Log the names of clients or just their IP numbers
#   e.g.   www.apache.org (on) or 204.62.129.132 (off)
HostnameLookups on
# The default is off because it'd be overall better for the net if people
# had to knowingly turn this feature on.
HostnameLookups off

# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.  
+8 −4
Original line number Diff line number Diff line
Changes with Apache 1.2.1

  *) "HostnameLookups" now defaults to off because it is far better for
     the net if we require people that actually need this data to
     enable it.  [Linus Torvalds]

  *) "make clean" at the top level now removes *.o.  [Dean Gaudet] PR#752

  *) Don't serve file system objects unless they are plain files, symlinks,