Intro to Apache - ApacheCon
Managing access files - 1- The
AuthUserFile and AuthGroupFile are just text files with a very
simple format. - The user file contains one line per user, with their name and encrypted
password:
- The password can be encrypted with crypt or with MD5, as you like
- There are a few different ways to generate the password file
|
|