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 2015/02/02 22:06:44 UTC

svn commit: r938712 - in /websites/staging/vcl/trunk/content: ./ docs/installphpMyAdminVCL.html

Author: buildbot
Date: Mon Feb  2 21:06:43 2015
New Revision: 938712

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:06:43 2015
@@ -1 +1 @@
-1656569
+1656571

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:06:43 2015
@@ -118,17 +118,24 @@ $cfg['Servers'][$i]['password']      = '
 </pre></p>
 </li>
 <li>
-<p>Allow access to phpMyAdmin from other machines. The default server configuration limits 
+<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. In your editor, open /etc/httpd/conf.d/phpMyAdmin.conf</p>
-<p>Edit the first section <Directory /usr/share/phpMyAdmin/> There are two locations that need to change</p>
-<p><pre class="docnote">
+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">&lt;pre</span> <span class="na">class=</span><span class="s">&quot;docnote&quot;</span><span class="nt">&gt;</span>
+Under <span class="nt">&lt;Directory</span> <span class="err">/var/www/html/phpMyAdmin</span><span class="nt">/&gt;</span>
 . . .
 Require ip your_workstation_IP_address
 . . .
 Allow from your_workstation_IP_address
-</pre></p>
-</li>
+<span class="nt">&lt;/pre&gt;</span>
+</pre></div>
+
+
+<ul>
 <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>
@@ -153,7 +160,7 @@ information to be displayed when you hov
 
 
 </li>
-</ol>
+</ul>
   </div>
   
   <div id="footer">