 |
:: News & Article Category |
|
 |
 |
|
 |
 |
|
 |
:: How to configure Apache, PHP & MySQL to be work fine in CentOS? |
|
 |
 |
After installing CentOS with minimum configuration please follow the following steps: 1. yum install httpd 2. Stop the httpd & mysqld
3. yum install mysql mysql-devel mysql-server
4. yum install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel
5. start all the service httpd, mysqld, vftpd
6. If the services are not on by default: chkconfig mysqld on
7. to configur firewall: system-config-securitylevel. |
|
|
|
|
 |
 |
|
|