Opened 9 years ago
Closed 9 years ago
#819 closed defect (invalid)
http auth digest new fork
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 1.9.6 |
Component: | nginx-module | Version: | 1.9.x |
Keywords: | http auth digest | Cc: | |
uname -a: | FreeBSD server2.cretaforce.gr 10.2-RELEASE-p5 FreeBSD 10.2-RELEASE-p5 #0: Tue Oct 6 18:03:45 EEST 2015 root@server2.cretaforce.gr:/usr/obj/usr/src/sys/GENERIC amd64 | ||
nginx -V: |
nginx version: nginx/1.9.5
built with OpenSSL 1.0.2d 9 Jul 2015 TLS SNI support enabled configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx-error.log --user=www --group=www --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-scgi-temp-path=/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-log-path=/var/log/nginx-access.log --add-module=/usr/ports/www/nginx-devel/work/nginx-http-auth-digest-bd1c86a --with-http_geoip_module --with-http_stub_status_module --with-pcre --with-http_v2_module --with-http_ssl_module |
Description
nginx 1.8 and 1.9 download http-auth-digest from https://github.com/samizdatco/nginx-http-auth-digest but it's not maintained the last 4 years.
Please use this fork instead: https://github.com/atomx/nginx-http-auth-digest
For example it fixes an issue with nginx not shutdown because the cleanup timer always just recreates the timer every time the handler is called (described here: http://mailman.nginx.org/pipermail/nginx/2015-October/049007.html )
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I found that my OS is responsible for downloading the 3rd party modules and nothing is included in nginx's code. So please close this bug report.