Re: IPv4 vs IPv6 addressing

2021-09-14 Thread Sorin Manolache
On 14/09/2021 04.58, miim wrote: I've reviewed the last three years of the list and I can't find a commentary on this issue, nor was I able to find one on goofle. Consider an incoming request which might have either an IPv4 or an IPv6 address. The module wants to know which one. It is possi

IPv4 vs IPv6 addressing

2021-09-14 Thread miim
Sorin, thank you. I now have a small chunk of code that appears to do the job. I do not have access to an IPv6 system to test with but it does identify the connection type correctly on my IPv4 system. I am not sure what APR_UNIX is, but it is referenced in the Apache source. /* ==