>
> 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 precedenc
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 bo
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 h
Hello,
I'm looking for a way to enable both type of authentication, is it
possible ?
Regards
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 compl