LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apache, MySql, PHP installation on RH linux (https://www.linuxquestions.org/questions/linux-newbie-8/apache-mysql-php-installation-on-rh-linux-814353/)

amit_m04 06-15-2010 05:00 PM

Apache, MySql, PHP installation on RH linux
 
Hi,

i have installed RH Linux on VMware workstation.
can some one please guide me in installing Apache, MySql Server and PHP on linux.
and how should i configure PHP to use Apache Web Server and MySql.

Please help me on this.

rweaver 06-15-2010 05:07 PM

Code:

yum install httpd mysql php-mysql libdbi-dbd-mysql mod_auth_mysql mysql-server mysql-devel php-mysql php-pdo php-cli php-common php-gd php mysql
chkconfig mysqld on
chkconfig httpd on

If you need more instruction than that you can hit howtoforge or one of the linux tutorial sites.

vikas027 06-16-2010 01:57 AM

See this link, might be useful for you http://www.linuxquestions.org/questi...ghlight=apache


All times are GMT -5. The time now is 11:39 AM.