[In order for any reply to be added to the PR database, you need] [to include <[EMAIL PROTECTED]> 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 Comment-Added-By: stoddard Comment-Added-When: Thu Sep 9 13:03:11 PDT 1999 Comment-Added: Yes, I did misunderstand because this function works fine for me. I have the (dis?)advantage of not knowing how it worked prior to 1.3.9 :-) Apache 1.3.9 requires that the arguments to ReadmeName and HeaderName contain an extension recognized by the server, e.g., Readme.html. Furthermore, the real file's name must exactly match the file name specified in the config directive. This is a change from pre 1.3.9 behaviour where the server would intuit the .html extension. You may be able to enable multiviews in the directory to recover the previous behaviour.