mod_pagespeed
is an apache2 module made by Google to improve the speed of website delivery.
Download of the 32 bit version:
wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-beta_current_i386.deb
Download of the 64 bit version:
wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-beta_current_amd64.deb
Installation of the package:
dpkg -i mod-pagespeed-beta_current_*.deb apt-get -f install
Restart Apache:
/etc/init.d/apache2 restart
If you like, change /etc/apache2/mods-available/pagespeed.conf
. according to the manual Using mod_pagespeed.
resources
- Using mod_pagespeed: http://code.google.com/intl/de/speed/page-speed/docs/using_mod.html
- Latest mod_pagespeed packages and install instructions: http://code.google.com/intl/de/speed/page-speed/download.html#mod_pagespeed