LAMP

Posted hyc-blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LAMP相关的知识,希望对你有一定的参考价值。

LAMP:

  Linux;Apache;mariadb,mysqlphp,Perl,Python;

CGI:Conmon Geteway Interface

httpd+php连接:

  modules;

  cgi;

  fastcgi(fpm);

请求流程:client --> (http) -->  httpd --> (cgi) --> php --> (mysql) --> mariadb

以上是关于LAMP的主要内容,如果未能解决你的问题,请参考以下文章

源码编译构建LAMP

PHP 简介

redat利用yum快速搭建LAMP环境

centos7.4编译安装lamp

在 Ubuntu Server 16.04 LTS 上安装 LAMP

Linux精华篇—CentOS 7.4下源码编译构建LAMP架构