Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to completely remove Mod Pagespeed from Ubuntu

// 1.Disable the module:
a2dismod pagespeed 
 
// 2.Restart Apache:
service apache2 restart

// 3.Remove the package:
apt purge mod-pagespeed-stable
 
PREVIOUS NEXT
Tagged: #How #completely #remove #Mod #Pagespeed #Ubuntu
ADD COMMENT
Topic
Name
7+1 =