Welcome! Log In Create A New Profile

Advanced

Re: nginx ignores the case of how to set URL?

October 27, 2010 02:20AM
On Wed, Oct 27, 2010 at 02:05:50AM -0400, ronin wrote:

> Does nginx ignores how to set up the case of URL, apache has
> CheckSpelling module, then nginx it?

No. nginx relies on filesystem case ignorance.

CheckSpelling functionality causes a lot of syscalls: instead of
open()/fstat()/close() it requires additionally
opendir()/readdir()/closedir() which cause at least 9 syscalls on FreeBSD.
They can be cached using nginx open_file_cache, but I think it's
better to use exact names: browsers do not ignore case when they cache
response.


--
Igor Sysoev
http://sysoev.ru/en/

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx ignores the case of how to set URL?

ronin October 27, 2010 02:05AM

Re: nginx ignores the case of how to set URL?

Igor Sysoev October 27, 2010 02:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 287
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready