Skip to Navigation

Posts Tagged ‘apache’

How to get Ubuntu 8.04 Server running Lighttpd ready for the mighty Wordpress 6

This site has always been hosted on shared hosting, along with a few other blogs I maintain for friends (On The Wrong Planet and Darth McCarth to name a couple…). Even while I was freelancing I have always used shared hosting as it has always been perfect for my needs However the popularity of this [...]

Tags: , , , , , , , , ,

Categories: IT, Tech & Internet

Reduce your bandwidth bills using Apache’s page compression 2

By using the mod_deflate (link) module of apache you can quite easily reduce a 30k page down to 3k worth of transmitted data, and guess what it is extremely simple to enable!
To enable the module (apache2) try something like:
# cd /etc/apache2/mods-enabled/
# ln -s /etc/apache2/mods-available/deflate.load .
Then add the following line to your apache.conf
AddOutputFilterByType DEFLATE text/html text/plain [...]

Tags: , , , , ,

Categories: IT, Tech & Internet