Comment supprimer complètement le mod pagespeed d'Ubuntu
// 1.Disable the module:
a2dismod pagespeed
// 2.Restart Apache:
service apache2 restart
// 3.Remove the package:
apt purge mod-pagespeed-stable
Mysterious Macaque