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
