You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/06/27 04:12:40 UTC

cvs commit: apache/conf httpd.conf-dist

dgaudet     97/06/26 19:12:39

  Modified:    conf      httpd.conf-dist
  Log:
  Default HostnameLookups to off.
  
  Reviewed by:	Dean, Rasmus, Jim, Randy
  Submitted by:	Linus Torvalds
  
  Revision  Changes    Path
  1.14      +3 -1      apache/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -C3 -r1.13 -r1.14
  *** httpd.conf-dist	1997/05/04 20:18:04	1.13
  --- httpd.conf-dist	1997/06/27 02:12:38	1.14
  ***************
  *** 20,26 ****
    
    # 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
    
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.  
  --- 20,28 ----
    
    # HostnameLookups: Log the names of clients or just their IP numbers
    #   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.
  ! 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.