Applicable to:Question- How to enable/disable Apache modules shipped with Plesk?
- How to check which Apache modules are enabled/available?
AnswerNote: This guide is intended for Plesk administrators. If you are a domain owner, please contact your service provider for assistance.
1.Log in to Plesk.
2.Go to
Tools & Settings > Apache Web Server.3.Select Apache modules you want to enable or uncheck to disable.
4.Apply the changes.
Command-line instructions1.Connect to a Plesk server via SSH.
2.Use the plesk sbin httpd_modules_ctl utility:
# plesk sbin httpd_modules_ctl -e <module_name>
# plesk sbin httpd_modules_ctl -d <module name>
- to get a list of al available options:
# plesk sbin httpd_modules_ctl --help