atom feed15 messages in ru.sysoev.nginxRe: satisfy problem
FromSent OnAttachments
lhmwzyApr 7, 2011 8:51 am 
Francis DalyApr 7, 2011 10:00 am 
Thomas LoveApr 7, 2011 11:27 am 
lhmwzyApr 7, 2011 4:51 pm 
lhmwzyApr 7, 2011 4:52 pm 
Oleksandr V. Typlyns'kyiApr 7, 2011 5:08 pm 
lhmwzyApr 7, 2011 9:16 pm 
lhmwzyApr 7, 2011 9:53 pm 
Igor SysoevApr 11, 2011 3:11 am.Other
Igor SysoevApr 11, 2011 3:18 am.Other
lhmwzyApr 11, 2011 7:49 am 
lhmwzyApr 11, 2011 7:50 am 
lhmwzyApr 11, 2011 8:00 am 
ylshjxApr 11, 2011 7:19 pm 
ylshjxApr 11, 2011 7:28 pm 
Subject:Re: satisfy problem
From:lhmwzy (lhm@gmail.com)
Date:Apr 11, 2011 7:49:11 am
List:ru.sysoev.nginx

this is not working..

2011/4/11 Igor Sysoev <ig@sysoev.ru>:

On Fri, Apr 08, 2011 at 12:16:34PM +0800, lhmwzy wrote:

another problem:

when use:        location ^~ /ks/admin        {                satisfy any;                allow 10.68.136.241/32;                allow 10.66.23.80/32;                deny all;                auth_basic "passwd";                auth_basic_user_file ksadminpasswd;       } then the 401 error page can not be customized,only show the default 401error page:

"401 Authorization Required

------------------------------------------------------------------------------- nginx/0.9.7 ".

The attached patch should fix the bug.