You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2015/02/02 22:15:21 UTC

svn commit: r1656575 - /vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext

Author: fapeeler
Date: Mon Feb  2 21:15:20 2015
New Revision: 1656575

URL: http://svn.apache.org/r1656575
Log:
CMS commit to vcl by fapeeler

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

Modified: vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext?rev=1656575&r1=1656574&r2=1656575&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext Mon Feb  2 21:15:20 2015
@@ -63,18 +63,21 @@ the VCL web server.
 
 * 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. 
+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. 
 
     In your editor, open /etc/httpd/conf.d/phpMyAdmin.conf 
     Edit the first section, there are two locations that need to change
 
     <pre class="docnote">
-    Under Directory /var/www/html/phpMyAdmin/
+    Under the section labeled:
+    Directory /var/www/html/phpMyAdmin/
 
     . . .
     Require ip your_workstation_IP_address
     . . .
     Allow from your_workstation_IP_address
+    . . .
     </pre>
 
 * Restart httpd service and test