Configure LAMP (Linux, Apache, Mysql, PHP) on RHEL 6
LAMP - L inux, A pache, M ySQL and P HP , an open-source Web development platform/Web stacks, that uses Linux as the operating system , Apache as the Web server, MySQL as the DBMS and PHP as the scripting language. Perl or Python is often substituted for PHP Apache - Apache provides the mechanics for getting a Web page to a user. Apache is a stable, mission-critical-capable server, and it runs more than 65 percent of all Web sites on the Internet. The PHP component actually sits inside Apache, and you use Apache and PHP together to create your dynamic pages. MySQL - MySQL provides the data-storage side of the LAMP system. With MySQL, you have access to a very capable database suitable for running large and complex sites. Within your Web application, all your data, products, accounts, and other types of informatio...