Plesk for Linux
kb: how-to
ABT: Group A
Applicable to:
- Plesk for Linux
Question
How to disable the PageSpeed Apache module for a single domain in Plesk?
Answer
-
Got to Domains > example.com > Apache & Nginx Settings.
-
Add the directives below into the Additional directives for HTTP and Additional directives for HTTPS fields:
CONFIG_TEXT: <IfModule pagespeed_module>
ModPagespeed off
</IfModule> -
Scroll down and press the OK button to apply the changes.
Comments
2 comments
Is there a command such as
to disable pagespeed completely in Apache?
go to extensions > my extensions search for it disable it and remove it.
Please sign in to leave a comment.