You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by bu...@apache.org on 2019/06/10 19:52:07 UTC

svn commit: r1046098 - in /websites/staging/vcl/trunk/content: ./ docs/installphpmyadmin.html

Author: buildbot
Date: Mon Jun 10 19:52:07 2019
New Revision: 1046098

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/docs/installphpmyadmin.html

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 10 19:52:07 2019
@@ -1 +1 @@
-1860976
+1860978

Modified: websites/staging/vcl/trunk/content/docs/installphpmyadmin.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/installphpmyadmin.html (original)
+++ websites/staging/vcl/trunk/content/docs/installphpmyadmin.html Mon Jun 10 19:52:07 2019
@@ -114,9 +114,11 @@ the VCL web server.
 
 <ol>
 <li>
-<p>phpmyadmin recommends performing installation using packages available from you Linux distribution</p>
+<p>phpmyadmin recommends performing installation using packages available from you Linux 
+distribution</p>
 <p>For CentOS, the EPEL yum repository needs to have been added (which is done for installing
-the VCL management node code). Use the following to install phpMyAdmin from EPEL:</p>
+the VCL management node code; use <strong>yum install -y epel-release</strong> in not already installed). Use the 
+following to install phpMyAdmin from EPEL:</p>
 <div class="codehilite"><pre><span class="n">yum</span> <span class="n">install</span> <span class="o">-</span><span class="n">y</span> <span class="n">phpMyAdmin</span>
 </pre></div>
 
@@ -124,7 +126,7 @@ the VCL management node code). Use the f
 </li>
 <li>
 <p>By default phpMyAdmin on Red Hat based distros restrict access to localhost only. Modify
-/etc/httpd/conf.d/phpMyAdmin.conf to change that.  It is advisable to only allow access from some
+<strong>/etc/httpd/conf.d/phpMyAdmin.conf</strong> to change that.  It is advisable to only allow access from some
 specific IP addresses or IP ranges so that phpMyAdmin is not open to everyone to try to access.</p>
 <ul>
 <li>