Apache-AxKit-GzipInput version 1.00
===================================

NAME

Apache::AxKit::Provider::GzFile - read gzipped input files

SYNOPSIS

In httpd.conf:

    AddEncoding x-gzip gz
    AxConfigReader Apache::AxKit::GzConfigReader
    AxProvider Apache::AxKit::Provider::GzFile

DESCRIPTION

This module allows gzipped input files to be read, for example
.xml.gz, .xsl.gz, and .xsp.gz.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  AxKit (tested with version 1.6)
  Compress::Zlib (tested with version 1.16)

COPYRIGHT AND LICENSE

Copyright (C) 2002 Ken Neighbors

This module is licensed under the same terms as AxKit itself.
