Support for Apache
Please note: The functions in here are SUSE-specific. Placing them in this
separate file will allow them to load only on SUSE systems, while still
loading under the apache
namespace.
Runs a2dismod for the given mod.
CLI Example:
salt '*' apache.a2dismod vhost_alias
Runs a2enmod for the given mod.
CLI Example:
salt '*' apache.a2enmod vhost_alias
Checks to see if the specific apache mod is enabled.
This will only be functional on operating systems that support a2enmod -l to list the enabled mods.
CLI Example:
salt '*' apache.check_mod_enabled status
Generated on September 29, 2023 at 04:02:52 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3006.3.
© 2023 VMware, Inc. | Privacy Policy