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
This commit is contained in:
kylin7-sg 2014-12-03 15:28:10 +08:00
parent abc0baf0b2
commit 7966e03b6b
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ SESSION_COOKIE_HTTPONLY = True</programlisting>
these options defend against cross-site
scripting.</para>
</step>
<step>
<para>Edit the
<filename>/etc/apache2/ports.conf</filename> file
and add the following line:</para>
<programlisting>NameVirtualHost *:443</programlisting>
</step>
<step>
<para>Edit the
<filename>/etc/apache2/conf.d/openstack-dashboard.conf</filename>