The mod_deflate is an Apache web server module that provides the DEFLATE output filter that allows output from your server to be compressed before being sent to the client over the network.

learn more… | top users | synonyms

0
votes
1answer
30 views

Enabling GZIP compression for php script

I've enabled gzip on my php scripts by doing this: <? ob_start("ob_gzhandler"); ?> <?php header('Content-Type: application/json'); header('Accept-Encoding: gzip'); /* Request data, ...
-1
votes
0answers
22 views

compression mod_deflate is not working on apache2 [closed]

I have two websites on my apache server. I have already enabled mod headers and deflates. in /etc/apache2/mod-available/deflate.conf i have written: <IfModule mod_deflate.c> ...
0
votes
1answer
21 views

How to enable chuncking on Apache 2.2.3 on Redhat system

My Apache (version 2.2.3 on redhat) server doesn't accept chunked-encoding, throwing this error: chunked Transfer-Encoding forbidden: /services/soap. I saw some people have the same problem, they ...
-2
votes
0answers
65 views

500 Internal Server Error after enable mod_deflate in .htaccess (Cakephp) [closed]

I enabaled mod_deflate in apache and add below code in .htaccess. After restart apache then website showing 500 Internal Server Error message. Could you please tell me how I can fix this. ...
0
votes
0answers
99 views

mod_deflate gzips responses for MIME types that it shouldn't gzip

I have an Apache 2.2.15 instance as a proxy in front of a Tomcat application on Red Hat 6.4. I am trying to configure the Apache instance to gzip certain (white-listed content types) responses to the ...
0
votes
0answers
50 views

Manual content compression in Apache

I need a manual compression solution on Apache. My goals: Provide gzip-encoded content on my server along with uncompressed. Files are pre-compressed. Not all files are served compressed. I want to ...
0
votes
0answers
61 views

Cache and Compression best practices

Good morning, I want to optimise performances on my sites and especially cache and compression settings beacuse when I run Google and Yahoo tests on my sites I always get bad ranks on those items. I ...
0
votes
0answers
54 views

Disable gzip http content

I am using firefox to send out http request. I already disabled gzip compressing according to http://forgetmenotes.blogspot.com/2009/05/how-to-disable-gzip-compression-in.html. But still I found that ...
0
votes
0answers
85 views

Apache mod_deflate and chunked transfer

my website is running on Apache 2.2.24 + PHP 5.3.22. Apache is installed with mod_deflate and my .htaccess looks like this: <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text ...
0
votes
0answers
110 views

htaccess gzip for js/css not working

Firefox and Chrome pagespeed tools claims about not compressed js and css files. I've used the following settings: <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain ...
0
votes
1answer
60 views

.htaccess rule for compressing files with custom extension

I have the following .htaccess file copied directly from html5boilerplate.com: <IfModule mod_deflate.c> # Force deflate for mangled headers ...
2
votes
1answer
181 views

Can I tell mod_deflate & PHP to skip compression on one directory only?

To compress all my web page, I use this .htaccess code. It uses Apache deflate module if possible, else apply the PHP ob_gzhandler compression. Everything is working fine, but for specific reason, I ...
0
votes
0answers
181 views

gzip compression of js files not working with htaccess

I am hosting my js files inside a folder in my subdomain. I am using the same htaccess code for the main domain and the subdomain. But the strange this is that, the js files loaded from my main domain ...
-1
votes
2answers
65 views

How does Apache handle images/flash when deflate mode is on

I'm thinking of enabling deflate mode on Apache. I'm curious how does Apache deal with images or flash files when deflate is on? Does it try to compress images and flash files as well?
0
votes
0answers
159 views

HTTP Header Content-Length not work

I wish to display the size of the file to the client when they download it. But HTTP Header Content-Length not work. My Environment is follow. Apache 2.2 mod_deflate Rails3.2 A download file is in ...
0
votes
1answer
89 views

installed mod_deflate but no improvement

I have installed the mod_deflate on centos. In virtual host file I have added the following SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary ...
0
votes
0answers
115 views

How come GZIP (mod_deflate) in PHP is only working for SSL (https) pages?

