Skip to content

Commit

Permalink
Bug # 1194221 - Added missing restart to HTTP dashboard configuration
Browse files Browse the repository at this point in the history
Added missing restart of apache and memcached to dashboard HTTP
configuration, step already existed for HTTPS.

Change-Id: Ia61597ff9611df94168b0bd515e6cc91193fb024
Fixes: bug 1194221
  • Loading branch information
xsgordon committed Jul 12, 2013
1 parent 5880e7c commit 77ed34c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/src/docbkx/common/dashboard-configure.xml
Expand Up @@ -31,6 +31,11 @@
>Horizon Settings and
Configuration</link>.</para>
</step>
<step>
<para>Restart Apache and memcached:</para>
<screen><prompt>#</prompt> <userinput>service apache2 restart</userinput>
<prompt>#</prompt> <userinput>service memcached restart</userinput></screen>
</step>
</procedure>
</section>
<section xml:id="dashboard-config-https">
Expand Down

0 comments on commit 77ed34c

Please sign in to comment.