https://issues.apache.org/bugzilla/show_bug.cgi?id=52520

             Bug #: 52520
           Summary: ProxyRemote & NoProxy directive can not take IPv6
                    literal address
           Product: Apache httpd-2
           Version: 2.2.20
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Using IPv6 literal address in ProxyRemote directive fails with error because
the module doesn't expect IPv6 address.

Ex:
ProxyRemote * http://[fc01::ffff]:8081

This also effecting the ProxyRemoteMatch diretive.

Also putting IPv6 address in NoProxy does not seems to work as the code only
can handle IP literal address in form of IPv4. However no error statement is
generated,

While I'm using 2.2.20 version in Ubuntu, I check the 2.2.21 code and they
still don't handle IPv6 address.

-- 
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]

Reply via email to