"Roy T. Fielding" <[EMAIL PROTECTED]> writes: > > Patch to add Subversion .svn directories to the default IndexIgnore in > > httpd-[std|win].conf. > > I'd rather you explain why the first entry (.??*) is not sufficient:
Doh. It is. Didn't read carefully. I'll be leaving now. > > - IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t > > + IndexIgnore .??* *~ *# HEADER* README* .svn RCS CVS *,v *,t > > It should already be hiding the .svn directories. Yup--sure is. I was mucking about on red-bean's httpd to make sure that a DirectoryMatch denied access to any .svn areas and came across the IndexIgnore and... well, and I didn't read the rest of the IndexIgnore line. :-) -Fitz
