-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (16 loc) · 655 Bytes
/
README
File metadata and controls
22 lines (16 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This module, Apache::AuthenURL, is an Apache/mod_perl authentication handler
to allow basic authentication against external URLs. This module requires
the LWP bundle maintained by Gisle Aas.
Apache::AuthenURL::Cache is an Apache/mod_perl2 authentication caching
module. It uses stacked handlers.
If you need caching for Apache/mod_perl1, use Jason Bodnar/Christian Gilmore's
Apache::AuthenCache.
To build and install it, please run
perl Makefile.PL
make
make install
This package is Copyright (C) 1998 by John Groenveld. It may be
copied, used and redistributed under the same terms as perl itself.
Happy Perl'ng,
John
groenveld@acm.org