Lamp refers to the first letter of the Linux (operating system), Apachehttp Server, MySQL (sometimes also referred to as MARIADB, database software) and PHP (sometimes referred to as Perl or Python), which is generally used to build a Web application platform. Linux+apache+mysql/mariadb+perl/php/python a group of open-source software that is often used to build dynamic Web sites or servers is itself a separate program, but because it is often used together, it has a higher degree of compatibility, Together make up a powerful Web application platform. With the booming of the open source, the three pillars has been developed with the development of Java EE and. NET commercial software, and the software-developed project has a low cost of investment in software and is therefore of concern to the entire IT community. From the website traffic, more than 70% of the traffic is lamp to provide, lamp is the most powerful website solution
The following will use the installed Apache MySQL PHP to test the architecture of the lamp platform
(Apache MySQL PHP installation tutorial can read my previous article)
Apapche Installation Tutorial: http://blog.51cto.com/13630803/2108179
MySQL Installation tutorial: http://blog.51cto.com/13630803/2108180
PHP Installation Tutorial: http://blog.51cto.com/13630803/2108181
1: Edit index.html under the Apache/htdocs directory
Empty the index.html inside the editor
Then rename the index.html to index.php
2: Open the host's browser input apache/conf/httpd.conf configuration file to set the listening IP address
PHP Web page displays normal lamp platform build success
Test LAMP Architecture platform in Linux redhat6.5