码迷,mamicode.com
首页 >  
搜索关键字:web;nginx;linux    ( 4个结果
Nginx基于gzip压缩配置参数(Ngx_http_gzip_module)
Ngx_http_gzip_module(压缩模块):基于gzip方式对响应报文作压缩;官方文档:http://nginx.org/en/docs/http/ngx_http_gzip_module.html官方定义:Thengx_http_gzip_modulemoduleisafilterthatcompressesresponsesusingthe“gzip”method.Thisoftenhelpstoreducethesizeoftra..
分类:Web程序   时间:2017-11-11 20:40:51    阅读次数:266
Nginx输出基本状态信息(Ngx_http_stub_module模块)
输出Nginx基本状态信息(Ngx_http_stub_status_module)官方文档:http://nginx.org/en/docs/http/ngx_http_status_module.html官方定义:Thengx_http_stub_status_modulemoduleprovidesaccesstobasicstatusinformation.Thismoduleisnotbuiltbydefault,itshouldbeenabledwiththe-..
分类:Web程序   时间:2017-10-29 17:38:27    阅读次数:284
Nginx实现基于用户的访问控制(Ngx_http_auth_basic_module模块)
Nginx基于用户的访问控制(Ngx_http_auth_basic_module)官方文档:http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html官方示例:Thengx_http_auth_basic_modulemoduleallowslimitingaccesstoresourcesbyvalidatingtheusernameandpasswordusingthe“HTTPBasicAuth..
分类:Web程序   时间:2017-10-16 12:24:51    阅读次数:287
Apache select和Nginx epoll模型区别
部分内容摘自跟老男孩学Linux运维:Web集群实战(运维人员必备书籍)http://oldboy.blog.51cto.com/2561410/17522701.select和epoll模型区别1.1.网络IO模型概述通常来说,网络IO可以抽象成用户态和内核态之间的数据交换。一次网络数据读取操作(read),可以拆分成两个步骤:1)..
分类:Web程序   时间:2016-09-22 01:24:09    阅读次数:262
4条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!