Author: fapeeler
Date: Mon Feb 2 21:06:39 2015
New Revision: 1656571
URL: http://svn.apache.org/r1656571
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=1656571&r1=1656570&r2=1656571&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext Mon Feb 2 21:06:39
2015
@@ -61,13 +61,15 @@ the VCL web server.
$cfg['Servers'][$i]['password'] = ''; //Use wrtPass from
/etc/vcl/vcld.conf
</pre>
-* Allow access to phpMyAdmin from other machines. The default server
configuration limits
+* 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
-
- Edit the first section <Directory /usr/share/phpMyAdmin/> There are two
locations that need to change
+server config file to allow other machines.
+
+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/>
. . .
Require ip your_workstation_IP_address
. . .