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



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. This module, GzFile, uses Compress::Zlib to gunzip such an input file.

If the Apache mod_gzip module is being used, then the ``AddEncoding x-gzip gz'' directive tells it to recognize gzipped input files when a non-gzipped input file is requested but is not available.


SEE ALSO

Apache::AxKit::GzConfigReader


AUTHOR

Ken Neighbors <ken@nsds.com>


COPYRIGHT and LICENSE

Copyright (c) 2002 Ken Neighbors

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

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