-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
53 lines (37 loc) · 1.54 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Apache::AuthCookie is Copyright (C) 2000-2009, Michael Schout.
WHAT IS THIS?
This package contains the Apache::AuthTicket module and the
Apache2::AuthTicket module. These modules implement a cookie based
authentication system similar to the ticket access system described in the
mod_perl eagle book.
Apache::AuthTicket is for mod_perl version 1
Apache2::AuthTicket is for mod_perl version 2
HOW DO I INSTALL IT?
You need perl 5.6.0 or better to install this package. In addition, you
should also have the following packages installed:
Apache::AuthCookie 2.011 or later.
mod_perl 1.22 or later
DBI
Digest::MD5
SQL::Abstract
All of these modules are available from your favorite CPAN mirror.
Installation of this module is as usual:
perl Makefile.PL
make
make test
make install
Most of the tests are skipped unless you have DBD::SQLite and Apache::Test
installed. Install those modules from CPAN if you have trouble and want
useful output from "make test"
SEE ALSO
Apache::AuthCookie, Apache2::AuthCookie
AUTHOR
Michael Schout, <[email protected]>
COPYRIGHT AND LICENSE
Copyright (C) 2000-2008 by Michael Schout
This program is free software; you can redistribute it and/or modify it
under the terms of either:
· the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later
version, or
· the Artistic License version 2.0.