Author: fapeeler
Date: Mon Feb 2 21:27:32 2015
New Revision: 1656585
URL: http://svn.apache.org/r1656585
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=1656585&r1=1656584&r2=1656585&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext Mon Feb 2 21:27:32
2015
@@ -54,7 +54,7 @@ the VCL web server.
The "Securing your phpMyAdmin installation" instructions can be followed
to secure phpMyAdmin. At a minimum set the MySQL user and password
in the config.inc.php file
- Edit the /etc/phpMyAdmin/config.inc.php and set the user and password
variables to match
+ Edit /etc/phpMyAdmin/config.inc.php and set the user and password
variables to match
the LockerWrtUser(typically vcluser) and wrtPass from /etc/vcl/vcld.conf
$cfg['Servers'][$i]['user'] = 'vcluser';
@@ -62,7 +62,7 @@ the VCL web server.
</pre>
* 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
+access only to localhost (127.0.0.1). If desired to access from other
machines, edit the
server config file to allow other machines, change any lines with 127.0.0.1 to
your workstation IP or
a set of known IP addresses.