• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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