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
please help
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