• 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.

Resolved Uninstall module pagespeed

JuanCar

Regular Pleskian
I'm trying to disable pagespeed module in Apache web server setting: I uncheck pagespeed and click aply... but the module apeears again as loaded!!
How can I avoid that Apache load pagespeed mod?

Thanks
 
Just find corresponding package and uninstall it. For example, on my test Plesk CentOS server:

# rpm -qa | grep pagespeed
mod-pagespeed-beta-1.13.35.2-0.x86_64

# rpm -e mod-pagespeed-beta
 
Back
Top