Apache-PHP-MySQL Server for Redhat
After the default Minimal installation of Redhat (RHEL and FC), here are the packages you need to install to have a Apache-PHP-MySQL services running.
1. Update your System
# yum update
2. Install Database Server
# yum install mysql-server
3. Install Apache HTTP Server
# yum install httpd
4. Install PHP for Apache
# yum install php
5. Install MySQL for Apache HTTP
# yum install php-mysql
