On Jan 3, 2012, at 5:12, Rajagopal Swaminathan <[email protected]> wrote:

> Greetings
>
> On Tue, Jan 3, 2012 at 3:32 PM, Andreas Reschke
> <[email protected]> wrote:
>> [email protected] schrieb am 03.01.2012 10:55:43:
>>
>>> Rajagopal Swaminathan <[email protected]>
>>> Gesendet von: [email protected]
>>>
>>> 03.01.2012 10:55
>>>
>>> Bitte antworten an
>>> CentOS mailing list <[email protected]>
>>>
>> have you modified /etc/httpd/conf.d/phpMyAdmin.conf ?
>> #
>> #  Web application to manage MySQL
>> #
>>
>> <Directory "/usr/share/phpMyAdmin">
>>  Order Deny,Allow
>>  Deny from all
>>  Allow from 127.0.0.1
>> </Directory>
>>
>> Alias /phpmyadmin /usr/share/phpMyAdmin
>> Alias /phpMyAdmin /usr/share/phpMyAdmin
>> Alias /mysqladmin /usr/share/phpMyAdmin
>>
> my phpmyadmin.conf file reads:
>
> [root@centos phpmyadmin]# cat /etc/httpd/conf.d/phpmyadmin.conf
> #
> #  Web application to manage MySQL
> #
>
> <Directory "/usr/share/phpmyadmin">
>  Order Deny,Allow
>  Deny from all
>  Allow from 127.0.0.1
> </Directory>

Unless you're going to access this through a ssh tunnel to this
machine fix this stanza of the config.
_______________________________________________
CentOS mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos

Reply via email to