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:15:25 UTC

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

Author: buildbot
Date: Mon Feb  2 21:15:25 2015
New Revision: 938716

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:15:25 2015
@@ -1 +1 @@
-1656574
+1656575

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:15:25 2015
@@ -120,15 +120,18 @@ $cfg['Servers'][$i]['password']      = '
 <li>
 <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>
+server config file to allow other machines, change any lines with 127.0.01 to your workstation IP or 
+a set of known IP addresses. </p>
 <p>In your editor, open /etc/httpd/conf.d/phpMyAdmin.conf 
 Edit the first section, there are two locations that need to change</p>
 <p><pre class="docnote">
-Under Directory /var/www/html/phpMyAdmin/</p>
+Under the section labeled:
+Directory /var/www/html/phpMyAdmin/</p>
 <p>. . .
 Require ip your_workstation_IP_address
 . . .
 Allow from your_workstation_IP_address
+. . .
 </pre></p>
 </li>
 <li>