Manage Apache Modules
New in version 2014.7.0.
Enable and disable apache modules.
Enable cgi module:
apache_module.enabled:
- name: cgi
Disable cgi module:
apache_module.disabled:
- name: cgi
salt.states.apache_module.
disabled
(name)¶Ensure an Apache module is disabled.
New in version 2016.3.0.
Name of the Apache module
salt.states.apache_module.
enabled
(name)¶Ensure an Apache module is enabled.
New in version 2016.3.0.
Name of the Apache module
Generated on June 28, 2022 at 04:10:49 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3004.2.
© 2022 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy