Linux and Python jack.zhang 博客园 首页 新随笔 联系 订阅 管理 Nginx 之一:编译安装nginx 1.8.1 及配置 一:基介绍 官网地址www.nginx.org,nginx是由1994年毕业于俄罗斯国立莫斯科鲍曼科技大学的同学为俄罗斯rambler.ru公司开 ...
分类:
其他好文 时间:
2018-10-10 14:07:37
阅读次数:
246
首先nginx编译安装此模块--with-http_stub_status_module参考教程如下http://www.ttlsa.com/zabbix/zabbix-monitor-nginx-performance/
分类:
其他好文 时间:
2018-10-09 20:00:42
阅读次数:
159
解压pcre压缩包编译生成安装解压openssl压缩包编译生成!安装编辑profile解压zlib编译生成安装解压nginx编译/configure--prefix=/usr/local/nginx--without-http_memcached_module--user=www--group=www--with-http_stub_status_module--with-http_ssl_mod
分类:
其他好文 时间:
2018-09-18 22:51:43
阅读次数:
191
1. Lua基础语法 安装lua hello world 也可以编写lua脚本 运行脚本 lua注释 变量 局部变量的话前面加个local 循环 if语句 2. Nginx与Lua开发环境 https://www.imooc.com/article/19597 Nginx编译安装Lua模块 一、安装 ...
分类:
其他好文 时间:
2018-08-25 16:22:49
阅读次数:
160
监控nginx,主要讲解监控并发数:1:nginx编译参数:--prefix=/usr/local/nginx--with-http_stub_status_modulezabbix编译参数的查看:/usr/local/nginx/sbin/nginx-Vnginxversion:nginx/1.8.1builtbygcc4.4.720120313(RedHat4.4.7-18)(GCC)buil
分类:
Web程序 时间:
2018-08-21 11:31:30
阅读次数:
335
Apache 对于Apache,首先是apache的安装,可以参考下面这篇博客:编译安装Apache Nginx 对于nginx的安装和配置,可以看下面这篇博客:nginx 编译安装以及简单配置 修改nginx.conf中server部分 ...
分类:
Web程序 时间:
2018-08-13 00:42:44
阅读次数:
184
NGINX之安装方法一一、通过编译包安装NGINX1、下载NGINX编译包wgethttp://nginx.org/download/nginx-1.6.3.tar.gz2、创建nginx软件所需的用户与组[root@localhostsoftware]#useraddwww-s/sbin/nologin-M#不能登陆,不带家目录[root@localhostsoftware]#groupaddw
分类:
其他好文 时间:
2018-07-16 12:23:12
阅读次数:
147
wget https://openresty.org/download/openresty-1.11.2.2.tar.gz tar -xzvf openresty-1.11.2.2.tar.gz cd openresty-1.11.2.2 查看 nginx 编译选项: root@iZm5eabkgm ...
分类:
其他好文 时间:
2018-07-13 19:06:09
阅读次数:
175