Author: buildbot
Date: Mon Jun 10 19:37:57 2019
New Revision: 1046097

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:37:57 2019
@@ -1 +1 @@
-1860975
+1860976

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:37:57 2019
@@ -127,11 +127,15 @@ the VCL management node code). Use the f
 /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.</p>
 <ul>
-<li>In the &lt;Directory /usr/share/phpMyAdmin/&gt; section, add
+<li>
+<p>In the &lt;Directory /usr/share/phpMyAdmin/&gt; section, add
   <div><pre>Require ip x.x.x.x/y</pre></div>
 Where x.x.x.x/y represents an IP range such as 192.168.100.1/24. Multiple 
lines can be added
-to match multiple ranges.</li>
-<li>restart httpd to active the changes<div class="codehilite"><pre><span 
class="n">systemctl</span> <span class="n">restart</span> <span 
class="n">httpd</span>
+to match multiple ranges.</p>
+</li>
+<li>
+<p>restart httpd to active the changes</p>
+<div class="codehilite"><pre><span class="n">systemctl</span> <span 
class="n">restart</span> <span class="n">httpd</span>
 </pre></div>
 
 
@@ -154,7 +158,7 @@ it was at /usr/share/phpMyAdmin/sql/crea
 </pre></div>
 
 
-<p>Save the following in a file named pmaprivs.sql to grant the pmacontrol 
user access to various parts tables:</p>
+<p>Save the following in a file named <strong>pmaprivs.sql</strong> to grant 
the pmacontrol user access to various parts tables:</p>
 <p><div><pre>
 GRANT USAGE ON mysql.<em> TO 'pmacontrol'@'localhost';
 GRANT SELECT (


Reply via email to