Author: buildbot
Date: Mon Feb 2 21:03:34 2015
New Revision: 938711
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:03:34 2015
@@ -1 +1 @@
-1656567
+1656569
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:03:34 2015
@@ -118,6 +118,18 @@ $cfg['Servers'][$i]['password'] = '
</pre></p>
</li>
<li>
+<p>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">
+. . .
+Require ip your_workstation_IP_address
+. . .
+Allow from your_workstation_IP_address
+</pre></p>
+</li>
+<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>
</pre></div>
@@ -125,11 +137,11 @@ $cfg['Servers'][$i]['password'] = '
<p>If you receive 403-Forbidden errors after installing phpMyAdmin, the
problem is likely caused by SELinux. Run the following command to correct the
problem:
<pre class="docnote">
-chcon -R -t httpd_sys_content_t /var/www/html/phpmyadmin
+chcon -R -t httpd_sys_content_t /var/www/html/phpMyAdmin
</pre></p>
</li>
<li>
-<p>Configure the phpMyAdmin-VCL Table relationships:</p>
+<p>Optional, Configure the phpMyAdmin-VCL Table relationships:</p>
<p>After following the documentation on creating the phpMyAdmin Linked-tables
infrastructure, you can set up the VCL table relationships. The phpmyadmin.sql
file is
provided in the mysql directory in the Apache VCL source code. It will add
entries to the