#92 closed enhancement (fixed)
The Proxy module doesn't support IPv6 back-ends
Reported by: | Mark Schouten | Owned by: | Ruslan Ermilov |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | nginx-module | Version: | 1.0.x |
Keywords: | proxy ipv6 | Cc: | |
uname -a: | Linux cdn 2.6.32-36-server #79-Ubuntu SMP Tue Nov 8 22:44:38 UTC 2011 x86_64 GNU/Linux | ||
nginx -V: |
nginx: nginx version: nginx/1.0.10
nginx: built by gcc 4.4.3 (Ubuntu 4.4.3-4ubuntu5) nginx: TLS SNI support enabled nginx: configure arguments: --prefix=/usr --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/body --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --with-debug --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-http_realip_module --with-http_perl_module --with-ipv6 |
Description
I've setup Nginx as a reverse proxy for my CDN. However, the proxy-module doesn't use IPv6 at all. Which causes the platform to fail in case of IPv6-only websites or when IPv4 and IPv6 produce different content.
Please implement IPv6 in the proxy-backend. Thanks!
Change History (4)
comment:1 by , 13 years ago
Status: | new → accepted |
---|
comment:2 by , 12 years ago
Milestone: | → 1.3 |
---|---|
Owner: | changed from | to
sensitive: | → 0 |
Status: | accepted → assigned |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
IPv6 support for domain names was implemented in 4972/nginx.
Note:
See TracTickets
for help on using tickets.
IPv6 literals have been supported since 4671/nginx.