[Horizon] Disable server-status page
This PS disables the server status page of Apache. On the page provided information which can aid the malicious user in finding vulnerabilities in the system. Change-Id: I11104b10359808dc78a214ebb531d710ec353f60
This commit is contained in:
parent
0292c2ec80
commit
6de134f600
@ -28,6 +28,7 @@ function start () {
|
||||
chown -R horizon ${SITE_PACKAGES_ROOT}/openstack_dashboard/local/
|
||||
|
||||
a2enmod rewrite
|
||||
a2dismod status
|
||||
|
||||
if [ -f /etc/apache2/envvars ]; then
|
||||
# Loading Apache2 ENV variables
|
||||
|
Loading…
Reference in New Issue
Block a user