NAME

PlugAuth::Client::Tiny::Apache2AuthenHandler - Apache authentication handler for PlugAuth

VERSION

version 0.02

SYNOPSIS

In your httpd.conf:

<Location /protected>
  PerlAuthenHandler PlugAuth::Client::Tiny::Apache2AuthenHandler
  AuthType Basic
  AuthName "My Protected Documents"
  Require valid-user
  PerlSetEnv PLUGAUTH_URL http://localhost:3001
</Location>

DESCRIPTION

This module provides an PlugAuth authentication (via PlugAuth::Tiny) for your legacy Apache2 application.

SEE ALSO

PlugAuth

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.