码迷,mamicode.com
首页 >  
搜索关键字:centos 6.5 nginx    ( 54047个结果
【CentOS】CentOS下安装Nginx
1.确认下面内容(管理员权限) yum install gcc yum install pcre pcre-devel yum install zlib zlib-devel yum install openssl openssl-devel 2.下载Nginx,选择稳定版(Stable) 目录:/ ...
分类:其他好文   时间:2021-01-18 11:28:16    阅读次数:0
1Nginx部署
nginx有四个版本,开源nginx版,商业nginx plus版,淘宝tengine分支版,和openresty扩展板 其中商业版收费,淘宝版是阿里针对nginx的高并发二次开发的项目,而扩展版和淘宝版有着异曲同工之妙,个人感觉扩展板性能更强悍一些。 1使用dockerfile制作一个nginx扩 ...
分类:其他好文   时间:2021-01-18 11:24:15    阅读次数:0
Nginx设置反向代理内网服务器/内部端口
Nginx设置反向代理内网服务器/内部端口 by WEB全栈工程师 on 2015 年 07 月 26 日 Nginx 是一个很强大的高性能Web和反向代理服务器,它具有很多非常优越的特性,本次主要解决Nginx反向代理设置问题。假定有一台能正常访问的外网Nginx服务器A和一台内网Nginx服务器 ...
分类:其他好文   时间:2021-01-18 11:08:10    阅读次数:0
安装nginx报错
错误一:安装nginx报错“src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘current_salt’” “src/os/unix/ngx_user.c:26:7: error: ‘struct ...
分类:其他好文   时间:2021-01-18 10:49:25    阅读次数:0
Docker的Centos和Ubuntu安装
Docker的安装 安装文档 doc Ubuntu下的安装 安装环境 NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSI ...
分类:系统相关   时间:2021-01-18 10:42:51    阅读次数:0
nginx - fastcgi param
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;#脚本文件请求的路径 fastcgi_param QUERY_STRING $query_string; #请求的参数;如?app=123 fastcgi_param R ...
分类:其他好文   时间:2021-01-18 10:38:12    阅读次数:0
nginx 之nginx.conf 配置说明
user nginx; #使用linux用户分组执行nginx worker_processes 4;#nginx 启动后的进程数,通常跟服务器的内核挂钩 如:2核4进程 01 10 01 10; 4核2进程 0101 1010;worker_cpu_affinity 0001 0010 0100 ...
分类:其他好文   时间:2021-01-18 10:37:56    阅读次数:0
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error 在安装目录下执行 vim obj/Markfile 把Makefile文件的-Werror去掉 重新执行make ...
分类:Web程序   时间:2021-01-16 12:06:29    阅读次数:0
Linux之进程管理
一、进程管理 1、ps查看进程 [root@VM-4-16-centos ~]#ps -aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.3 43596 3440 ? Ss Jan08 0:16 /usr/ ...
分类:系统相关   时间:2021-01-16 12:03:46    阅读次数:0
Centos7 隐藏ssh(OpenSSH) 版本号
参考:https://www.yangliuan.cn/?p=1090 1.安装所需工具 yum install --downloadonly --downloaddir=rpm gcc gcc-c++ glibc make autoconf openssl openssl-devel pcre-d ...
分类:其他好文   时间:2021-01-16 11:56:39    阅读次数:0
54047条   上一页 1 ... 54 55 56 57 58 ... 5405 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!