mod_auth_plain

mod_auth_plain implements authentication routines using plain text files for Apache's authentication protocol.
Download

mod_auth_plain Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Piotr Roszatycki
  • Publisher web site:
  • http://search.cpan.org/~dexter/MooseX-GlobRef-Object-0.02/lib/MooseX/GlobRef/Object.pm

mod_auth_plain Tags


mod_auth_plain Description

mod_auth_plain implements authentication routines using plain text files for Apache's authentication protocol. 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 anyAn example .htpasswd file: user:passwordNote that AuthPlainUserFile can be relative to the directory which contains .htaccess file.


mod_auth_plain Related Software