dgaudet 97/07/09 15:44:44
Modified: src CHANGES
Log:
Expand note about mod_autoindex.
Revision Changes Path
1.330 +7 -1 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.329
retrieving revision 1.330
diff -C3 -r1.329 -r1.330
*** CHANGES 1997/07/08 19:50:45 1.329
--- CHANGES 1997/07/09 22:44:42 1.330
***************
*** 3,9 ****
*) Automatic indexing removed from mod_dir and placed into mod_autoindex.
This allows the admin to completely remove automatic indexing
from the server, while still supporting the basic functions of
! trailing-slash redirects and DirectoryIndex files. [Dean Gaudet]
*) popendir/pclosedir created to properly protect directory scanning.
[Dean Gaudet] PR#525
--- 3,15 ----
*) Automatic indexing removed from mod_dir and placed into mod_autoindex.
This allows the admin to completely remove automatic indexing
from the server, while still supporting the basic functions of
! trailing-slash redirects and DirectoryIndex files. Note that if
! you're carrying over an old Configuration file and you use directory
! indexing then you'll want to add:
!
! Module autoindex_module mod_autoindex.o
!
! before mod_dir in your Configuration. [Dean Gaudet]
*) popendir/pclosedir created to properly protect directory scanning.
[Dean Gaudet] PR#525