https://issues.apache.org/bugzilla/show_bug.cgi?id=46195
Summary: ProxyPass fails with literal IPv6 address
Product: Apache httpd-2
Version: 2.2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
When using ProxyPass with a URL containing a literal IPv6 address, for example
'ProxyPass /google/ http://[2001:4860:0:1001::68]/', the web server returns a
400 Bad Request.
A workaround is to add a dummy entry to /etc/hosts, for example,
'2001:4860:0:1001::68 dummy-google-ipv6', and adding 'ProxyPass /google/
http://dummy-google-ipv6/' to the configuration.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]