Warning
This module will be removed from Salt in version 3009 in favor of the apache Salt Extension.
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
Ensure an Apache module is disabled.
New in version 2016.3.0.
Name of the Apache module
Ensure an Apache module is enabled.
New in version 2016.3.0.
Name of the Apache module
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy