LAMP on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.7 – (Linux, Apache, MySQL, PHP)

LAMP (Linux, Apache, MySQL, PHP) server is very powerful server setup behind any website or web based service. This guide is collection of Fedora/CentOS/Red Hat (RHEL), Apache, MySQL and PHP install guides.

Today the Internet is full of instructions, which promises a LAMP server installation with a “One-Liner”, and so forth. In fact, these “One-Liner” instructions assume that, Linux is already installed and installs just AMP (Apache, MySQL, PHP) pakages, without any configuration. AMP programs can be installed with one command easily, of course, but the correct configuration have to be done anyway, especially if the environment is going to production use.

This guide (more specifically this guide parts) try to explain in more detail LAMP (Linux, Apache, MySQL, PHP) server environment installation. This howto can be used to pre-installed Linux, and instructions can be used for various Fedora and Red Hat based Linux distros with YUM. This guide is also usable with setup where MySQL databases and Apache Web servers are on different server machines.

This guide includes three separated steps/guides

Note: Any step can be omitted if something does not want to install.

1. Install Linux (Fedora 16/15/14, CentOS 6.2/5.7, Red Hat 6.2/5.7)

Currently there are 6 different instructions for installing Linux (Fedora 16/15/14, CentOS 6.2/5.7 and Red Hat 6.2).

Install Fedora 16 Linux >>

Install Fedora 15 Linux >>

Install Fedora 14 Linux >>

Install CentOS 6.2 Linux >>

Install CentOS 5.7 Linux >>

Install Red Hat (RHEL) 6 Linux >>

2. Install MySQL 5.5

This MySQL part use Remi Repository and install latest MySQL 5.5 (currently 5.5.19) version.

Install MySQL database server >>

Note: Open MySQL port only when it’s really needed and otherwise use it only locally (localhost)

3. Install Apache (httpd) 2.2 with PHP 5.3

This Apache and PHP part use Remi Repository and install latest PHP 5.3 (currently 5.3.10) version.

Install Apache (httpd) web server with PHP support >>

Enable Apache Userdir with SELinux on Fedora 16/15, CentOS 6.2/6.1/6/5.7, Red Hat (RHEL) 6.2/6.1/6/5.7 >>

Finally you are done. Not very hard, but at least the most important configurations and checks have been already completed.

Follow If Not True Then False Updates!
  1. Install Apache/PHP 5.3.10 on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.7
  2. Install MySQL 5.5.20 on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.7
  3. LEMP on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.7 – (Linux, Nginx, MySQL, PHP)
  4. Install WordPress 3.3.1 on Fedora 16/15, CentOS/RHEL 6.2/5.7
  5. Apache Userdir with SELinux on Fedora 16/15, CentOS/RHEL 6.2/5.7

9 Comments

  1. Great Post!!! :D

  2. Thanks! works perfectly

  3. Thanks, sets up properly!

  4. Is it necessary to install LAMP when using Webmin?

    • Hi Kevin,

      You don’t need full LAMP setup to use webmin.

      Just install rpm package, start webmin and it’s working… :)

      Run following (as root):

      rpm -Uvh http://prdownloads.sourceforge.net/webadmin/webmin-1.570-1.noarch.rpm

      Goto https://localhost.localdomain:10000 with your browser and login…

      • Thanks so much for the AWESOME advice and tutorial!

        • You are welcome! :)

  5. Thanks! Just what I was looking for!

  6. Thanks a lot Brother !!!!!!!!!!!!!!!! now, I m installing Drupal on fedora 16 !! ;)

Leave a Comment

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

guidelines

Trackbacks/Pingbacks

  1. Ganalot! » Blog Archive » fedora 8 Linux - [...] LAMP (Linux/Apache/MySQL/PHP) on Fedora 13/CentOS 5.5/RHEL 6 [...]
  2. WAMP: Apache 2.2, PHP5 & MySQL Installation Tutorial Windows XP, Vista, 7 - [...] LAMP (Linux/Apache/MySQL/PHP) on Fedora 13/CentOS 5.5/RHEL 6 [...]
  3. Install Wordpress 3.0.1 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5/6 - [...] Install Needed Web and Database Servers1.1 Install the whole LAMP environment with following guideLAMP (Linux/Apache/MySQL/PHP) on Fedora 13/CentOS 5.5/Red ...
  4. Install Zend Framework on Fedora 14/13, CentOS/Red Hat (RHEL) 5.5 - [...] 5.1 on Fedora, CentOS, Red Hat (RHEL)1.3 Install the whole LAMP environment with following guideLAMP (Linux/Apache/MySQL/PHP) on Fedora, CentOS ...
Bear