You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by st...@apache.org on 1999/09/08 02:31:13 UTC

Re: mod_autoindex/4968: Header and Readme no longer appears in generated directory index, as did properly in Apache 1.3.6

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: Header and  Readme no longer appears in generated directory index, as did properly in Apache 1.3.6

State-Changed-From-To: open-feedback
State-Changed-By: stoddard
State-Changed-When: Tue Sep  7 17:31:07 PDT 1999
State-Changed-Why:
Check the arguments to the IndexIgnore config directive. 
By default, it is set to ignore README* and HEADER* which
will match the files in /icons/. Furthermore, Win32 is case
preserving/aware but case insensitive. I.e., Header.html is 
the same as HeAdEr.HtMl. 

I suspect the code was not working correctly for Win32 
Apache pre-1.3.9 and it is working correctly now.