Re: [users@httpd] ProxyPass to an IPv6 link-local address

2025-07-19 Thread Lexi Winter
Dino Ciuffetti: > 18 luglio 2025 01:03, "Lexi Winter" 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, c

Re: [users@httpd] ProxyPass to an IPv6 link-local address

2025-07-17 Thread Dino Ciuffetti
18 luglio 2025 01:03, "Lexi Winter" wrote: > ProxyPass http://[fd00::1]:80/ > > 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 pro

Re: [users@httpd] ProxyPass to an IPv6 link-local address

2025-07-17 Thread Lexi Winter
Paul: > Have you tried without the "[ ]" square brackets in the Location directive? thank you for the suggestion, but this does not work either: ProxyPass http://fe80::2%vm.cgit:80/ the error being: ProxyPass Unable to parse URL: http://fe80::2%vm.cgit:80/ > RFC 1738 is

Re: [users@httpd] ProxyPass to an IPv6 link-local address

2025-07-17 Thread Paul
On 7/17/25 17:04, Lexi Winter wrote: hello, i am having trouble trying to use ProxyPass to proxy a request to an HTTP backend on an IPv6 link-local address. for example, using this: ProxyPass "http://[fe80::2%vm.cgit]:80"; returns an error: AH01083: error parsing URL http://[fe80::

[users@httpd] ProxyPass to an IPv6 link-local address

2025-07-17 Thread Lexi Winter
hello, i am having trouble trying to use ProxyPass to proxy a request to an HTTP backend on an IPv6 link-local address. for example, using this: ProxyPass "http://[fe80::2%vm.cgit]:80"; returns an error: AH01083: error parsing URL http://[fe80::2%vm.cgit]:80: Invalid host/port i was