A quick fix I found was to do --- mod_dir.bak Tue Feb 26 14:27:00 2002 +++ mod_dir.c Tue Feb 26 14:27:55 2002 @@ -201,6 +201,7 @@ /* XXX: (filetype == APR_REG) - we can't use a non-file index??? */ if (rr->status == HTTP_OK && rr->finfo.filetype == APR_REG) { ap_internal_fast_redirect(rr, r); + ap_internal_redirect(rr->uri, r); return OK; }
On Tuesday 26 February 2002 10:04 am, Brian Akins wrote: > Was this fixed in 2.0.32? > > ------------------------ > > This was a key reason for my mod_dir patch that broke Brian's request, > below. This is also a mod_negotiation bug, we simply hadn't realized it > yet. -- Brian Akins Systems Engineer III CNN Internet Technologies