We've been testing with 2.0.39, and we've run into a strange problem when
negotiating for a directory index page.   There is no response to the
request - no file, no headers, nothing. The connection is simply closed.
>From what we have been able to determine, we suspect that
ap_internal_fast_redirect() is altering the output filters such that the
http_header filter is no longer on the stack for this request.

Here is a snippet of our configuration that recreates the problem:

DocumentRoot /apachetest/dirlist
<Directory /apachetest/dirlist/negotiate>
  DirectoryIndex myindex
  Options +Indexes +Multiviews
</Directory >

Where the files myindex.html, myindex.shtml exist in the directory.

When we make the request  GET /negotiate/ HTTP/1.1, the server writes 0
bytes of data, and closes the connection.

Thanks.

Rob Simonson
[EMAIL PROTECTED]




Reply via email to