dgaudet 97/06/30 23:32:51
Modified: src CHANGES
Log:
The "HostnameLookups off" change is only in 1.3.
Revision Changes Path
1.319 +4 -4 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.318
retrieving revision 1.319
diff -C3 -r1.318 -r1.319
*** CHANGES 1997/07/01 01:15:26 1.318
--- CHANGES 1997/07/01 06:32:50 1.319
***************
*** 1,4 ****
--- 1,8 ----
Changes with Apache 1.3
+
+ *) 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]
*) directory_walk() is an expensive function, keep a little more state to
avoid needless string counting. Add two new functions
make_dirstr_parent
***************
*** 78,87 ****
*) 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
--- 82,87 ----