From 7966e03b6becc7e84d43e82ce074db11979068d6 Mon Sep 17 00:00:00 2001 From: kylin7-sg Date: Wed, 3 Dec 2014 15:28:10 +0800 Subject: [PATCH] Remove NameVirtualHost from https configuration Under 'Configure the dashboard for HTTPS' , when I apply 2. and restart apache I receive this error: "NameVirtualHost has no effect and will be removed in the next release /etc/apache2/ports.conf". So step 2 is not required now Change-Id: I829c2070eaa849981a36795538bb8247877732a1 Closes-bug: #1397359 --- doc/common/section_dashboard-configure-https.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/common/section_dashboard-configure-https.xml b/doc/common/section_dashboard-configure-https.xml index 4c1e2e3dc1..c6cff39a92 100644 --- a/doc/common/section_dashboard-configure-https.xml +++ b/doc/common/section_dashboard-configure-https.xml @@ -27,12 +27,6 @@ SESSION_COOKIE_HTTPONLY = True these options defend against cross-site scripting. - - Edit the - /etc/apache2/ports.conf file - and add the following line: - NameVirtualHost *:443 - Edit the /etc/apache2/conf.d/openstack-dashboard.conf