Project

General

Profile

Actions

Bug #996

closed

mod_deflate should allow limiting of compression algorithm from the configuration file

Added by jrabbit about 18 years ago. Updated about 18 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_deflate
Target version:
-
ASK QUESTIONS IN Forums:

Description

A configuration option should be added to select which of gzip/deflate/bzip2 are allowed in a particular context.

The will enable server owners to work around existing and future issues that may arise in certain user agents not working correctly with compression schemes they claim to support by using regular expressions that match against particular user agent headers. E.g. Force IE 6 to use deflate rather than gzip as it has bugs with gzip.

P.s. mod_deflate is also missing from the components list in trac.

Actions #1

Updated by jakabosky about 18 years ago

added mod_deflate to components list.

Actions #2

Updated by jakabosky about 18 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

fixed in r1543.

new option:

deflate.allowed_encodings = ( "bzip2", "gzip", "deflate" )

or

deflate.allowed_encodings = ( "deflate" )

Actions

Also available in: Atom