charm-openstack-dashboard/hardening.yaml
Shane Peters 4cf3383635 Disable apache mod_status when hardening apache
Automatically disable apache status module when
apache hardening is turned on.

sync charm-helpers for apache hardening fixes.

Change-Id: Idb114f4c37d5a570b352dbd43035cd737a658a1d
Closes-Bug: #1710917
2017-09-15 17:58:19 -04:00

9 lines
229 B
YAML

# Overrides file for contrib.hardening. See README.hardening in
# contrib.hardening for info on how to use this file.
ssh:
server:
use_pam: 'yes' # juju requires this
apache:
hardening:
modules_to_disable: ['status']