How To Set Up Password Authentication with Apache on Ubuntu 16.04
Introduction When running a website, there are often parts of the site that you’ll want to restrict from visitors. Web applications may provide their own authentication and authorization methods, but the web server itself can also be used to restrict access if these are inadequate or unavailable. In this guide, we’ll demonstrate how to password-protect […]