• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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