Is it possible to make Apache serve files in a case sensitive way? I'm having the issue where an accidental capitalization of a letter is not getting caught in my development environment (Windows/Mac), but is causing havoc on staging (Linux).
Is there a way to configure apache to do this? If I could avoid having to run VMs, that would be good.