Intro to Apache - ApacheCon 2005
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:
rbowen:4ndI.qBQGn7x2
The password can be encrypted with crypt or with MD5, as you like
There are a few different ways to generate the password file
Index
Back to
Digest authentication
Forward to
Managing password files - htpasswd
ApacheCon 2005 : Intro to Apache - Slide #121 of 164