Re: [users@httpd] SetEnvIf and exceptions

2023-04-12 Thread Eric Covener
> > One other question - is there an order of processing the .htaccess in the > document root and the virtual host config? Are they both processed > together, or does one take precedence over the other? > If VirtualHost is the only enclosing scope, it is processed earlier so it has lower

Re: [users@httpd] SetEnvIf and exceptions

2023-04-12 Thread Dave Wreski
Hi, On 4/11/23 8:59 PM, Tatsuki Makino wrote: Dave Wreski wrote on 2023/04/12 01:39: In case I wasn't clear, simply removing the caret was not enough to make this work. The "Require env SOMENAME2" was enough to begin blocking every page on the site with a 403, not just the RSS feeds or the

RE: [users@httpd] Apache static compile

2023-04-12 Thread Chris me
I have tried that, but I still get this when making: ab.c:(.text+0x66b5): undefined reference to `TLSv1_1_client_method' ab.c:(.text+0x66dd): undefined reference to `TLSv1_2_client_method' which tells me it is still using the old system openssl libraries and not the location of the new one. I

[users@httpd] Enable both basic auth and form auth ?

2023-04-12 Thread Adam Cecile
Hello, I'm looking for a way to enable both type of authentication, is it possible ? Regards

Re: [users@httpd] Apache static compile

2023-04-12 Thread Rainer Canavan
On Wed, Apr 12, 2023 at 1:49 AM Chris me wrote: > > Basically I am trying to run a later version of apache that supports the > newer TLS alongside a much older version. I know it is better to upgrade the > server, etc. but that is not an option for the legacy server. > > I basically need a

Re: [users@httpd] old gen workers sticking around post 2.4.49

2023-04-12 Thread Daniel Ferradal
I'd say much better to move to mpm_event and and php-fpm, ridding httpd of PHP module and it's quirks in the process. El mar, 11 abr 2023 23:24, escribió: > I wrote: > > I'll try to reproduce the problem without mod_php. > and: > > Using "dehydrated -c -x" to drive my testing, I've hit the