Re: [WIP] mod_authnz_ldap / mod_ldap support for APR v2 LDAP API

2024-04-19 Thread Yann Ylavic
On Thu, Apr 18, 2024 at 3:21 PM Joe Orton wrote: > > On Thu, Apr 18, 2024 at 09:40:21AM +0100, Graham Leggett via dev wrote: > > Hi all, > > > > The attached patch is a current work in progress patch for httpd-trunk to > > use the new apr_ldap API that just landing in APR. > > > > The

Re: svn commit: r1916925 - /httpd/httpd/trunk/server/mpm/event/event.c

2024-04-12 Thread Yann Ylavic
On Fri, Apr 12, 2024 at 3:02 PM Ruediger Pluem wrote: > > On 4/12/24 12:35 PM, yla...@apache.org wrote: > > Author: ylavic > > Date: Fri Apr 12 10:35:10 2024 > > New Revision: 1916925 > > > > URL: http://svn.apache.org/viewvc?rev=1916925=rev > > Log: > > mpm_event: Simplify pollset "good methods"

Re: pytest results for 2.4.59

2024-04-12 Thread Yann Ylavic
On Sat, Apr 6, 2024 at 10:46 AM jean-frederic clere wrote: > > It seems pthread_kill(t, 0) returns 0 even the thread t has exited... > older version of fedora will return 3 (I have tried fc28) > > The small example (taken from the internet) seems to behave like httpd > reporting running threads

Re: pytest results for 2.4.59

2024-04-12 Thread Yann Ylavic
On Sun, Apr 7, 2024 at 2:16 PM Rainer Jung wrote: > > Am 07.04.24 um 09:42 schrieb jean-frederic clere: > > On 4/6/24 20:02, Rainer Jung wrote: > > > >> When you say Yann's patch helps, it means especially there are not > >> more SIGTERM messages in the logs resp. no more teardown checks failing?

Re: pytest results for 2.4.59

2024-04-06 Thread Yann Ylavic
On Sat, Apr 6, 2024 at 10:46 AM jean-frederic clere wrote: > > On 4/5/24 07:55, Ruediger Pluem wrote: > > > > Are you able to provide a stacktrace of the hanging process (thread apply > > all bt full)? > > It seems pthread_kill(t, 0) returns 0 even the thread t has exited... > older version of

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

2024-04-04 Thread Yann Ylavic
On Thu, Apr 4, 2024 at 12:52 PM Steffen Land wrote: > > -1 > Get an error: > > Error C2065 'DAV_WALKTYPE_TOLERANT': undeclared identifier mod_dav_fs > C:\VS17\Win32\httpd-2.4\modules\dav\fs\repos.c 1599 Are you compiling with an old "mod_dav.h" somewhere in the -I[nclude] path?

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

2024-04-03 Thread Yann Ylavic
On Wed, Apr 3, 2024 at 2:26 PM Eric Covener wrote: > > I would like to call a SHORTENED VOTE to release > this candidate tarball httpd-2.4.59-rc1 as 2.4.59: [X] +1: It's not just good, it's good enough! All good from my testing on debian(s). Thanks Eric!

Re: svn commit: r1916243 - /httpd/httpd/trunk/server/mpm/event/event.c

2024-03-12 Thread Yann Ylavic
On Tue, Mar 12, 2024 at 4:08 PM Eric Covener wrote: > > below + POD wakeup > > Did not force the path yet where the listener is started (or fold in > the scoreboard change ) +1, maybe ap_queue_term() rather than ap_queue_interrupt_all().

Re: svn commit: r1916243 - /httpd/httpd/trunk/server/mpm/event/event.c

2024-03-12 Thread Yann Ylavic
On Tue, Mar 12, 2024 at 3:30 PM Eric Covener wrote: > > On Tue, Mar 12, 2024 at 10:19 AM Yann Ylavic wrote: > > > > On Tue, Mar 12, 2024 at 3:03 PM Eric Covener wrote: > > > > > > On Tue, Mar 12, 2024 at 8:48 AM Yann Ylavic w

Re: svn commit: r1916243 - /httpd/httpd/trunk/server/mpm/event/event.c

