On Tue, Feb 26, 2002 at 02:28:38PM -0500, Brian Akins wrote: > 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; > }
Uh, wouldn't you just want to remove ap_internal_fast_redirect()? No sense in having two redirects there. I dunno if you are interested, but we want to remove all calls to ap_internal_fast_redirect(). I have no earthly idea when OtherBill or myself can get to it. It's just broken right now. -- justin