Top "Mod-deflate" questions

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.

How can I get Apache gzip compression to work?

I can't get my site to use gzip compression. I recently watched this video by Chris Coyier over at css-tricks.…

apache .htaccess gzip mod-deflate
how to check mod_deflate is enabled in apache?

Is there a command line command that can tell whether or not mod deflate is running on Apache?

apache mod-deflate
mod_deflate vs mod_gzip

Can someone tell me the difference in the following scripts in terms of CPU load performance and compression? <ifModule …

apache gzip mod-deflate
How do I enable mod_deflate for PHP files?

I have a Liquid Web VPS account, I've made sure that mod_deflate is installed and running/active. I used …

php .htaccess gzip httpd.conf mod-deflate
How to disable mod_deflate in apache2?

How can I disable mod_deflate in Apache2 For files in a specific directory OR For all files that have …

apache apache2 mod-deflate
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 …

.htaccess optimization yslow mod-deflate mod-headers
Apache GZIP compression not compressing js/css in other directories

I'm trying to use 'mod_deflate' (and other requires extensions) to apply GZIP compression to my local hosted site (Apache, 2.4.4.0). …

apache compression gzip mod-deflate
Why I should not compress images in HTTP headers?

I read some articles about HTTP headers compression. Today I installed YSlow and it recommends that I compress the resources (…

apache http-headers compression mod-deflate
How can I pre-compress files with mod_deflate in Apache 2.x?

I am serving all content through apache with Content-Encoding: zip but that compresses on the fly. A good amount of …

apache http gzip mod-deflate content-encoding
Apache is not sending 304 response (if mod_deflate and AddOutputFilterByType is enabled)

I have added the following line in my Apache httpd.conf: - AddOutputFilterByType DEFLATE text/html text/css application/javascript …

apache http httpd.conf mod-deflate