Re: Breakage in httpd 2.4.39/windows/cmake?

2019-07-12 Thread Steve Hay
On Fri, 12 Jul 2019 at 21:41, William A Rowe Jr wrote: > > Because of some trouble on another project, I wanted to recheck > the current nghttp2 build between our mutual dependencies and > httpd... and something isn't looking so healthy in the CMake > build of the last release. (But I did answer

Breakage in httpd 2.4.39/windows/cmake?

2019-07-12 Thread William A Rowe Jr
Because of some trouble on another project, I wanted to recheck the current nghttp2 build between our mutual dependencies and httpd... and something isn't looking so healthy in the CMake build of the last release. (But I did answer my question, bazel shouldn't be failing to build nghttp2, it is

Re: mod_md v2.0.x + mod_ssl backport

2019-07-12 Thread Stefan Eissing
> Am 12.07.2019 um 09:53 schrieb Joe Orton : > > On Wed, Jul 10, 2019 at 01:40:10PM +0200, Stefan Eissing wrote: >> Added descriptions for this. >> >> Updated the backport patch. Updated the mod_md version in trunk, 2.4.x >> and github master and github maintenance branch. At this time,

Re: Location/LocationMatch/If ordering - which one wins?

2019-07-12 Thread Graham Leggett
On 12 Jul 2019, at 09:10, Ruediger Pluem wrote: > Given Erics comments, what about: > > SSLVerifyClient optional > >=~'^\/jira\/servicedesk\/customer\/portal\/3\/(.+)\/unsubscribe(.*)'> > require all granted > 'GENEROUS’"> > # cert + group member?

Re: Location/LocationMatch/If ordering - which one wins?

2019-07-12 Thread Eric Covener
> If we cannot sensibly and accurately describe the behaviour in our docs that > an ordinary end user can understand in a reasonable length of time, then it’s > definitely broken and we need to fix it. There's literally an ordered list in the manual and is last. Please don't change how it

Re: Location/LocationMatch/If ordering - which one wins?

2019-07-12 Thread Graham Leggett
On 12 Jul 2019, at 13:05, Eric Covener wrote: >> For a start it means that this part of our manual is invalidated the moment >> you add an If statement: >> http://httpd.apache.org/docs/current/sections.html > > I agree it's not intuitive (either way), but which part of the above > invalidated?

Re: Location/LocationMatch/If ordering - which one wins?

2019-07-12 Thread Eric Covener
> For a start it means that this part of our manual is invalidated the moment > you add an If statement: > http://httpd.apache.org/docs/current/sections.html I agree it's not intuitive (either way), but which part of the above invalidated? It already says is merged last. When it's not nested,

Re: Location/LocationMatch/If ordering - which one wins?

2019-07-12 Thread Graham Leggett
On 12 Jul 2019, at 02:51, Eric Covener wrote: > Because the last thing merged into authz_cores r->per_dir_config is a > dirconf w/ `require valid-user` directives from the if/else. > > What else could it mean for to be merged last? For a start it means that this part of our manual is

Re: mod_md v2.0.x + mod_ssl backport

2019-07-12 Thread Joe Orton
On Wed, Jul 10, 2019 at 01:40:10PM +0200, Stefan Eissing wrote: > Added descriptions for this. > > Updated the backport patch. Updated the mod_md version in trunk, 2.4.x > and github master and github maintenance branch. At this time, each > change is about half a day's work. Thanks, all

Re: Location/LocationMatch/If ordering - which one wins?

2019-07-12 Thread Ruediger Pluem
On 07/12/2019 12:55 AM, Graham Leggett wrote: > Hi all, > > I am having an odd case where my reading of the docs and httpd itself aren’t > matching and I’m stumped as to why. > > I have a config like this (unrelated directives chopped for clarity): > > SSLVerifyClient optional > >