HTTPD-Tools

Copyright (c) 1996, Doug MacEachern, OSF Research Institute

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!

-----------------------------------------------
From the Changes file:

v0.52, March 18, 1996

Fixed support for Apache DBM group files. 
Thanks to Julian Anderson <Julian.Anderson@Comp.VUW.AC.NZ>
for pointing out the problem.

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

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 -e 'use Config; print Config::myconfig()'

3. HTTPd Info:
    Server Name:
    Server Version:

MORE:

There may also be some CGI goodies in the cgi-bin directory
of interest.  Poke around.