RHEL4 Apache-PHP-MySQL Server

After the default Minimal installation of Redhat Enterprise Linux 4, here are the packages I need to install to have a Apache-PHP-MySQL services running.

  1. Database Server
    # yum install mysql-server
  2. Apache HTTP Server
    # yum install httpd
  3. PHP for Apache HTTP Server
    # yum install php
  4. MySQL for Apache HTTP Server
    # yum install php-mysql