51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

windows

nginx 处理动态请求的工作原理(面试题)

nginx 处理动态请求的工作原理(面试题)

厉飞雨 阅读(78) 评论(0) 赞(7)

首先**Nginx** 服务是不能处理动态请求,那么当用户发起动态请求时**, Nginx**又是如何进行处理的。 当用户发起**http** 请求,请求会被**Nginx** 处理,如果是静态资源请求**Nginx** 则直接返回,如果是动态请求**Nginx** 则通过**fastcgi** 协议转交给后端的**PHP**程序处理,具体如下图所示 ![](http://...

Windows IIS PHP安装redis

Windows IIS PHP安装redis

厉飞雨 阅读(68) 评论(0) 赞(6)

需求: 有一台 [windows server](https://51tbox.com/ "View all posts in windows server") 云主机 类型是 Windows 2008 的服务器 上边安装有 宝塔 , IIS , mysql ,目前网站打开网页比较慢, 解决方案: redis 做缓存 ![](http://static...

1Nginx Web快速入门-基础

1Nginx Web快速入门-基础

厉飞雨 阅读(73) 评论(0) 赞(3)

Nginx-第一章 {#leanote-title} ========================== {#tab-markdown}Markdown{#tab-html}HTML 01·Nginx Web快速入门-基础 {#title} ============================ * [01·Nginx Web快速入门-基础](#title) ...

2Nginx常用模块介绍

2Nginx常用模块介绍

厉飞雨 阅读(57) 评论(0) 赞(4)

模块1: [nginx](https://51tbox.com/ "View all posts in nginx")访问模块 --------------------------------------------------------------- [2Nginx常用基础模块(原)](https://51tbox.com/) 1.autoindex...

2Nginx常用基础模块(原)

2Nginx常用基础模块(原)

厉飞雨 阅读(50) 评论(0) 赞(6)

Nginx-第二章 {#leanote-title} ========================== {#tab-markdown}Markdown{#tab-html}HTML 02·Nginx常用基础模块 {#title} ======================= ![](http://static.51tbox.com/static/2024-08-...