LAMP
LAMP是公认的最常见、最古老的黄金Web技术栈。
Linux 操作系统
Apache / Nginx web服务器
Mysql / Mariadb
Perl / Php / Python
linux + apache / nginx 对于静态请求,apache直接去磁盘上读取数据给用户返回
对动态请求转发(登录,注册,提交数据,投票)给应用服务器(linux + python / php),php / python 解析用户动态请求
LAMP
LAMP是公认的最常见、最古老的黄金Web技术栈。
Linux 操作系统
Apache / Nginx web服务器
Mysql / Mariadb
Perl / Php / Python
linux + apache / nginx 对于静态请求,apache直接去磁盘上读取数据给用户返回
对动态请求转发(登录,注册,提交数据,投票)给应用服务器(linux + python / php),php / python 解析用户动态请求
本文标题:Linux_211_LAMP
本文链接:https://www.haomeiwen.com/subject/qvebwrtx.html
网友评论