mod_auth_plain 1.3.31-3-1 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Piotr Roszatycki
0 stars award from rbytes.net

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 search tags