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:Oleksandr V. Typlyns'kyi (wang@gmail.com)
Date:Apr 7, 2011 5:08:08 pm
List:ru.sysoev.nginx

Today Apr 8, 2011 at 07:52 lhmwzy wrote:

I have found the reason: when install the module named nginx-accesskey-2.0.3,then the bug will appear.

It return NGX_OK when not configured. Fix:

--- ../nginx-accesskey-2.0.3/ngx_http_accesskey_module.c.orig 2007-12-30 +++ ../nginx-accesskey-2.0.3/ngx_http_accesskey_module.c 2010-07-18 @@ -125,7 +125,7 @@ alcf = ngx_http_get_module_loc_conf(r, ngx_http_accesskey_module);

if (!alcf->enable) { - return NGX_OK; + return NGX_DECLINED; }

if (!alcf->signature_lengths || !alcf->signature_values) {