Giter VIP home page Giter VIP logo

ngx_cookie_limit_req_module's People

Contributors

limithit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ngx_cookie_limit_req_module's Issues

Not compatible with NGINX 1.23.0

ngx_cookie_limit_req_module-1.1/ngx_http_cookie_limit_req_module.c: In function 'ngx_http_limit_req_handler':
ngx_cookie_limit_req_module-1.1/ngx_http_cookie_limit_req_module.c:210:33: error: 'ngx_http_headers_in_t' has no member named 'cookies'; did you mean 'cookie'?
  210 |         cookies = r->headers_in.cookies.elts;
      |                                 ^~~~~~~
      |                                 cookie

zone=two

server {
        listen       80;
        server_name  localhost;
        location / {
            root   html;
            index  index.html index.htm;
        }
        error_page   403 500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }
    }
}

location 下不用调用之前声明的 two 吗?
一直测试安装不成功。

Compilation fails

Packaging requires more strict compilation settings. Fails with:

ngx_cookie_limit_req_module-1.0/ngx_http_cookie_limit_req_module.c: In function 'ngx_http_limit_req_handler':
ngx_cookie_limit_req_module-1.0/ngx_http_cookie_limit_req_module.c:187:19: error: variable 'h' set but not used [-Werror=unused-but-set-variable]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.