How To Enable Apache Digest Authentication
![apache digest authentication](https://itecsoftware.com/wp-content/uploads/2011/03/apache-digest-authentication-150x100.jpg)
Basic http authentication in Apache (mod_auith) has been available for a while, but one major downside still exists, which is the exchange of plain text user name and password information over a possibly unsecured network. That is where Apache Digest Authentication takes over and provides us with MD5 encrypted values, using the mod_digest Apache module.
Here are the steps to create a password file to store all account information, install the apache module mod_auth_digest and the necessary configuration parameters to enable security ...