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.
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
how to enable the expire module in my ubuntu 8.1 ..
thanks.
----------
a2enmod expire
This module does not exist!
It should be:
a2enmod expires
(Update the blog as well.)