Tagged Questions
0
votes
0answers
24 views
Delay of last byte with Apache mod_deflate enabled [closed]
I would like to use mod_deflate on my Apache HTTP server - it plays a role of revers proxy for application running on Tomcat. Unfortunately, I'm afraid that compression helps only for large amount of ...
2
votes
0answers
66 views
Cherokee force gzip compression for HTTP/1.0
I am using CloudFront with a Cherokee origin server for static files. Cherokee serves gzipped content for direct browser requests without any problem. But when CloudFront requests content, Cherokee ...
0
votes
1answer
398 views
Disabling Apache compression
How do I disable Apache compression per virtual host or per directory? Is this done through a modification to the http.conf file, a .htaccess file or something else?
5
votes
1answer
258 views
How does a web server/the http protocol handle version control and compression?
When a client browser requests a file from the web server, I know that some kind of check is performed, because the files needed to serve the web page may already be cached by the web browser. So, if ...
15
votes
4answers
987 views
HTTP Compression on IIS 6.0 (Windows Server 2003)
There are many things you have to do/consider when you want to enable HTTP compression on IIS 6.0 (Windows Server 2003).
Can somebody please provide a comprehensive list of the actions you have to ...