Oleksandr V. Typlyns'kyi
April 07, 2011 08:10PM
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) {

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

satisfy problem

lhmwzy April 07, 2011 11:54AM

Re: satisfy problem

Francis Daly April 07, 2011 01:02PM

Re: satisfy problem

Thomas Love April 07, 2011 02:28PM

Re: satisfy problem

lhmwzy April 07, 2011 07:54PM

Re: satisfy problem

lhmwzy April 07, 2011 07:54PM

Re: satisfy problem

Oleksandr V. Typlyns'kyi April 07, 2011 08:10PM

Re: satisfy problem

lhmwzy April 08, 2011 12:18AM

Re: satisfy problem

lhmwzy April 08, 2011 12:56AM

Re: satisfy problem

Igor Sysoev April 11, 2011 06:14AM

Re: satisfy problem

Igor Sysoev April 11, 2011 06:20AM

Re: satisfy problem

lhmwzy April 11, 2011 10:52AM

Re: satisfy problem

lhmwzy April 11, 2011 10:50AM

Re: satisfy problem

lhmwzy April 11, 2011 11:02AM

Re: satisfy problem

ylshjx April 11, 2011 10:20PM

Re: satisfy problem

ylshjx April 11, 2011 10:29PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 252
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