2024-03-12 Thread Yann Ylavic
On Tue, Mar 12, 2024 at 3:03 PM Eric Covener wrote: > > On Tue, Mar 12, 2024 at 8:48 AM Yann Ylavic wrote: > > > > Maybe it could be: > > if (threads_created) { > > not listener_started? > > threads_started>0 could just mean we had no scoreb

Re: svn commit: r1916243 - /httpd/httpd/trunk/server/mpm/event/event.c

2024-03-12 Thread Yann Ylavic
On Tue, Mar 12, 2024 at 1:46 PM Yann Ylavic wrote: > > Maybe it could be: We should probably prevent the listener from starting too, like: > if (threads_created) { > resource_shortage = 1; > signal_threads(ST_GRACEFUL); listener_started = 1;

Re: svn commit: r1916243 - /httpd/httpd/trunk/server/mpm/event/event.c

2024-03-12 Thread Yann Ylavic
On Tue, Mar 12, 2024 at 1:06 PM Eric Covener wrote: > > On Mon, Mar 11, 2024 at 8:28 PM wrote: > > > > Author: covener > > Date: Tue Mar 12 00:28:34 2024 > > New Revision: 1916243 > > > > URL: http://svn.apache.org/viewvc?rev=1916243=rev > > Log: > > use graceful exit if lister started > > > >

Re: svn commit: r1916068 - in /httpd/httpd/trunk: .github/workflows/linux.yml test/travis_before_linux.sh

2024-03-01 Thread Yann Ylavic
On Fri, Mar 1, 2024 at 2:12 PM Joe Orton wrote: > > On Fri, Mar 01, 2024 at 01:52:15PM +0100, Yann Ylavic wrote: > > On Fri, Mar 1, 2024 at 1:42 PM Yann Ylavic wrote: > > > > > > On Fri, Mar 1, 2024 at 1:24 PM Joe Orton wrote: > > > > > > > &

Re: svn commit: r1916068 - in /httpd/httpd/trunk: .github/workflows/linux.yml test/travis_before_linux.sh

2024-03-01 Thread Yann Ylavic
On Fri, Mar 1, 2024 at 1:42 PM Yann Ylavic wrote: > > On Fri, Mar 1, 2024 at 1:24 PM Joe Orton wrote: > > > > Also - I guess the note about *not* accepting PKCS#8 format keys in > > https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslproxymachinecertific

Re: svn commit: r1916068 - in /httpd/httpd/trunk: .github/workflows/linux.yml test/travis_before_linux.sh

2024-03-01 Thread Yann Ylavic
On Fri, Mar 1, 2024 at 1:42 PM Yann Ylavic wrote: > > On Fri, Mar 1, 2024 at 1:24 PM Joe Orton wrote: > > > > Do you still want that > > TestSSLCA.pm change merged? > > I think it can be useful for those who test httpd with openssl1 still > (not mainta

Re: svn commit: r1916068 - in /httpd/httpd/trunk: .github/workflows/linux.yml test/travis_before_linux.sh

2024-03-01 Thread Yann Ylavic
On Fri, Mar 1, 2024 at 1:24 PM Joe Orton wrote: > > On Fri, Mar 01, 2024 at 12:59:10PM +0100, Yann Ylavic wrote: > > On Fri, Mar 1, 2024 at 11:15 AM wrote: > > > > > > Author: jorton > > > Date: Fri Mar 1 10:15:13 2024 > > > New Revision: 19160

Re: svn commit: r1916068 - in /httpd/httpd/trunk: .github/workflows/linux.yml test/travis_before_linux.sh

2024-03-01 Thread Yann Ylavic
On Fri, Mar 1, 2024 at 12:59 PM Yann Ylavic wrote: > > On Fri, Mar 1, 2024 at 11:15 AM wrote: > > > > Author: jorton > > Date: Fri Mar 1 10:15:13 2024 > > New Revision: 1916068 > > > > URL: http://svn.apache.org/viewvc?rev=1916068=rev > > Log:

Re: svn commit: r1916068 - in /httpd/httpd/trunk: .github/workflows/linux.yml test/travis_before_linux.sh

2024-03-01 Thread Yann Ylavic
On Fri, Mar 1, 2024 at 11:15 AM wrote: > > Author: jorton > Date: Fri Mar 1 10:15:13 2024 > New Revision: 1916068 > > URL: http://svn.apache.org/viewvc?rev=1916068=rev > Log: > CI: add OpenSSL 3.2, test OpenSSL 3.x using Apache::Test > trunk to pick up r1916067. I had to modify Apache-Test too

Re: svn commit: r1913815 - in /httpd/httpd/trunk: changes-entries/pr68080.txt modules/ssl/mod_ssl.c modules/ssl/ssl_engine_config.c modules/ssl/ssl_private.h

2024-02-20 Thread Yann Ylavic
On Mon, Feb 19, 2024 at 5:36 PM jean-frederic clere wrote: > > On 11/15/23 23:09, yla...@apache.org wrote: > > Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_config.c > > URL:http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_config.c?rev=1913815=1913814=1913815=diff > >

Re: libapreq subproject roll call

2024-02-20 Thread Yann Ylavic
On Fri, Feb 16, 2024 at 2:11 PM Eric Covener wrote: > > I count myself as a release vote of last resort only, but i don't > think we should be committing to future fixes/releases if nearly > everyone is in this category. +1, since I know the code I can eventually look at or propose patches after

Re: release apreq 2.18 and mothball the project

2024-02-15 Thread Yann Ylavic
On Thu, Feb 15, 2024 at 5:12 AM Joe Schaefer wrote: > > I gave you beta males an entire year His Alpha Most Serene Highness is too kind to us.. > to find an excuse for completely boning the modperl user community for no > good reason, _You_ did that (boning the modperl user community), by

Re: PR #363

2024-01-25 Thread Yann Ylavic
+1 On Thu, Jan 25, 2024 at 3:45 PM Eric Covener wrote: > > I wouldn't mind move/rename to README.md > > On Thu, Jan 25, 2024, 10:40 AM Joe Orton wrote: >> >> On Thu, Jan 25, 2024 at 08:12:24AM +0100, Ruediger Pluem wrote: >> > Tried it in r1915391 and it seems to work. Not sure if there are >>

Re: PR #363

2024-01-24 Thread Yann Ylavic
On Wed, Jan 24, 2024 at 5:07 PM wrote: > > On Wed, 2024-01-24 at 17:01 +0100, Yann Ylavic wrote: > > On Wed, Jan 24, 2024 at 4:56 PM Mads Toftum wrote: > > > > > > On Wed, Jan 24, 2024 at 10:06:43AM -0500, rbo...@rcbowen.com wrote: > > > > I've b

Re: PR #363

2024-01-24 Thread Yann Ylavic
On Wed, Jan 24, 2024 at 4:56 PM Mads Toftum wrote: > > On Wed, Jan 24, 2024 at 10:06:43AM -0500, rbo...@rcbowen.com wrote: > > I've been poking at some of our open PRs looking for docs-only changes > > that we can possibly clean up. > > > > PR #363 - https://github.com/apache/httpd/pull/363 -

Re: process_regexp bug, infinite recursion

2024-01-16 Thread Yann Ylavic
On Mon, Jan 8, 2024 at 5:54 PM Ruediger Pluem wrote: > > On 1/8/24 1:37 PM, Yann Ylavic wrote: > > > > As noted in v2 we have an issue here by "losing" the beginning of the > > value on recursion: > > /* XXX: recu

Re: process_regexp bug, infinite recursion

2024-01-08 Thread Yann Ylavic
On Mon, Jan 8, 2024 at 10:49 AM Ruediger Pluem wrote: > > On 1/5/24 3:08 PM, Yann Ylavic wrote: > > > > process_regexp.diff > > > > Index: modules/metadata/mod_headers.c > > === > > --- m

Re: process_regexp bug, infinite recursion

2024-01-05 Thread Yann Ylavic
On Fri, Jan 5, 2024 at 3:11 AM Eric Covener wrote: > > On Thu, Jan 4, 2024 at 9:04 PM Jason Pyeron wrote: > > > > I am having some issue searching Bugzilla for any issue involving > > process_regexp in mod_headers.c . > > > > It finds nothing, so I am assuming I did something wrong in my

Re: svn commit: r1914804 - in /httpd/httpd/trunk: changes-entries/flushing-chunks.txt modules/http/chunk_filter.c

2023-12-21 Thread Yann Ylavic
On Wed, Dec 20, 2023 at 5:50 PM Joe Orton wrote: > > On Wed, 20 Dec 2023, 16:30 Yann Ylavic, wrote: >> >> For the last-chunk, I think we need > > I think that's not necessary because in the special case eos=flush, in the > normal case flush is NULL. Actually the re

Re: svn commit: r1914804 - in /httpd/httpd/trunk: changes-entries/flushing-chunks.txt modules/http/chunk_filter.c

2023-12-20 Thread Yann Ylavic
On Wed, Dec 20, 2023 at 5:20 PM Yann Ylavic wrote: > > On Wed, Dec 20, 2023 at 4:56 PM wrote: > > > > Author: jorton > > Date: Wed Dec 20 15:56:15 2023 > > New Revision: 1914804 > > > > URL: http://svn.apache.org/viewvc?rev=1914804=rev

Re: svn commit: r1914804 - in /httpd/httpd/trunk: changes-entries/flushing-chunks.txt modules/http/chunk_filter.c

2023-12-20 Thread Yann Ylavic
On Wed, Dec 20, 2023 at 4:56 PM wrote: > > Author: jorton > Date: Wed Dec 20 15:56:15 2023 > New Revision: 1914804 > > URL: http://svn.apache.org/viewvc?rev=1914804=rev > Log: > * modules/http/chunk_filter.c (ap_http_chunk_filter): For a brigade > containing [FLUSH EOS], insert the last-chunk

Re: [PATCH] mod_deflate: remove filter after seeing EOS

2023-12-20 Thread Yann Ylavic
On Wed, Dec 20, 2023 at 4:57 PM Joe Orton wrote: > > On Wed, Dec 20, 2023 at 04:24:32PM +0100, Ruediger Pluem wrote: > > On 12/20/23 4:08 PM, Yann Ylavic wrote: > > > On Wed, Dec 20, 2023 at 2:40 PM Joe Orton wrote: > > >> https://github.com/apache/httpd/pull/4

Re: [PATCH] mod_deflate: remove filter after seeing EOS

2023-12-20 Thread Yann Ylavic
On Wed, Dec 20, 2023 at 4:45 PM Yann Ylavic wrote: > > On Wed, Dec 20, 2023 at 4:18 PM Eric Norris wrote: > > > > On Wed, Dec 20, 2023 at 10:09 AM Yann Ylavic wrote: > > > > > > So I think what the POC or mod_php should be doing is [FLUSH EOS] or > &g

Re: [PATCH] mod_deflate: remove filter after seeing EOS

2023-12-20 Thread Yann Ylavic
On Wed, Dec 20, 2023 at 4:18 PM Eric Norris wrote: > > On Wed, Dec 20, 2023 at 10:09 AM Yann Ylavic wrote: > > > > So I think what the POC or mod_php should be doing is [FLUSH EOS] or > > something might not work in the chain sooner or later? > > I believe that

Re: [PATCH] mod_deflate: remove filter after seeing EOS

2023-12-20 Thread Yann Ylavic
On Wed, Dec 20, 2023 at 2:40 PM Joe Orton wrote: > > I was surprised this made a difference to the behaviour on the wire. It > seems like the chunk filter has suboptimal behaviour here. If you take > an output brigade like either: > > a) [HEAP FLUSH EOS] > b) [HEAP FLUSH EOS FLUSH] > > in both

Re: svn commit: r1914365 - in /httpd/httpd/trunk: changes-entries/ssl-providers.txt docs/log-message-tags/next-number docs/manual/mod/mod_ssl.xml modules/ssl/ssl_engine_init.c modules/ssl/ssl_engine_p

2023-12-06 Thread Yann Ylavic
On Wed, Dec 6, 2023 at 11:05 AM Yann Ylavic wrote: > > On Tue, Dec 5, 2023 at 4:26 PM wrote: > > > > Author: jorton > > Date: Tue Dec 5 15:26:22 2023 > > New Revision: 1914365 > > > > URL: http://svn.apache.org/viewvc?rev=1914365=rev > > Log

Re: svn commit: r1914365 - in /httpd/httpd/trunk: changes-entries/ssl-providers.txt docs/log-message-tags/next-number docs/manual/mod/mod_ssl.xml modules/ssl/ssl_engine_init.c modules/ssl/ssl_engine_p

2023-12-06 Thread Yann Ylavic
On Tue, Dec 5, 2023 at 4:26 PM wrote: > > Author: jorton > Date: Tue Dec 5 15:26:22 2023 > New Revision: 1914365 > > URL: http://svn.apache.org/viewvc?rev=1914365=rev > Log: > mod_ssl: Add support for loading keys from OpenSSL 3.x providers via > the STORE API. Separates compile-time support for

Re: mod_ssl: Add support for loading keys from OpenSSL 3.x providers via STORE

2023-12-04 Thread Yann Ylavic
Hi; On Mon, Dec 4, 2023 at 8:53 AM Ingo Franzki wrote: > > On 02.12.2023 11:20, Graham Leggett via dev wrote: > > On 27 Nov 2023, at 15:02, Ingo Franzki wrote: > > > >> The mod_ssl module has support for loading keys and certificates from > >> OpenSSL engines via PKCS#11 URIs at

Re: svn commit: r1912245 - in /httpd/httpd/trunk/modules/proxy: balancers/mod_lbmethod_bybusyness.c mod_proxy_balancer.c proxy_util.c proxy_util.h

2023-11-28 Thread Yann Ylavic
On Fri, Nov 24, 2023 at 3:28 PM Ruediger Pluem wrote: > > On 11/24/23 10:59 AM, Yann Ylavic wrote: > > On Thu, Nov 23, 2023 at 5:47 PM Ruediger Pluem wrote: > >> > >> On 11/23/23 5:05 PM, Yann Ylavic wrote: > >>> On Thu, Nov 23, 2023 at 4:46 PM Yann Y

Re: svn commit: r1913977 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-24 Thread Yann Ylavic
On Fri, Nov 24, 2023 at 12:41 PM Graham Leggett wrote: > > On 24 Nov 2023, at 10:03, Yann Ylavic wrote: > > > +1 this is pretty much what Rüdiger proposed earlier and it aligns > > with the proposed 2.4.x backport so I understand better :) > > Rüdiger’s patch had conf

Re: svn commit: r1914067 - in /httpd/httpd/trunk: changes-entries/ldap-optimise.txt modules/aaa/mod_authnz_ldap.c

2023-11-24 Thread Yann Ylavic
On Thu, Nov 23, 2023 at 3:00 PM Ruediger Pluem wrote: > > On 11/23/23 2:28 PM, Yann Ylavic wrote: > > On Thu, Nov 23, 2023 at 1:33 PM Ruediger Pluem wrote: > >> > >> > >> > >> On 11/23/23 12:52 PM, Graham Leggett via dev wrote: >

Re: svn commit: r1914067 - in /httpd/httpd/trunk: changes-entries/ldap-optimise.txt modules/aaa/mod_authnz_ldap.c

2023-11-24 Thread Yann Ylavic
On Thu, Nov 23, 2023 at 11:06 PM Graham Leggett via dev wrote: > > On 23 Nov 2023, at 13:28, Yann Ylavic wrote: > > Unfortunately the message is correct and we do just that via > get_dn_for_nonldap_authn (line 1451). The DN you mention we look for > late

Re: svn commit: r1913977 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-24 Thread Yann Ylavic
On Fri, Nov 24, 2023 at 10:45 AM Graham Leggett via dev wrote: > > I completely misunderstood this - I had the idea that build_request_config() > was being removed, when it was being left behind, sorry about that. > The patch that applies to trunk looks like this, and I just tested it and it >

Re: svn commit: r1912245 - in /httpd/httpd/trunk/modules/proxy: balancers/mod_lbmethod_bybusyness.c mod_proxy_balancer.c proxy_util.c proxy_util.h

2023-11-24 Thread Yann Ylavic
On Thu, Nov 23, 2023 at 5:47 PM Ruediger Pluem wrote: > > On 11/23/23 5:05 PM, Yann Ylavic wrote: > > On Thu, Nov 23, 2023 at 4:46 PM Yann Ylavic wrote: > >> > >> On Thu, Nov 23, 2023 at 4:17 PM Ruediger Pluem wrote: > >>> > >>> On 11

Re: svn commit: r1912245 - in /httpd/httpd/trunk/modules/proxy: balancers/mod_lbmethod_bybusyness.c mod_proxy_balancer.c proxy_util.c proxy_util.h

2023-11-23 Thread Yann Ylavic
On Thu, Nov 23, 2023 at 4:46 PM Yann Ylavic wrote: > > On Thu, Nov 23, 2023 at 4:17 PM Ruediger Pluem wrote: > > > > On 11/23/23 3:53 PM, Yann Ylavic wrote: > > > > > > As for the 64bit atomics vs APR version dance, it's because the former > > >

Re: svn commit: r1912245 - in /httpd/httpd/trunk/modules/proxy: balancers/mod_lbmethod_bybusyness.c mod_proxy_balancer.c proxy_util.c proxy_util.h

2023-11-23 Thread Yann Ylavic
On Thu, Nov 23, 2023 at 4:17 PM Ruediger Pluem wrote: > > On 11/23/23 3:53 PM, Yann Ylavic wrote: > > > > As for the 64bit atomics vs APR version dance, it's because the former > > are not available before apr-1.7 and likely not reliable before 1.7.4 > > (at leas

Re: svn commit: r1912245 - in /httpd/httpd/trunk/modules/proxy: balancers/mod_lbmethod_bybusyness.c mod_proxy_balancer.c proxy_util.c proxy_util.h

2023-11-23 Thread Yann Ylavic
On Thu, Nov 23, 2023 at 12:11 PM Ruediger Pluem wrote: > > On 9/11/23 3:50 PM, jfcl...@apache.org wrote: > > Author: jfclere > > Date: Mon Sep 11 13:50:21 2023 > > New Revision: 1912245 > > > > URL: http://svn.apache.org/viewvc?rev=1912245=rev > > Log: > > Arrange the bybusyness logic and prevent

Re: svn commit: r1914067 - in /httpd/httpd/trunk: changes-entries/ldap-optimise.txt modules/aaa/mod_authnz_ldap.c

2023-11-23 Thread Yann Ylavic
On Thu, Nov 23, 2023 at 1:33 PM Ruediger Pluem wrote: > > > > On 11/23/23 12:52 PM, Graham Leggett via dev wrote: > > On 23 Nov 2023, at 11:25, Ruediger Pluem wrote: > > > >>> -if (req->dn == NULL || !*req->dn) { > >>> -ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02636) >

Re: svn commit: r1913977 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-22 Thread Yann Ylavic
On Wed, Nov 22, 2023 at 3:40 PM Graham Leggett via dev wrote: > > On 20 Nov 2023, at 15:32, Yann Ylavic wrote: >> >> OK, I drop a new v3 here just in case and let those who know how LDAP >> authn/authz work take whatever :) >> This is just to show that there is

Re: svn commit: r1913977 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-20 Thread Yann Ylavic
On Mon, Nov 20, 2023 at 4:21 PM Ruediger Pluem wrote: > > On 11/20/23 4:05 PM, Yann Ylavic wrote: > > On Mon, Nov 20, 2023 at 3:46 PM Yann Ylavic wrote: > >> > >> On Mon, Nov 20, 2023 at 2:33 PM Yann Ylavic wrote: > >>> > >>> On Mon, Nov 2

Re: svn commit: r1913977 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-20 Thread Yann Ylavic
On Mon, Nov 20, 2023 at 3:46 PM Yann Ylavic wrote: > > On Mon, Nov 20, 2023 at 2:33 PM Yann Ylavic wrote: > > > > On Mon, Nov 20, 2023 at 1:57 PM Graham Leggett via dev > > wrote: > > > > > > On 20 Nov 2023, at 12:26, Ruediger Plue

Re: svn commit: r1913977 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-20 Thread Yann Ylavic
On Mon, Nov 20, 2023 at 2:33 PM Yann Ylavic wrote: > > On Mon, Nov 20, 2023 at 1:57 PM Graham Leggett via dev > wrote: > > > > On 20 Nov 2023, at 12:26, Ruediger Pluem wrote: > > > > Or we need to ensure that authn_ldap_build_filter is NULL safe and retur

Re: svn commit: r1913977 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-20 Thread Yann Ylavic
On Mon, Nov 20, 2023 at 1:57 PM Graham Leggett via dev wrote: > > On 20 Nov 2023, at 12:26, Ruediger Pluem wrote: > > Or we need to ensure that authn_ldap_build_filter is NULL safe and returns in > a sensible way if user == NULL. > > > This is the option we need I think - it’s possible that

Re: svn commit: r1913962 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-20 Thread Yann Ylavic
On Mon, Nov 20, 2023 at 12:05 PM Yann Ylavic wrote: > > On Mon, Nov 20, 2023 at 11:54 AM Graham Leggett via dev > wrote: > > > > On 20 Nov 2023, at 10:44, Yann Ylavic wrote: > > > > >> URL: http://svn.apache.org/viewvc?rev=1913962=rev > > >> L

Re: svn commit: r1913962 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-20 Thread Yann Ylavic
On Mon, Nov 20, 2023 at 11:54 AM Graham Leggett via dev wrote: > > On 20 Nov 2023, at 10:44, Yann Ylavic wrote: > > >> URL: http://svn.apache.org/viewvc?rev=1913962=rev > >> Log: > >> Apply earlier fix to the ldapsearch case: > >> > >&g

Re: svn commit: r1913962 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

2023-11-20 Thread Yann Ylavic
On Sun, Nov 19, 2023 at 11:45 AM wrote: > > Author: minfrin > Date: Sun Nov 19 10:45:05 2023 > New Revision: 1913962 > > URL: http://svn.apache.org/viewvc?rev=1913962=rev > Log: > Apply earlier fix to the ldapsearch case: > > Arrange for backend LDAP connections to be returned > to the pool by a

Re: svn commit: r1589993 - in /httpd/httpd/trunk: CHANGES docs/manual/expr.xml docs/manual/mod/mod_authnz_ldap.xml modules/aaa/mod_authnz_ldap.c

2023-11-18 Thread Yann Ylavic
On Wed, Apr 30, 2014 at 1:02 AM Yann Ylavic wrote: > > On Tue, Apr 29, 2014 at 10:54 PM, Christophe JAILLET > wrote: > > Hi, > > > > doc does not build because of below: > > > > CJ > > > > Le 25/04/2014 13:14, minf...@ap

Re: svn commit: r1589993 - in /httpd/httpd/trunk: CHANGES docs/manual/expr.xml docs/manual/mod/mod_authnz_ldap.xml modules/aaa/mod_authnz_ldap.c

2023-11-18 Thread Yann Ylavic
On Fri, Apr 25, 2014 at 1:15 PM wrote: > > Author: minfrin > Date: Fri Apr 25 11:14:36 2014 > New Revision: 1589993 > > URL: http://svn.apache.org/r1589993 > Log: > Add the ldap-search option to mod_authnz_ldap, allowing authorization > to be based on arbitrary expressions that do not include the

Re: svn commit: r1591012 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number modules/aaa/mod_authnz_ldap.c

2023-11-18 Thread Yann Ylavic
On Sat, Nov 18, 2023 at 5:59 PM Yann Ylavic wrote: > > All in all, I'd rewrite this function like in the attached patch (not > even compile tested, just to show what I'm talking about..). Oh it seems that the callers want the "filtbuf" to be \0 terminated (even in case of

Re: svn commit: r1591012 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number modules/aaa/mod_authnz_ldap.c

2023-11-18 Thread Yann Ylavic
On Tue, Apr 29, 2014 at 6:06 PM wrote: > > Author: minfrin > Date: Tue Apr 29 16:05:56 2014 > New Revision: 1591012 > > URL: http://svn.apache.org/r1591012 > Log: > mod_authnz_ldap: Fail explicitly when the filter is too long. Remove > unnecessary apr_pstrdup() and strlen(). It seems that the

Re: svn commit: r1913936 - /httpd/httpd/branches/2.4.x/STATUS

2023-11-18 Thread Yann Ylavic
On Sat, Nov 18, 2023 at 3:43 PM Yann Ylavic wrote: > > On Sat, Nov 18, 2023 at 3:17 PM wrote: > > > > Author: minfrin > > Date: Sat Nov 18 14:17:11 2023 > > New Revision: 1913936 > > > > URL: http://svn.apache.org/viewvc?rev=1913936=rev > &

Re: svn commit: r1913936 - /httpd/httpd/branches/2.4.x/STATUS

2023-11-18 Thread Yann Ylavic
On Sat, Nov 18, 2023 at 3:17 PM wrote: > > Author: minfrin > Date: Sat Nov 18 14:17:11 2023 > New Revision: 1913936 > > URL: http://svn.apache.org/viewvc?rev=1913936=rev > Log: > Update vote, note need for mmn bump. > > Modified: > httpd/httpd/branches/2.4.x/STATUS > > Modified:

Re: svn commit: r1874101 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_init.c ssl_private.h

2023-11-16 Thread Yann Ylavic
On Thu, Nov 16, 2023 at 2:13 PM Yann Ylavic wrote: > > Since r1908537 it's now: > #if LIBRESSL_VERSION_NUMBER < 0x207f > #define MODSSL_USE_OPENSSL_PRE_1_1_API 1 > #else > #define MODSSL_USE_OPENSSL_PRE_1_1_API 0 > #endif > so the above hunk is probably

Re: svn commit: r1874101 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_init.c ssl_private.h

2023-11-16 Thread Yann Ylavic
On Mon, Feb 17, 2020 at 8:52 AM wrote: > > Author: gbechis > Date: Mon Feb 17 07:52:55 2020 > New Revision: 1874101 > > URL: http://svn.apache.org/viewvc?rev=1874101=rev > Log: > fix build with LibreSSL 2.0.7+ > bz 64047 > > --- httpd/httpd/trunk/modules/ssl/ssl_private.h (original) > +++

Re: svn commit: r1912459 - in /httpd/httpd/trunk: include/ modules/proxy/

2023-11-02 Thread Yann Ylavic
On Thu, Nov 2, 2023 at 2:30 PM Ruediger Pluem wrote: > > On 11/2/23 1:47 PM, Yann Ylavic wrote: > > On Sat, Sep 30, 2023 at 7:19 PM Ruediger Pluem wrote: > >> > >> On 9/21/23 3:15 PM, yla...@apache.org wrote: > >> > >>> --- httpd/httpd/trunk/mo

Re: svn commit: r1912459 - in /httpd/httpd/trunk: include/ modules/proxy/

2023-11-02 Thread Yann Ylavic
On Sat, Sep 30, 2023 at 7:19 PM Ruediger Pluem wrote: > > On 9/21/23 3:15 PM, yla...@apache.org wrote: > > > --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) > > +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Thu Sep 21 13:15:35 2023 > > > @@ -2683,56 +3116,83 @@

Re: [VOTE] Release httpd-2.4.58-rc3 as httpd-2.4.58

2023-10-17 Thread Yann Ylavic
On Mon, Oct 16, 2023 at 5:10 PM Stefan Eissing via dev wrote: > > I would like to call a VOTE over the next few days to release > this candidate tarball httpd-2.4.58-rc3 as 2.4.58: [X] +1: It's not just good, it's good enough! Tested on Debian 12 and 13. Thanks for RMing Stefan!

Re: mod_ssl SSL_OP_IGNORE_UNEXPECTED_EOF: "unexpected eof while reading"

2023-09-07 Thread Yann Ylavic
On Thu, Sep 7, 2023 at 6:09 PM Yann Ylavic wrote: > > On Wed, Aug 30, 2023 at 1:22 PM Rainer Jung wrote: > > > > OpenSSL 3 flags some abortive shutdowns as an error different to what > > 1.1.1 did. This results in info log output in httpd: > > > > [Tue Au

Re: mod_ssl SSL_OP_IGNORE_UNEXPECTED_EOF: "unexpected eof while reading"

2023-09-07 Thread Yann Ylavic
On Wed, Aug 30, 2023 at 1:22 PM Rainer Jung wrote: > > OpenSSL 3 flags some abortive shutdowns as an error different to what > 1.1.1 did. This results in info log output in httpd: > > [Tue Aug 29 12:33:06.787210 2023] [ssl:info] [pid 1994673:tid 1994737] > SSL Library Error: error:0A000126:SSL

Re: balancers bybusyness, bytraffic and byrequest thread/process safe issues

2023-09-06 Thread Yann Ylavic
On Wed, Sep 6, 2023 at 6:29 PM Yann Ylavic wrote: > > As for the memory orders on success/failure, they have nothing to do > with the likeliness of success/failure Well the memory orderings specified can certainly influence the likeliness of success/failure since a weaker ordering imp

Re: balancers bybusyness, bytraffic and byrequest thread/process safe issues

2023-09-06 Thread Yann Ylavic
On Wed, Sep 6, 2023 at 1:17 PM jean-frederic clere wrote: > > On 8/31/23 18:20, Jim Jagielski wrote: > > Isn't the call to find the best balancer mutex protected? > > Look to apr_atomic_cas32() and the APR code (1.7.x) I noted that we > don't test the return value of __atomic_compare_exchange_n()

Re: new HTTPProtocolOption for C-L+chunked?

2023-08-21 Thread Yann Ylavic
On Wed, Aug 16, 2023 at 1:43 PM Ruediger Pluem wrote: > > On 8/16/23 1:32 PM, Eric Covener wrote: > >>> So a few questions: > >>> > >>> - Is it reasonable as a standalone additional HTTPProtocolOption to > >>> decide the behavior? > >>> - Thoughts on behavior change in 2.4.x? > >>> - 400 as a

Re: svn commit: r1910861 - /httpd/httpd/trunk/support/ab.c

2023-07-10 Thread Yann Ylavic
On Mon, Jul 10, 2023 at 10:53 AM Ruediger Pluem wrote: > > On 7/10/23 10:11 AM, Joe Orton wrote: > > On Fri, Jul 07, 2023 at 03:52:46PM -, yla...@apache.org wrote: > >> Author: ylavic > >> Date: Fri Jul 7 15:52:45 2023 > >> New Revision: 1910861 > >> > >> URL:

Re: svn commit: r1909401 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

2023-07-05 Thread Yann Ylavic
On Fri, Jun 30, 2023 at 4:08 PM Yann Ylavic wrote: > > On Fri, Jun 30, 2023 at 2:35 PM Ruediger Pluem wrote: > > > > On 6/29/23 5:08 PM, Yann Ylavic wrote: > > > On Tue, Apr 25, 2023 at 1:57 PM wrote: > > >> > > >> --- httpd/httpd/trunk/mod

Re: svn commit: r1910704 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

2023-07-03 Thread Yann Ylavic
06.2023 um 16:45 schrieb Ruediger Pluem : > >>> > >>> > >>> > >>> On 6/30/23 4:15 PM, Stefan Eissing via dev wrote: > >>>> > >>>> > >>>>> Am 30.06.2023 um 15:56 schrieb Yann Ylavic : > >>>>&

Re: svn commit: r1909401 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

2023-06-30 Thread Yann Ylavic
On Fri, Jun 30, 2023 at 2:35 PM Ruediger Pluem wrote: > > On 6/29/23 5:08 PM, Yann Ylavic wrote: > > On Tue, Apr 25, 2023 at 1:57 PM wrote: > >> > >> --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) > >> +++ httpd/httpd/trunk/modules/prox

Re: svn commit: r1910704 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

2023-06-30 Thread Yann Ylavic
On Fri, Jun 30, 2023 at 2:44 PM Ruediger Pluem wrote: > > On 6/30/23 11:08 AM, ic...@apache.org wrote: > > Author: icing > > Date: Fri Jun 30 09:08:23 2023 > > New Revision: 1910704 > > > > URL: http://svn.apache.org/viewvc?rev=1910704=rev > > Log: > > proxy: in proxy tunnels, use the smaller

Re: svn commit: r1909401 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

2023-06-29 Thread Yann Ylavic
On Tue, Apr 25, 2023 at 1:57 PM wrote: > > --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) > +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Tue Apr 25 11:57:22 2023 > @@ -2790,7 +2790,11 @@ ap_proxy_determine_connection(apr_pool_t > * The single DNS lookup is

Re: svn commit: r1910649 - in /httpd/httpd/trunk/test: clients/h2ws.c modules/http2/test_800_websockets.py modules/http2/ws_server.py

2023-06-28 Thread Yann Ylavic
Hi Stefan, > > Modified: > httpd/httpd/trunk/test/clients/h2ws.c > httpd/httpd/trunk/test/modules/http2/test_800_websockets.py > httpd/httpd/trunk/test/modules/http2/ws_server.py Are the ws tests supposed to run/pass in ci? They don't currently, and ISTR from the PR that some python

Re: svn commit: r1910267 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/filters/mod_ext_filter.c

2023-06-08 Thread Yann Ylavic
On Thu, Jun 8, 2023 at 9:03 AM Giovanni Bechis wrote: > > This should fix both issues. +1, thanks! Regards; Yann.

Re: svn commit: r1910267 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/filters/mod_ext_filter.c

2023-06-07 Thread Yann Ylavic
On Wed, Jun 7, 2023 at 4:36 PM Ruediger Pluem wrote: > > On 6/7/23 1:56 PM, Yann Ylavic wrote: > > Hi Giovanni; > > > > On Wed, Jun 7, 2023 at 12:02 AM wrote: > >> > >> Author: gbechis > >> Date: Tue Jun 6 22:02:37 2023 > >> New Revis

Re: svn commit: r1910267 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/filters/mod_ext_filter.c

2023-06-07 Thread Yann Ylavic
Hi Giovanni; On Wed, Jun 7, 2023 at 12:02 AM wrote: > > Author: gbechis > Date: Tue Jun 6 22:02:37 2023 > New Revision: 1910267 > > URL: http://svn.apache.org/viewvc?rev=1910267=rev > Log: > mod_ext_filter: check exit status of filter processes [] > > +/* check_filter_process_on_eos(): > + * >

Re: svn commit: r1892450 - /httpd/httpd/trunk/server/core_filters.c

2023-05-21 Thread Yann Ylavic
On Sun, May 21, 2023 at 4:22 PM Yann Ylavic wrote: > > On Sun, May 21, 2023 at 2:07 PM Christophe JAILLET > wrote: > > > > Le 19/08/2021 à 15:43, yla...@apache.org a écrit : > > > > > > @@ -604,7 +604,7 @@ static apr_status_t send_brigade_nonbloc > &g

Re: svn commit: r1892450 - /httpd/httpd/trunk/server/core_filters.c

2023-05-21 Thread Yann Ylavic
On Sun, May 21, 2023 at 2:07 PM Christophe JAILLET wrote: > > Le 19/08/2021 à 15:43, yla...@apache.org a écrit : > > Author: ylavic > > Date: Thu Aug 19 13:43:23 2021 > > New Revision: 1892450 > > > > URL: http://svn.apache.org/viewvc?rev=1892450=rev > > Log: > > core: don't break out iovec

Re: PR 66499

2023-05-15 Thread Yann Ylavic
On Mon, May 15, 2023 at 9:31 AM Stefan Eissing wrote: > > > Am 14.05.2023 um 21:27 schrieb Yann Ylavic : > > > > On Fri, May 12, 2023 at 6:35 PM Stefan Eissing via dev > > wrote: > >> > >> How is mod_http2 supposed to know which case is in p

Re: PR 66499

2023-05-14 Thread Yann Ylavic
On Fri, May 12, 2023 at 6:35 PM Stefan Eissing via dev wrote: > > Regarding https://bz.apache.org/bugzilla/show_bug.cgi?id=66499 I have a > question. > > When using httpd in a forward proxy setup ("ProxyRequests On"), we expect > absolute URLs in HTTP/1.1 requests. Fine. > > When accessing such

Re: Fwd: [apache/httpd] don't forward invalid query strings (d78a166)

2023-05-09 Thread Yann Ylavic
On Tue, May 9, 2023 at 2:10 PM Yann Ylavic wrote: > > On Tue, May 9, 2023 at 12:55 PM Ruediger Pluem wrote: > > > > On 5/9/23 12:16 PM, Eric Covener wrote: > > > Still getting feedback in the PR about breakage. Any thoughts on options > > > here, like all

Re: Fwd: [apache/httpd] don't forward invalid query strings (d78a166)

2023-05-09 Thread Yann Ylavic
On Tue, May 9, 2023 at 12:55 PM Ruediger Pluem wrote: > > On 5/9/23 12:16 PM, Eric Covener wrote: > > Still getting feedback in the PR about breakage. Any thoughts on options > > here, like allowing spaces or encoding rather than failing? > > Allowing spaces is out of question for me as it

Re: ci jobs

2023-05-04 Thread Yann Ylavic
On Wed, May 3, 2023 at 10:43 AM Stefan Eissing via dev wrote: > > FYI, github workflows: mod_http2 and mod_tls CI jobs are re-enabled in trunk > and 2.4.x Great, thanks Stefan! Regards; Yann.

Re: build trunk in windows

2023-05-04 Thread Yann Ylavic
On Wed, May 3, 2023 at 2:54 PM jean-frederic clere wrote: > > On 4/24/23 18:25, Steffen wrote: > > There is a howto Building Apache and dependencies using CMake at > > > > https://www.apachelounge.com/viewtopic.php?t=8609 > > > > > > > > I ended

Re: [VOTE] Switch read/write repository from Subversion to Git

2023-05-04 Thread Yann Ylavic
On Thu, May 4, 2023 at 10:34 AM Ruediger Pluem wrote: > > This is a formal vote on whether we should move our read/write repository > from Subversion to Git. > This means that our latest read/write repository will be no longer available > via svn.apache.org. It > will be available via Git at >

Re: svn commit: r1909135 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h server/core.c

2023-04-19 Thread Yann Ylavic
On Fri, Apr 14, 2023 at 4:02 PM wrote: > > Author: minfrin > Date: Fri Apr 14 14:02:11 2023 > New Revision: 1909135 > > URL: http://svn.apache.org/viewvc?rev=1909135=rev > Log: > core: Be explicit if an enclosing directive contains a path or a > regex. Currently all the tests (framework) are

Re: svn commit: r1909137 - in /httpd/httpd/trunk: CHANGES modules/mappers/mod_alias.c

2023-04-17 Thread Yann Ylavic
On Mon, Apr 17, 2023 at 9:08 AM Ruediger Pluem wrote: > > On 4/16/23 12:20 PM, Graham Leggett via dev wrote: > > On 14 Apr 2023, at 17:18, Ruediger Pluem > > wrote: > > > >> Would that break configs like > >> > >> > >> > >> Alias

Re: ci vs PR approvals? (was: [apache/httpd] Fix a possible NULL pointer dereference in hook_uri2file (PR #355))

2023-04-12 Thread Yann Ylavic
On Wed, Apr 12, 2023 at 1:31 PM Eric Covener wrote: > > On Wed, Apr 12, 2023 at 6:36 AM Yann Ylavic wrote: > > > > On Wed, Apr 12, 2023 at 12:26 PM Yann Ylavic wrote: > > > > > > On Wed, Apr 12, 2023 at 12:18 PM ylavic wrote: > > >

Re: ci vs PR approvals? (was: [apache/httpd] Fix a possible NULL pointer dereference in hook_uri2file (PR #355))

2023-04-12 Thread Yann Ylavic
On Wed, Apr 12, 2023 at 12:26 PM Yann Ylavic wrote: > > On Wed, Apr 12, 2023 at 12:18 PM ylavic wrote: > > > > @ylavic approved this pull request. > > > > Three approvals to get ci started? > > Nope.. It seems that gh actions don't run for PRs whatever we do.

ci vs PR approvals? (was: [apache/httpd] Fix a possible NULL pointer dereference in hook_uri2file (PR #355))

2023-04-12 Thread Yann Ylavic
On Wed, Apr 12, 2023 at 12:18 PM ylavic wrote: > > @ylavic approved this pull request. > > Three approvals to get ci started? Nope.. It seems that gh actions don't run for PRs whatever we do. The docs[1] say that there should be an "Approve and run" button near the "workflow awaiting approval"

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

2023-04-03 Thread Yann Ylavic
On Sun, Apr 2, 2023 at 6:11 PM Eric Covener wrote: > > I would like to call a VOTE over the next few days to release > this candidate tarball httpd-2.4.57-rc1 as 2.4.57: [X] +1: It's not just good, it's good enough! All tests pass on Debian 11 and 12, sums and sigs OK. Thanks Eric, Yann.

Re: svn commit: r1908827 - in /httpd/httpd/trunk/modules: http2/mod_proxy_http2.c proxy/mod_proxy_ajp.c proxy/mod_proxy_balancer.c proxy/mod_proxy_fcgi.c proxy/mod_proxy_http.c proxy/mod_proxy_uwsgi.c

2023-03-31 Thread Yann Ylavic
On Fri, Mar 31, 2023 at 11:23 AM Ruediger Pluem wrote: > > On 3/31/23 10:25 AM, Yann Ylavic wrote: > > On Fri, Mar 31, 2023 at 10:15 AM Ruediger Pluem wrote: > >> > >> On 3/31/23 9:56 AM, Yann Ylavic wrote: > >>> On Fri, Mar 31, 2023 at 8:28 AM Ruedige

Re: svn commit: r1908835 - /httpd/httpd/trunk/.github/workflows/linux.yml

2023-03-31 Thread Yann Ylavic
On Fri, Mar 31, 2023 at 10:09 AM Ruediger Pluem wrote: > > See also my post to users@infra: > > https://lists.apache.org/thread/nw6qyywlhsgdwg86kzcrqg1r2jg0r7lc Ah, that certainly explains it.. httpd is not sync'ed again somehow. Regards; Yann.

Re: svn commit: r1908827 - in /httpd/httpd/trunk/modules: http2/mod_proxy_http2.c proxy/mod_proxy_ajp.c proxy/mod_proxy_balancer.c proxy/mod_proxy_fcgi.c proxy/mod_proxy_http.c proxy/mod_proxy_uwsgi.c

2023-03-31 Thread Yann Ylavic
On Fri, Mar 31, 2023 at 10:15 AM Ruediger Pluem wrote: > > On 3/31/23 9:56 AM, Yann Ylavic wrote: > > On Fri, Mar 31, 2023 at 8:28 AM Ruediger Pluem wrote: > >> > >> On 3/31/23 2:11 AM, yla...@apache.org wrote: > >>> Author: ylavic > >>> Date

Re: svn commit: r1908827 - in /httpd/httpd/trunk/modules: http2/mod_proxy_http2.c proxy/mod_proxy_ajp.c proxy/mod_proxy_balancer.c proxy/mod_proxy_fcgi.c proxy/mod_proxy_http.c proxy/mod_proxy_uwsgi.c

2023-03-31 Thread Yann Ylavic
On Fri, Mar 31, 2023 at 8:28 AM Ruediger Pluem wrote: > > On 3/31/23 2:11 AM, yla...@apache.org wrote: > > Author: ylavic > > Date: Fri Mar 31 00:11:02 2023 > > New Revision: 1908827 > > > > URL: http://svn.apache.org/viewvc?rev=1908827=rev > > Log: > > mod_proxy: Check for space/ctrls in nocanon

  1   2   3   4   5   6   7   8   9   10   >