How to uninstall mod_pagespeed

Harry P

Well-known member
Registered
Joined
Feb 3, 2015
Messages
447
Points
28
Hello,

Some days ago I installed mod_pagespeed on my VPS from a guide of DO, I installed it on Centos 6 64bit, but now I don't have requirements to use it any more and I want to remove it completely from the VPS. How can I do that? I really want to stop it because it used more RAM and CPU on my hosting.

Thanks!
 

GswHosting

Well-known member
Registered
Joined
Aug 23, 2016
Messages
233
Points
0
hello Harry I think you need to do opposite from installing -> remove
did you try one of this:
sudo yum remove mod-pagespeed-stable
sudo apt-get remove mod-pagespeed-stable
 

David Beroff

Well-known member
Registered
Joined
Jun 14, 2016
Messages
1,477
Points
63
Try these codes if they work for you and remove mod_pagespeed

Disabling the working symlinked stuffs
Code:
sudo a2dismod pagespeed
sudo service apache2 restart
Editing pagespeed.conf with nano

Code:
nano /etc/apache2/mods-available/pagespeed.conf
Change from on to off and save, restart your apache

Code:
sudo service apache2 restart
This will work for the most operating systems
Code:
sudo apt-get autoremove mod-pagespeed-stable
This will work for some operating systems

Code:
sudo apt-get autoremove mod-pagespeed-beta
Restart Apache

Code:
service apache2 restart
You can remove the cache folder

Code:
rm -fr /var/cache/mod_pagespeed
check the path, restart apache

Code:
service apache2 restart
Hope that helps!
 
Older Threads
Replies
2
Views
2,395
Replies
7
Views
5,040
Replies
8
Views
4,620
Replies
4
Views
5,948
Similar Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top