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.
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 >
