The following reply was made to PR mod_autoindex/4968; it has been noted by 
GNATS.

From: "Ron \"RonBo\" Brown" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Subject: mod_autoindex/4968: Header and  Readme no longer appears in generated 
directory index, as did properly in Apache 1.3.6
Date: Tue, 7 Sep 1999 20:17:03 -0700

 Thanks for the quick response.
 
 Perhaps you misunderstood. The files Readme.html and Header.html do not
 appear in the generated listing as files. This is correct behavior, as the
 IndexIgnore directive instructs the server to ignore the presence of these
 files when generating the listing. The problem is that the contents of
 Header.html no longer appears at the top of the page, nor the Readme.html
 file at the bottom, as it properly did in the Win32 1.3.6 version. All I get
 is a list of files with the Header.html and Readme.html having no effect on
 the formatting of the page at all. Only the relative path text is at the top
 of the page where the contents of Header.html should be and at the bottom is
 the server and port number instead of the Readme.html. This is the proper
 behavior only if no Header or Readme directive is specified, which is not
 the case here. These files should be detected by the server and incorporated
 into their respective parts of the formatted directory, listing the contents
 of the directory as the body of the page.
 
 Thanks again.
 Ron Brown
 
 
 ----- Original Message -----
 From: <[EMAIL PROTECTED]>
 To: <apache-bugdb@apache.org>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
 Sent: Tuesday, September 07, 1999 5:31 PM
 Subject: 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 <[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
 >
 > 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.
 >
 >
 >
 

Reply via email to