Gzip Compression On Chopin not working

Status
Not open for further replies.

bioshock

New Member
Messages
27
Reaction score
0
Points
0
hello

i want to enable gzip compression on my drupal site http://symbian-nuts.com
but its not working.

tried this
Code:
<IfModule mod_gzip.c>
  mod_gzip_on yes
  mod_gzip_item_include mime text/html
  mod_gzip_item_include mime text/plain
  mod_gzip_item_include mime text/css
  mod_gzip_item_include mime application/xml
  mod_gzip_item_include mime application/x-httpd-php
  mod_gzip_item_include mime image/x-generic
  mod_gzip_dechunk yes
  mod_gzip_min_http 1000
  mod_gzip_temp_dir /tmp
  mod_gzip_keep_workfiles No
  mod_gzip_minimum_file_size  1000
  mod_gzip_maximum_file_size  0
  mod_gzip_maximum_inmem_size 1000000
  mod_gzip_can_negotiate Yes
</IfModule>

please help
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
hello

i want to enable gzip compression on my drupal site http://symbian-nuts.com
but its not working.

tried this
Code:
<IfModule mod_gzip.c>
  mod_gzip_on yes
  mod_gzip_item_include mime text/html
  mod_gzip_item_include mime text/plain
  mod_gzip_item_include mime text/css
  mod_gzip_item_include mime application/xml
  mod_gzip_item_include mime application/x-httpd-php
  mod_gzip_item_include mime image/x-generic
  mod_gzip_dechunk yes
  mod_gzip_min_http 1000
  mod_gzip_temp_dir /tmp
  mod_gzip_keep_workfiles No
  mod_gzip_minimum_file_size  1000
  mod_gzip_maximum_file_size  0
  mod_gzip_maximum_inmem_size 1000000
  mod_gzip_can_negotiate Yes
</IfModule>

please help

I checked your site, And it is gzip compressed. How did you confirmed that the gzip compressor is not working?
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
You did reply back from past 3 days. So I am going to close this thread. Feel free to create a new thread if this problem is not solved yet.

***Thread Closed***
 
Status
Not open for further replies.
Top