HTTPD-Tools

Copyright (c) 1996, 1997 Doug MacEachern

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

WARNING: THIS IS BETA SOFTWARE. IT IS POSSIBLY UNRELIABLE!

------------------------------------------------

The purpose of this software is to provide a generic interface to
the inconsistencies across HTTP server implementations of:

- User and Group databases
- Access control files
- Configuration files

This software package is *NOT COMPLETE*, see the ToDo file.

Availible POD Documentation (see perldoc,pod2html,etc):

HTTPD::UserAdmin
HTTPD::GroupAdmin
HTTPD::Authen

=====================================================================

INSTALLING:

perl Makefile.PL
make
make test
make install (If all tests pass)

PROBLEMS:
Mail me (dougm@osf.org) the following info:

1. The output of:

    perl Makefile.PL           (do a make realclean first)
    make
    make test
    make test TEST_VERBOSE=1   (if any tests fail)

2. The output of:
    perl -V

3. HTTPd Info:
    Server Name:
    Server Version:

MORE:

There may also be some goodies in the bin/ and cgi-bin/ directories
of interest.  Poke around.
