Re: ProxyPass to an IPv6 link-local address

Lexi Winter <[email protected]> Sat, 19 Jul 2025 08:37:34 +0100
Newsgroups gmane.comp.apache.user
Message-ID <[email protected]>
Dino Ciuffetti:
> 18 luglio 2025 01:03, "Lexi Winter" <[email protected]> wrote:
> > the problem here is it does not seem to understand how to parse the
> > scope id, which is separated from the address by '%'.
> 
> Yes, exactly. That’s the core issue. The APR library, together with
> mod_proxy_http and proxy_util, cannot correctly parse IPv6 Link-Local
> Address URIs containing the scope ID (the % interface notation).

i've filed this issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=69753

i filed it against httpd since that's where i noticed the problem, but
someone could move it to apr/apu if that's where the underlying issue is.