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, toge

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

[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