• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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