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

svn commit: r1860978 - /vcl/site/trunk/content/docs/installphpmyadmin.mdtext

Author: jfthomps
Date: Mon Jun 10 19:52:00 2019
New Revision: 1860978

URL: http://svn.apache.org/viewvc?rev=1860978&view=rev
Log:
added info on how to install epel; bolded path to phpMyAdmin.conf

Modified:
    vcl/site/trunk/content/docs/installphpmyadmin.mdtext

Modified: vcl/site/trunk/content/docs/installphpmyadmin.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/installphpmyadmin.mdtext?rev=1860978&r1=1860977&r2=1860978&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpmyadmin.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpmyadmin.mdtext Mon Jun 10 19:52:00 2019
@@ -22,16 +22,18 @@ browser. It makes administering the VCL
 the VCL web server.
 </div>
 
-1. phpmyadmin recommends performing installation using packages available from you Linux distribution
+1. phpmyadmin recommends performing installation using packages available from you Linux 
+distribution
 
     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:
+the VCL management node code; use **yum install -y epel-release** in not already installed). Use the 
+following to install phpMyAdmin from EPEL:
 
         :::BashLexer
         yum install -y phpMyAdmin
 
 1. 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
+**/etc/httpd/conf.d/phpMyAdmin.conf** 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.
     * In the &lt;Directory /usr/share/phpMyAdmin/&gt; section, add
       <div><pre>Require ip x.x.x.x/y</pre></div>