Managing HTTP BASIC Authentication, in your Docker Apache container

Ref: https://mrgood.blog/posts/2021-03-11-apache-auth/post.html https://httpd.apache.org/docs/2.4/programs/htpasswd.html I haven’t logged into a website using Basic Authentication + SSL in 20 years. It is a outdated technology, still available in Apache. All the modern websites use a technology like OAuth, whose basics for authentication is:… (Continue Reading →)