How to Set up Php on Apache 2.2.3 on CentOS 5.3

This article is aimed at people who have CentOS 5.3 and Apache 2.2.3. It may also work on RHEL (but you have to pay for RHEL). Connect to your VPS using SSH to get a command line (unless its being installed on your local machine). Your...

Method 1 of 2:

Httpd

  1. Picture 1 of How to Set up Php on Apache 2.2.3 on CentOS 5.3
    Connect to your VPS using SSH to get a command line (unless its being installed on your local machine). Your machine will need to be connected to the network to download packages. Packages can be installed using the 'yum' command.
    1. CentOS and Red Hat based distros call the Apache server 'httpd' rather than Apache. This can be confusing at times to new people, but it is the same application/server. You should search for Apache using the command 'yum search httpd' . This will probably show you a lot of results, however some of these things are modules or addons. The main one to look for looks like 'httpd.i386' or similar. Now you can install it with 'yum install httpd.i386'
  2. Picture 2 of How to Set up Php on Apache 2.2.3 on CentOS 5.3
    Remember that search for the PHP. PHP comes with many modules, this means a 'yum search php' will show a lot more items. The main one to install is php.i386 (like the httpd) unless you run a 64bit OS in which case you will see the difference in name in the search.
Method 2 of 2:

PHP

  1. Picture 3 of How to Set up Php on Apache 2.2.3 on CentOS 5.3
    Install the PHP, and any modules you need. Modules start with php- . ie common install line would be yum install php.i386 php-imap.i386 php-dbase.i386 php-xml.i386 php-pgsql.i386 php-mysql.i386 php-gd.i386 php-mcrypt.i386
  2. Picture 4 of How to Set up Php on Apache 2.2.3 on CentOS 5.3
    Restart the Apache server with 'service httpd restart'
  3. Picture 5 of How to Set up Php on Apache 2.2.3 on CentOS 5.3
    Put the following script anywhere under your document root (usually /var/www/html/) but make sure it has a .php extension (ie index.php):
  4. Picture 6 of How to Set up Php on Apache 2.2.3 on CentOS 5.3
    Open your web browser and browse to the uploaded file, and if it says Hello World, then PHP is working!
Update 04 March 2020
Category

System

Mac OS X

Hardware

Game

Tech info

Technology

Science

Life

Application

Electric

Program

Mobile