
Apache httpd tools (Beta)
-------------------------

This project contains a set of scripts I originally developed
for Apache Security, a book published by O'Reilly in 2005. You
can always download the latest version of the scripts from the
book's home page at http://www.apachesecurity.net.

---------------------------------------
Please note these scripts should NOT be
considered to be of production quality.
---------------------------------------

The following scripts are included here:

 1. apache-monitor - store Apache usage statistics (mod_status) into a RRD file
 2. apache-monitor-graph - create graphs out of usage data stored in a RRD file
 3. blacklist - temporarily blacklist individual IP addresses
 4. blacklist-webclient.c - suid binary for blacklist
 5. error_log_ai - analyse Apache error log
 6. logscan - advanced log analysis tool
 7. mod_globalerror.c - Apache 2.x module to create a global error log
 8. httpd-guardian - Perl script that monitors all requests coming to
                     web server, protects from DoS attacks.
 8. log_spread.pl - send log entries via Spread, optionally making a local
                    copy

This tools are discussed in the book, but the usage instructions are
also included at the top of each file.

Please send your comments, bug reports, and feature requests
to ivanr@webkreator.com.