We are using a PHP Zend setup and have GZIP (mod_deflate) enabled for our JS and CSS files. This works as intended in dev for all http and https pages, yet in QA, only the https pages have JS and CSS ...
1
vote
0answers
95 views

Apache mod_deflate: Curl VS everything else

I hope someone can help me with this as it's driving my crazy. I have set up mod_deflate on a server, everything SEEMS to be set up correctly, however when I access a CSS or JavaScript file via a ...
0
votes
0answers
44 views

Telling apache to serve json directly from memory [closed]

I would like to super cache some static json files that are generated few times a day... we have apache - with mod deflate (and memcached installed) so instead of apache going trough all it's ...
0
votes
1answer
259 views

HTTP Compression Not 100% on Apache (at Dreamhost)

I am trying to get gzip compression working on the site lavenderdiamond.net/home. I've added the following code to my .htaccess but none of the files that are served on my site are being compressed. ...
6
votes
2answers
5k views

How can I get Apache gzip compression to work?

I can't get my site to use gzip compression. I recently watched this video - http://goo.gl/LnvAK - by Chris Coyier over at css-tricks.com. In the video, he talks about enabling gzip compression to ...
1
vote
0answers
631 views

mod_deflate in .htaccess and google pagespeed

i have a linode sever with centos 6 , as it wont support mod_gzip, i am using mod_deflate. this is my code in .htacess <IfModule mod_deflate.c> <FilesMatch ...
3
votes
1answer
102 views

Blackberry reading mod_deflate compressed page

I am using Apache mod_deflate to return compressed html from a webpage. It has reduced the generated page size from 3k down to 700 bytes. How do I use HttpConnection in Blackberry to get the ...
0
votes
3answers
569 views

How to exclude urls from Apache mod_deflate via SetEnvIfNoCase

I'm dealing with a Magento site that has a 3rd party CMS integration. When I enable Mod_deflate via the .htaccess file most of the site works well. All of the pages that pull the information from ...
0
votes
2answers
113 views

What's the difference between Apache 1.x and 2.x when it comes to Gzip compression

Couple of tests I ran show that Apache 2.x has better compression(mod_deflate) compared to Apache 1.x. Let me know if there's a detailed benchmarking done by anyone.
0
votes
1answer
1k views

Apache mod_deflate doesn't compress javascript/css

I'm trying to make Gzip compression work on xampp, right now this is in my .htaccess <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/css application/json ...
0
votes
2answers
499 views

How to disable mod_deflate for php using .htaccess file?

How to disable mod_deflate for PHP using the.htaccess file for files in a specific directory for all files that have extension of, for example .php? I have tried both: # for URL paths that ...
0
votes
0answers
144 views

Configure mod_deflate in apache on ubuntu when its not available in modules

On my dev box on windows I had installed apache by installer with most of the modules available but commented and later on configured and tested the mod_deflate in windows environment. Now I have to ...
0
votes
0answers
199 views

APACHE mod_deflate configuration

i'm using apache 2.2 as my server, and i activated the deflate_module for compressing and configured the httpd.conf and added this to the end of the document. <IfModule mod_deflate> ...
0
votes
0answers
149 views

gzip not working on HTML, but working on CSS and JS

I have some troubles enabling gzip. The site is powered by Prestashop and live here: http://www.shakk.cz Gzip works fine for all files but HTML. Besides rewriting rules, there is this in my ...
1
vote
1answer
239 views

Apache deflate on files match condition

I am trying to deflate files based on the FilesMatch condition, I tried this but it doesn't deflate : <FilesMatch \.js$> SetOutputFilter Deflate RewriteEngine on RewriteRule /js/(.*.js) ...
9
votes
2answers
3k views

mod_deflate vs mod_gzip

Can someone tell me the difference in the following scripts in terms of CPU load performance and compression? <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include ...
2
votes
1answer
365 views

How do I use mod_deflate in Apache 2.4.1 with Haproxy?

I have a strange issue whereby including the following syntax in my Apache 2.4.1 httpd.conf causes "502 Bad Gateway" errors when retrieving swf files via HAproxy: AddOutputFilterByType DEFLATE ...
1
vote
2answers
157 views

Eaccelerator with mod_deflate or gzip

