* Author QiuRiMangCao 秋日芒草*
是一个位于客户端(pc)和原始服务器(google.com)之间的服务器
pc —> vpn —> google.com
是对于客户端而言它是原始服务器,客户端不需要进行任何特别的配置
pc01 } { 服务器01 pc02 } —> 百度域名解析器 —> { 服务器02 [服务集群] pc03 } { 服务器03
Nginx:轻量级,配置简单,高并发,高静态处理能力(css,js,jpg) Apche:php支持的更多,插件多,高动态处理能力
Nginx:用于作静态和反向代理服务器,处理前端静态请求 Apache:用于动态代理服务器,处理后端动态请求
PS D:Program FilesMySystem ginx-1.12.1> start nginx
PS D:Program FilesMySystem ginx-1.12.1> ps nginx d—– 2017/9/23 12:38 temp Handles NPM(K) PM(K) WS(K) CPU(s) Id SI Proces sName ——- —— —– —– —— – – —— 194 12 2112 9076 0.08 5112 8 nginx 188 14 21260 27512 0.06 7424 8 nginx 188 14 21260 27548 0.08 8108 8 nginx 188 14 21256 27516 0.08 9228 8 nginx 188 14 21252 27552 0.13 9904 8 nginx
PS D:Program FilesMySystem ginx-1.12.1> . ginx.exe -s quit
PS D:Program FilesMySystem ginx ginx-1.12.1> . ginx.exe -t nginx: the configuration file D:Program FilesMySystem ginx ginx-1.12.1/conf/nginx.conf syntax is ok nginx: configuration file D:Program FilesMySystem ginx ginx-1.12.1/conf/nginx.conf test is successful
PS D:Program FilesMySystem ginx ginx-1.12.1> . ginx.exe -s reload