+-- "Bruce Sterling Woodcock" sirbruce@ix.netcom.com once said: | > The NFS access is being done from | > a RedHat Linux server running Apache. I have considered writing | > an Apache | > module to parse the directory structure to determine the actual case of | > the filename, although this option seems too inefficient. | | Altering Apache is the best option, but you have to decide what | to do in the case of conflicts. It would seem that you already have | an idea of which case of filenames is the "correct" one... in which | case, you should have no trouble having the filenames saved to a | consistent case.
Look at mod_spelling for apache. I think it will do what you want (i.e. handle when people mis-case a URL).
Oz