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/30 03:21:16 UTC

cvs commit: apache/conf srm.conf-dist

dgaudet     97/06/29 18:21:15

  Modified:    conf      srm.conf-dist
  Log:
  PR#430: srm.conf-dist has a bogus IndexIgnore line.  It works, but it's
  silly to include the paths.  mod_dir ignores the path prefix anyhow.
  
  Revision  Changes    Path
  1.13      +1 -1      apache/conf/srm.conf-dist
  
  Index: srm.conf-dist
  ===================================================================
  RCS file: /export/home/cvs/apache/conf/srm.conf-dist,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -C3 -r1.12 -r1.13
  *** srm.conf-dist	1997/05/07 19:21:47	1.12
  --- srm.conf-dist	1997/06/30 01:21:15	1.13
  ***************
  *** 84,90 ****
    # IndexIgnore is a set of filenames which directory indexing should ignore
    # Format: IndexIgnore name1 name2...
    
  ! IndexIgnore */.??* *~ *# */HEADER* */README* */RCS
    
    # AccessFileName: The name of the file to look for in each directory
    # for access control information.
  --- 84,90 ----
    # IndexIgnore is a set of filenames which directory indexing should ignore
    # Format: IndexIgnore name1 name2...
    
  ! IndexIgnore .??* *~ *# HEADER* README* RCS
    
    # AccessFileName: The name of the file to look for in each directory
    # for access control information.