Reply to comment

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

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options