Apache::CompressClientFixup

Apache::CompressClientFixup is a Perl extension for Apache-1.3.X to avoid gzip compression for some buggy browsers.
Download

Apache::CompressClientFixup Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Slava Bizyayev
  • Publisher web site:
  • http://search.cpan.org/~slava/Apache-CompressClientFixup-0.07/CompressClientFixup.pm

Apache::CompressClientFixup Tags


Apache::CompressClientFixup Description

Apache::CompressClientFixup is a Perl extension for Apache-1.3.X to avoid gzip compression for some buggy browsers. Apache::CompressClientFixup is a Perl extension for Apache-1.3.X to avoid gzip compression for some buggy browsers.SYNOPSISIt is assumed that the Apache::CompressClientFixup package is installed in your Perl library. See README for installation instructions if necessary.You may use something like the following in your httpd.conf: PerlModule Apache::CompressClientFixup < Location /devdoc/Dynagzip > SetHandler perl-script PerlFixupHandler Apache::CompressClientFixup Order Allow,Deny Allow from All < /Location >You can, for example, restrict compression for MSIE over SSL and restrict compression for Netscape Navigator 4.X with PerlModule Apache::CompressClientFixup < Location /devdoc/Dynagzip > SetHandler perl-script PerlFixupHandler Apache::CompressClientFixup PerlSetVar RestrictMSIEoverSSL On PerlSetVar NetscapePrintable On Order Allow,Deny Allow from All < /Location > Requirements: · Perl · Apache::Constants · Apache::Log · Apache::URI


Apache::CompressClientFixup Related Software