nginx 处理动态请求的工作原理(面试题)
首先**Nginx** 服务是不能处理动态请求,那么当用户发起动态请求时**, Nginx**又是如何进行处理的。 当用户发起**http** 请求,请求会被**Nginx** 处理,如果是静态资源请求**Nginx** 则直接返回,如果是动态请求**Nginx** 则通过**fastcgi** 协议转交给后端的**PHP**程序处理,具体如下图所示 ![](http://...
首先**Nginx** 服务是不能处理动态请求,那么当用户发起动态请求时**, Nginx**又是如何进行处理的。 当用户发起**http** 请求,请求会被**Nginx** 处理,如果是静态资源请求**Nginx** 则直接返回,如果是动态请求**Nginx** 则通过**fastcgi** 协议转交给后端的**PHP**程序处理,具体如下图所示 ![](http://...
需求: 有一台 [windows server](https://51tbox.com/ "View all posts in windows server") 云主机 类型是 Windows 2008 的服务器 上边安装有 宝塔 , IIS , mysql ,目前网站打开网页比较慢, 解决方案: redis 做缓存 ![](http://static...
Nginx-第一章 {#leanote-title} ========================== {#tab-markdown}Markdown{#tab-html}HTML 01·Nginx Web快速入门-基础 {#title} ============================ * [01·Nginx Web快速入门-基础](#title) ...
模块1: [nginx](https://51tbox.com/ "View all posts in nginx")访问模块 --------------------------------------------------------------- [2Nginx常用基础模块(原)](https://51tbox.com/) 1.autoindex...
Nginx-第二章 {#leanote-title} ========================== {#tab-markdown}Markdown{#tab-html}HTML 02·Nginx常用基础模块 {#title} ======================= ![](http://static.51tbox.com/static/2024-08-...
1、开始 - 运行 中输入 regedit 打开注册表编辑器。 ![](http://static.51tbox.com/static/2024-08-29/col/05b245d76aa9a96194f2b6766ef7dc7f/a44ef22584884d6a86f16bf0a1bcc375.png.jpg) 2、依次展开 "HKEY_LOCAL_MACHIN...
### Windows系统[远程桌面](https://51tbox.com/ "View all posts in 远程桌面")端口查看和修改方法 Windows服务器可以在系统注册表中查看/修改远程桌面端口以外,还可以通过命令查看远程端口。Windows服务器远程端口号是多少默认3389。本文介绍如何查看和修改WIndows 远程桌面端口。 ### ...