atom feed14 messages in ru.sysoev.nginxRe: Rewriting https to http
FromSent OnAttachments
iane...@public.gmane.orgJan 11, 2007 1:26 pm 
Igor SysoevJan 11, 2007 1:40 pm 
Jonathan DanceJan 12, 2007 3:56 am 
Jonathan DanceJan 12, 2007 4:06 am 
Igor SysoevJan 12, 2007 4:16 am 
Igor SysoevJan 12, 2007 4:32 am 
Jonathan DanceJan 12, 2007 4:33 am 
Jonathan DanceJan 12, 2007 4:40 am 
Igor SysoevJan 12, 2007 4:42 am 
Igor SysoevJan 12, 2007 4:45 am 
Jonathan DanceJan 12, 2007 5:20 am 
Igor SysoevJan 12, 2007 5:35 am 
Igor SysoevJan 12, 2007 6:41 am 
Jonathan DanceJan 12, 2007 6:55 am 
Subject:Re: Rewriting https to http
From:Jonathan Dance (jd-a@public.gmane.org)
Date:Jan 12, 2007 4:40:41 am
List:ru.sysoev.nginx

One note:

These strings are sorted internally from longest to shortest, allowing the most specific string to be matched first.

It's not correct. Please, correct my spell:

nginx finds the longest match to conventional string. These strings are sorted internally in lexical order, so the search is terminstaed just when URI became lexically more than a string.

I don't understand what you mean by "lexical order" - can you explain it in simpler terms or provide an example?