On Wed, 30 Aug 2000, Eric Seidman wrote:
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.
Try mod_speling (note the spelling ;-)). We use that here when Micro$oft HTML publishing programs refer to StudlyCapped.HTM URL's when the filename is actually "studlycapped.htm" on disk. Personally, I think this is silly... URL's and filenames on NFS are case-sensitive. People and software should deal with that.