Hi Eric and All,
> On 31 Mar 2019, at 18:53, Eric Covener wrote:
>
> In 2.4 it would be surrounding the two requires with
Yes… that’s it. Thanks so much.
The config that works is now:
AllowOverride None
Options None
AuthType Basic
AuthName "Test User"
AuthBasicProvider
Hi John and All
> On 31 Mar 2019, at 18:41, John wrote:
>
> Why not redirect the incoming HTTP connections to HTTPS?
Yeah, I was considering that as well. Don’t ask me why, but I always have the
idea that the redirect can be avoided and access is still “open".
The solution in this case woul
On Sun, Mar 31, 2019 at 10:05 AM Richard70nl wrote:
>
> Dear all,
>
> I’m trying to figure out how I can give access to documents by combining SSL
> and basic user authentication. The following is from my httpd config:
>
>
> AllowOverride None
> Options None
>
> AuthType Basic
>
Why not redirect the incoming HTTP connections to HTTPS?
ServerName www.mysite.ca
Redirect permanent / https://www.mysite.com
Good luck!
John
==
On Sun, 2019-03-31 at 16:05 +0200, Richard70nl wrote:
> Dear all,
>
> I’m trying to figure out how I
Dear all,
I’m trying to figure out how I can give access to documents by combining SSL
and basic user authentication. The following is from my httpd config:
AllowOverride None
Options None
AuthType Basic
AuthName "Test User"
AuthBasicProvider dbd
AuthDBDUserPWQuery "sel