A better understanding of LAMP Architecture

Source: Internet
Author: User

 

LAMP

LAMP Architecture

The first step in tuning any system is to understand how it works. In the simplest form, LAMP-based applications are written in scripting languages such as PHP and run as part of an Apache Web server running on a Linux host.

The PHP application obtains information from the client through the requested URL, all form data, and any captured session information to determine what operations should be performed. If necessary, the server obtains information from the MySQL database (also running on Linux) and combines the information with some Hypertext Markup Language (HTML) templates, return the result to the client. This process is repeated when a user directs an application. When multiple users access the system, this process is performed concurrently. However, data streams are not unidirectional, because the database can be updated with information from users, including session data, statistical data (including voting), and user-submitted content (such as comments or site updates ). In addition to dynamic elements, there are also static elements such as images, JavaScript code, and Cascading Style Sheets (CSS ).

Based on the brief description in the article, we know the first step of LAMP optimization: LAMP Architecture

  • Lamp diagram)
  • The origin of lamp
  • LAMP platform Composition
  • LAMP System Optimization
  • LAMP website architecture scheme anatomy

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.