dgaudet 97/06/30 23:31:02
Modified: conf Tag: APACHE_1_2_X httpd.conf-dist
src Tag: APACHE_1_2_X CHANGES
Log:
Back out the "HostnameLookups off" change.
Revision Changes Path
No revision
No revision
1.13.2.2 +4 -3 apache/conf/httpd.conf-dist
Index: httpd.conf-dist
===================================================================
RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C3 -r1.13.2.1 -r1.13.2.2
*** httpd.conf-dist 1997/06/27 02:15:07 1.13.2.1
--- httpd.conf-dist 1997/07/01 06:30:59 1.13.2.2
***************
*** 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.
--- 20,29 ----
# HostnameLookups: Log the names of clients or just their IP numbers
# e.g. www.apache.org (on) or 204.62.129.132 (off)
! # You should probably turn this off unless you are going to actually
! # use the information in your logs, or with a CGI. Leaving this on
! # can slow down access to your site.
! 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.
No revision
No revision
1.286.2.25 +0 -4 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.286.2.24
retrieving revision 1.286.2.25
diff -C3 -r1.286.2.24 -r1.286.2.25
*** CHANGES 1997/07/01 01:38:12 1.286.2.24
--- CHANGES 1997/07/01 06:31:00 1.286.2.25
***************
*** 16,25 ****
*) SECURITY: Apache will refuse to run as "User root" unless
BIG_SECURITY_HOLE is defined at compile time. [Dean Gaudet]
- *) CONFIG: "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]
-
*) CONFIG: If a symlink pointed to a directory then it would be disallowed
if it contained a .htaccess disallowing symlinks. This is contrary
to the rule that symlink permissions are tested with the symlink
--- 16,21 ----