Running with breaks on

While not being expert in web server maintenance it came as surprise to me that seemingly still in year 2011 default configuration of apache2 (nor tomcat6) isn’t enabling compression by default. Instead some manual tweaking is required. So steps are: Step 1: [code] vim /etc/sysconfig/apache2 [/code] Append following into file [code] APACHE_MODULES=”… jk deflate” vim…

Read more