First. Which differences between mod_Deflate and gzip, which is better ? And can i use Eaccelerator + mod_deflate together.
2
votes
2answers
1k views

How to make Apache mod_deflate and Transfer-encoding : Chunked work together?

I am trying to use the bigpipe concept on our website. That means trying to send the response in chunks instead of sending it as a whole so that user feels that page is fast. I am successful in doing ...
2
votes
1answer
2k views

Apache mod_deflate not compressing json output

I've followed all the steps in multiple tutorials to enable mod_deflate in Apache but I'm still not seeing compression (in Fiddler) when I issue requests for json (via PHP script) to my local web ...
0
votes
1answer
429 views

videos not playing in Flowplayer after configuring mod deflate

I configured Apache/2.2.17 server on Windows 7 with mod deflate configured in .htaccess as SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ \ no-gzip dont-vary SetEnvIfNoCase ...
0
votes
1answer
143 views

Apache 2.x mod_deflate compression only working on OSX

Apache2 successfully streams pre-compressed content on my Mac's installation. I can use files like index.gz, textfile.gz, etc and they all load fine in a browser. But when I try to create the same ...
0
votes
2answers
1k views

Gzip on merged CSS/JS files in Magento

I'm trying to speed up my Magento store and have recently enabled Gzip compression. The problem is, i also use the Magento in-built function that merges all CSS and JS files together to serve a single ...
2
votes
1answer
513 views

Unable to compress response with AJAX requests

My web application is sending an AJAX request to our server using jQuery, responding in possibly large textual data. I'm using Apache and would like this data to be compressed during the transport ...
3
votes
1answer
3k views

Mod_deflate and mod_header settings?

I've finally gotten a VPS hosting account set up this allows me to use mod_deflate and mod_header (of course). I'm attempting to make my site faster by YSlow's guidelines which include gzipping (via ...
6
votes
1answer
2k views

How to configure mod_deflate to serve gzipped assets prepared with assets:precompile

When running the assets:precompile rake task, gzipped versions of your app's assets are created. According to the Rails guide for the asset pipeline, you can configure your web server (in my case ...
3
votes
1answer
226 views

Why is mod_deflate not supported by my hosting company?

I was just doing some testing with YSlow and it's telling me: Grade F on Compress components with gzip: There are 10 plain text components that should be sent compressed I know that Apache 1.3 ...
1
vote
2answers
847 views

Opposite of LoadModule Apache (.htaccess) directive

I guess you all know the LoadModule directive form mod_so. I want to do the opposite, unload module for specific directory via .htaccess file. Does UnloadModule exist? I want to reach highest script ...
0
votes
1answer
402 views

Does Apache Gzip remove whitespace in HTML documents?

I need to minify my PHP's output in production and from this question it sounds like Gzip is supposed to do the same, with no change in the PHP code. This would be ideal, but I'm using mod_deflate and ...
0
votes
1answer
73 views

Can mod_deflate compress the output depending on the “Host” header in the Request Headers?

Can mod_deflate compress the output depending on the "Host" header in the Request Headers? As far as I understand based on the documentation, it is usually done by looking at the User-Agent etc. in ...
0
votes
1answer
364 views

Apache mod_deflate doesn't compress although logfile says it would

I tried googling this by hard but was unsuccessful so far. I've got an apache 2.2.16 on Debian with mod_deflate loaded and enabled like this: LoadModule deflate_module ...
5
votes
5answers
1k views

Prevent mod_deflate on zip file served by PHP

I'm having some trouble prevent mod_deflate from jumping in on this scenario: user running CodeIgniter (or any other framework that re-directs to index.php) mod_deflate is active zip file is served ...
1
vote
2answers
1k views

Apache benchmark load-test: mod_deflate enabled vs disabled

I'm running a simple load test with apache benchmark: ab -n 1 http://localhost/mysite/index/index/ I want to see performance with/without mod_deflate In my httpd.conf: #mod_deflate enabled ...
1
vote
2answers
650 views

JSON GZIP Design choice

I am working on a web application with dynamic content generated by a servlet running in a JBoss container and static content/load balancing being handled by Apache + mod_jk. The client end uses ...

1 2