Author: buildbot
Date: Mon Feb 2 21:10:13 2015
New Revision: 938714
Log:
Staging update by buildbot for vcl
Modified:
websites/staging/vcl/trunk/content/ (props changed)
websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html
Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 2 21:10:13 2015
@@ -1 +1 @@
-1656572
+1656574
Modified: websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html (original)
+++ websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html Mon Feb
2 21:10:13 2015
@@ -121,22 +121,16 @@ $cfg['Servers'][$i]['password'] = '
<p>How to allow access to phpMyAdmin from other machines. The default server
configuration limits
access only the localhost (127.0.0.1). If desired to access from other
machines, edit the
server config file to allow other machines. </p>
-</li>
-</ol>
<p>In your editor, open /etc/httpd/conf.d/phpMyAdmin.conf
Edit the first section, there are two locations that need to change</p>
-<div class="codehilite"><pre><span class="nt"><pre</span> <span
class="na">class=</span><span class="s">"docnote"</span><span
class="nt">></span>
-Under Directory /var/www/html/phpMyAdmin/
-
-. . .
+<p><pre class="docnote">
+Under Directory /var/www/html/phpMyAdmin/</p>
+<p>. . .
Require ip your_workstation_IP_address
. . .
Allow from your_workstation_IP_address
-<span class="nt"></pre></span>
-</pre></div>
-
-
-<ul>
+</pre></p>
+</li>
<li>
<p>Restart httpd service and test</p>
<div class="codehilite"><pre><span class="n">service</span> <span
class="n">httpd</span> <span class="n">restart</span>
@@ -161,7 +155,7 @@ information to be displayed when you hov
</li>
-</ul>
+</ol>
</div>
<div id="footer">