On Mon, 2002-01-14 at 21:37, Dragon . wrote:
> I was wondering if there was a way to take off the case sensativity for the 
> httpd.  I want to be able to browse to http://<ipaddress>/test and 
> http://<ipaddress>/TeSt for the same directory.  Currently, 
> http://<ipaddress>/TeSt doesn't work but http://<ipaddress>/test does.
> 
> --Dragon

If you wanted to do that, you would be asking Apache to ignore the basic
*nix filesystem rules, which I don't think is possible. The server would
have to calculate every possible upper/lower case combination for each
directory and file a user might request, and that would cause a
(probably big) performance hit! And if there are two files with the same
name (except for upper/lower case), then what would Apache do?

Dave
-- 
Do not meddle in the affairs of dragons, for you are crunchy, and good
with ketchup.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to