atom feed16 messages in ru.sysoev.nginxRe: Blocking by user agent if ip does...
FromSent OnAttachments
karabajaMay 31, 2011 11:49 am 
António P. P. AlmeidaMay 31, 2011 12:04 pm 
Alexandr GomoliakoMay 31, 2011 12:18 pm 
Igor SysoevMay 31, 2011 12:34 pm 
Alexandr GomoliakoMay 31, 2011 1:34 pm 
António P. P. AlmeidaMay 31, 2011 2:03 pm 
Alexandr GomoliakoMay 31, 2011 2:27 pm 
karabajaMay 31, 2011 3:00 pm 
António P. P. AlmeidaMay 31, 2011 3:25 pm 
António P. P. AlmeidaMay 31, 2011 3:31 pm 
karabajaMay 31, 2011 3:44 pm 
António P. P. AlmeidaMay 31, 2011 3:57 pm 
Igor SysoevJun 1, 2011 12:24 am 
Igor SysoevJun 1, 2011 12:27 am 
Hari HendaryantoJun 1, 2011 1:41 am 
Igor SysoevJun 1, 2011 1:47 am 
Subject:Re: Blocking by user agent if ip doesn't match
From:Igor Sysoev (ig@sysoev.ru)
Date:Jun 1, 2011 12:24:46 am
List:ru.sysoev.nginx

On Tue, May 31, 2011 at 10:04:11PM +0100, António P. P. Almeida wrote:

On 31 Mai 2011 20h34 WEST, ig@sysoev.ru wrote:

It works since 0.9.6. I'm going to change case sensitivity like this

~Google # case sensitive ~*google # case insensitive

Expression compatible with old and new syntax (for gracefull upgrade):

Question: Is using the map directive more efficient than using a "naive" if with access control directives?

Due to "if" block implementation, this may not work in some configurations.