Installing mod_pagespeed on CentOS 5.4
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm –import linux_signing_key.pub
32BIT
wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-beta_current_i386.rpm
64BIT
wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-beta_current_x86_64.rpm
yum localinstall mod-pagespeed-*.rpm
/etc/init.d/httpd restart
vi /etc/httpd/conf.d/pagespeed.conf
ModPagespeed on
Uncomment # ModPagespeedRewriteLevel CoreFilters
restart apache
Uncomment # ModPagespeedEnableFilters collapse_whitespace
Go to the google code page and find a list of items in their.
Play around with it a bit and find your best solution.
The full list of available filters, plus descriptions of how they work and how to use them, is available on the project’s Google Code page


It‘s quite in here! Why not leave a response?