Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#44 closed enhancement (fixed)

IPv6 support for HTTP realip module

Reported by: anaconda Owned by: Ruslan Ermilov
Priority: minor Milestone:
Component: nginx-module Version: 1.1.x
Keywords: HttpRealIpModule patch Cc:
uname -a: Linux yoda.techtemple.org 2.6.35.14-96.fc14.x86_64 #1 SMP Thu Sep 1 11:59:56 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
nginx -V: nginx: nginx version: nginx/1.1.6
nginx: built by gcc 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC)
nginx: TLS SNI support enabled
nginx: configure arguments: --user=nginx --group=nginx --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/var/run/nginx.pid --lock-path=/var/lock/subsys/nginx --with-http_ssl_module --with-http_dav_module --with-http_realip_module --with-http_gzip_static_module --with-file-aio --with-ipv6 --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --with-ld-opt=-Wl,-E --add-module=/var/r/ng/nginx/modules/nginx-dynamic-etags --add-module=/var/r/ng/nginx/modules/nginx-fancyindex

Description

The attached patch, based on r4232, implements IPv6 support for the realip HTTP module (set_real_ip_from).

Attachments (1)

nginx-realip-ipv6.patch (4.5 KB ) - added by anaconda 12 years ago.

Download all attachments as: .zip

Change History (4)

by anaconda, 12 years ago

Attachment: nginx-realip-ipv6.patch added

comment:1 by Ruslan Ermilov, 12 years ago

Owner: changed from somebody to Ruslan Ermilov
Status: newassigned

comment:2 by Ruslan Ermilov, 12 years ago

Resolution: fixed
Status: assignedclosed

In [4625/nginx]:

(The changeset message doesn't reference this ticket)

comment:3 by Maxim Dounin, 12 years ago

In [4669/nginx]:

(The changeset message doesn't reference this ticket)

Note: See TracTickets for help on using tickets.