NAME
Apache2::AuthColloquy - mod_perl module that allows authentication against the Colloquy users.lua file
SYNOPSIS
AuthName "Colloquy Test Auth"
AuthType Basic
PerlSetVar users_lua /home/system/colloquy/data/users.lua
# Set if you want to allow an alternate method of authentication
PerlSetVar AllowAlternateAuth yes | no
require valid-user
PerlAuthenHandler Apache2::AuthColloquy
VERSION
$Recision$
AUTHOR
Nicola Worthington <nicolaw@cpan.org>