> Upon closer inspection... the code is looking for index.html and > index.html.var in each > subdirectory. Havent tested to see how far down the code will recurse.. > This is just > goofy.
That is goofy, but the reason it is happening, is because we redirect to the index.html page from the fixups hook. I can't remember if this used to happen in 1.3 or not. Ryan > > Bill > > > I can't imagine that it is normal/desireable for autoindex to recurse > through > > subdirectories in the directory to be indexed. For instance I am > autoindexing > c:/website. > > c:/website has a number of subdirectories. > ap_process_request_internal() called out of > > ap_sub_req_lookup_dirent() is recursing through the entire directory > structures of the > > directories under c:/website. Is there a valid reason for the code to > be behaving this > > way? > > > > Bill > >
