Apache server remote access problem

General support questions including new installations
zodehala
Posts: 14
Joined: 2008/11/05 13:52:25

Re: Apache server remote access problem

Post by zodehala » 2009/02/27 19:44:22

NedSlider = michaelnel = AlanJBartlett = foxb = toracat = Perfect guy & superman & Linux Master ......

but my question's reply is null . why ? :-( :-( :-( :-(


(i asked it supplier but no reply )

michaelnel
Posts: 1478
Joined: 2006/05/29 16:50:11
Location: San Francisco, CA

Re: Apache server remote access problem

Post by michaelnel » 2009/02/27 19:49:31

[quote]
zodehala wrote:
NedSlider = michaelnel = AlanJBartlett = foxb = toracat = Perfect guy & superman & Linux Master ......

but my question's reply is null . why ? :-( :-( :-( :-(


(i asked it supplier but no reply )[/quote]

You have installed a bunch of non-CentOS versions of stuff. Uninstall them and then use the yum tool to install the CentOS provided versions instead. Most likely things will just work then and you won't have a question anymore.

zodehala
Posts: 14
Joined: 2008/11/05 13:52:25

Re: Apache server remote access problem

Post by zodehala » 2009/02/28 11:15:01

i remove this package (xampp) [ already apache + php + mysql are installed on centso 5.2] in addition to this i try to install phpmyadmin

first
[quote]yum install phpmyadmin[/quote]
output
[quote]
Setting up Install Process
Parsing package install arguments
No package phpmyadmin available.
Nothing to do
[/quote]

than this time i did like here http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/

but i cannot access pma . and i see here http://www.mysql-apache-php.com/centos-lamp-server.htm but there is no /etc/httpd/conf.d/phpmyadmin.conf file

what will i do ?

markkuk
Posts: 739
Joined: 2007/09/07 10:56:28
Location: Finland

Re: Apache server remote access problem

Post by markkuk » 2009/02/28 12:59:03

First you must enable the [url=http://fedoraproject.org/wiki/EPEL]EPEL[/url] [url=http://wiki.centos.org/AdditionalResources/Repositories]repository[/url], then install it with:
[code]yum install phpMyAdmin[/code]
Notice that package names are case sensitive.

Post Reply