LAMP = Linux Apache MySql & PHP
Apache (httpd)
Apache (httpd)
- # yum -y install httpd
- # service httpd start
- # chkconfig httpd on
- # yum -y install mysql mysql-server
- # service mysqld start
- In this step you will be asked to change root password and some other basic configurations.
- # /usr/bin/mysql_secure_installation
- # yum install -y php php-common
- # yum install -y php-cli php-mysql php-devel
- # service httpd restart
- # chkconfig httpd on
- # service mysqld restart
- # chkconfig mysqld on
this blog is really useful.. thanx mate...
ReplyDelete