Real life problems solved

Advert

Install mod_pagespeed on Fedora 13

Google just announced mod_pagespeed to help speed up pages using standard guidelines.

To get this installed on my Fedora 13 instance I did the following:

First if you have never used Googles RPM you will have to add their key, also add this if you get the error warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 7fac5991: NO KEY:

wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub

Then run the following:

wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-beta_current_x86_64.rpm
yum localinstall mod-pagespeed-beta_current_x86_64.rpm

You should substitute the download with the relevant one from Googles download links here

Adsense