Apache::AxKit::Provider::GzFile - read gzipped input files |
Apache::AxKit::Provider::GzFile - read gzipped input files
In httpd.conf:
AddEncoding x-gzip gz AxConfigReader Apache::AxKit::GzConfigReader AxProvider Apache::AxKit::Provider::GzFile
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.
Ken Neighbors <ken@nsds.com>
Copyright (c) 2002 Ken Neighbors
This module is licensed under the same terms as AxKit itself.
Apache::AxKit::Provider::GzFile - read gzipped input files |