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. /*

Re: svn commit: r1893327 - /httpd/dev-tools/github/apply_trunk_pr.sh

2021-09-14 Thread Rüdiger Plüm
On 9/14/21 1:26 PM, Eric Covener wrote: > On Tue, Sep 14, 2021 at 2:57 AM wrote: >> >> Author: rpluem >> Date: Tue Sep 14 06:57:34 2021 >> New Revision: 1893327 >> >> URL: http://svn.apache.org/viewvc?rev=1893327=rev >> Log: >> * Add commit authors to clog as Submitted by >> >> Modified: >>

Re: svn commit: r1862475 - in /httpd/httpd/trunk: CHANGES modules/http2/h2_conn.c modules/http2/h2_version.h server/mpm/event/event.c

2021-09-14 Thread Ruediger Pluem
When looking at this again while researching something I couldn't answer myself the questions below and as event mpm and mod_http2 are sometimes pretty complex I thought I ask :-) On 7/3/19 3:46 PM, ic...@apache.org wrote: > Author: icing > Date: Wed Jul 3 13:46:31 2019 > New Revision: 1862475

Re: svn commit: r1893327 - /httpd/dev-tools/github/apply_trunk_pr.sh

2021-09-14 Thread Eric Covener
On Tue, Sep 14, 2021 at 2:57 AM wrote: > > Author: rpluem > Date: Tue Sep 14 06:57:34 2021 > New Revision: 1893327 > > URL: http://svn.apache.org/viewvc?rev=1893327=rev > Log: > * Add commit authors to clog as Submitted by > > Modified: > httpd/dev-tools/github/apply_trunk_pr.sh > > Modified:

Re: [VOTE] Release httpd-2.4.49-rc1 as httpd-2.4.49

2021-09-14 Thread Steffen
All fine on windows till now. Only waiting for a full-cycle test mod_md. PS. Thanks Stefan, but I hope not a release every month or two/three, cost too much of my cycles/free time. On 10-9-2021 17:23, ste...@eissing.org wrote: Hi, all; Please find below the proposed release tarball and

Re: [VOTE] Release httpd-2.4.49-rc1 as httpd-2.4.49

2021-09-14 Thread ste...@eissing.org
Currently, we have 8 +1 votes and a -1, non binding, on OpenSSL 3.0 compatibility. I will give this another day and plan to conclude the results tomorrow. Many thanks to all the people testing this candidate! Cheers, Stefan > Am 13.09.2021 um 22:31 schrieb Christophe JAILLET > : > > Le

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