• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question How to uninstall PageSpeed?

GuiltySpark

New Pleskian
Hi, after wrestling for nearly 2 years with the pagespeed mod, I've decided to uninstall it, but not sure how?

1) I've disabled it using the conf file (ModPagespeed of)
2) I've tried switching off the apache module by unticking but going back to this screen it is ticked again?

I've seen some threads on how to do it using the shell, but I've come unstuck in the past when I tried to circumvent Plesk.

Thanks

OS: ‪CentOS Linux 7.8.2003 (Core)‬
Product: Plesk Obsidian 18.0.26
 
Try to use following method:

# mv /etc/httpd/conf.d/pagespeed.conf /etc/httpd/conf.d/pagespeed.conf_bak
# systemctl restart httpd
 
Back
Top