Trim your Tiny Tiny RSS-reader

The more I use Hibernate in Java the more I love Storm in Python. It is so easy and light weight.

A while ago I installed Tiny Tiny RSS on my Ubuntu server and is happy to use it as my RSS reader. First I thought it was slow, but it is easy to fix.

Activate the expire module:
a2enmod expires

Create a file /etc/apache2/conf.d/expires:
ExpiresActive On
ExpiresByType image/x-icon "access plus 1 weeks"
ExpiresByType image/gif "access plus 1 weeks"

Finally restart your apache. Your webbrowser will now cache all icons and gif-pictures.

Comments

Anonymous said…
hi Magnus ..
how to enable the expire module in my ubuntu 8.1 ..
thanks.

----------
a2enmod expire
This module does not exist!
Magnus Runesson said…
Oups sorry. I forgot a s.

It should be:
a2enmod expires

(Update the blog as well.)

Popular posts from this blog

Circles in PostGIS

Create your own CA with TinyCA2 (part 1)

Create your own CA with TinyCA2 (part 2)