Re: ap_directory_walk() marking non existent files as APR_DIR

2016-01-28 Thread Eric Covener
On Tue, Mar 31, 2015 at 6:36 PM, Graham Leggett wrote: > I am picking apart some strange behaviour where use of the Alias directive > inside a Location along with a file path that doesn’t exist > (/_thumbs/i/dont/exist.jpg) triggers a loop of redirects to > …/index.html/index.html/index.html/…

Re: ap_directory_walk() marking non existent files as APR_DIR

2015-04-02 Thread William A. Rowe Jr.
On Wed, 1 Apr 2015 00:36:23 +0200 Graham Leggett wrote: > Hi all, > > I am picking apart some strange behaviour where use of the Alias > directive inside a Location along with a file path that doesn’t exist > (/_thumbs/i/dont/exist.jpg) triggers a loop of redirects to > …/index.html/index.html/i

ap_directory_walk() marking non existent files as APR_DIR

2015-03-31 Thread Graham Leggett
Hi all, I am picking apart some strange behaviour where use of the Alias directive inside a Location along with a file path that doesn’t exist (/_thumbs/i/dont/exist.jpg) triggers a loop of redirects to …/index.html/index.html/index.html/… The loop of redirects is caused by mod_dir being told