User Tools

Site Tools


apache_1.3.x_mod_gzip_sample_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
apache_1.3.x_mod_gzip_sample_config [2009/12/24 00:48]
k2patel
apache_1.3.x_mod_gzip_sample_config [2010/01/01 02:10]
k2patel
Line 57: Line 57:
   * [[http://​www.microsoft.com/​search/​tools/​ | From Microsoft]]   * [[http://​www.microsoft.com/​search/​tools/​ | From Microsoft]]
   * [[http://​www.whatsmyip.org/​http_compression/​ | What is my ip]]   * [[http://​www.whatsmyip.org/​http_compression/​ | What is my ip]]
 +
 +==== Common Errors ====
 +
 +If you receive following error.
 +
 +<code bash>
 +[error] mod_gzip: DECHUNK option is OFF in sendfile2
 +[error] mod_gzip: Cannot compress chunked response for [GET /​index.shtml HTTP/1.1]
 +[error] mod_gzip: ** Uncompressed responses that use '​Transfer-encoding:​ chunked'​
 +[error] mod_gzip: ** must be '​de-chunked'​ before they can be compressed.
 +[error] mod_gzip: ** Turn DECHUNK option ON for this response category.
 +</​code>​
 +
 +RESOLUTION :
 +
 +<code apache>
 +mod_gzip_dechunk Yes
 +</​code>​
 +
  
apache_1.3.x_mod_gzip_sample_config.txt ยท Last modified: 2020/08/10 02:35 (external edit)