mod_auth_plain 1.3.31-3-1 review
Download
|
|
mod_auth_plain implements authentication routines using plain text files for Apache's authentication protocol.
An example .htaccess file:
Deny from all
AuthType basic
AuthName "Plain htpasswd"
AuthPlainUserFile .htpasswd
Require valid-user
Satisfy any
An example .htpasswd file:
user:password
Note that AuthPlainUserFile can be relative to the directory which contains .htaccess file.
mod_auth_plain 1.3.31-3-1 keywords