#本文只对nginx的最基本配置项做一些解释,对于配置文件拆分管理,更详细的集群健康检查的几种方式,检查策略等在此不做详细解释了。 #运行用户user nobody;#启动进程,通常设置成和cpu的数量相等worker_processes 1; #全局错误日志及PID文件#error_log log ...
分类:
其他好文 时间:
2017-02-20 13:58:28
阅读次数:
205
正常运行的必备配置 userSyntax: user user [group];Default: user nobody nobody;Context: main指定运行worker进程的用户 和组。 pidSyntax: pid file;Default: pid nginx.pid;Contex... ...
分类:
其他好文 时间:
2017-02-20 07:39:07
阅读次数:
418
memcached的安装包括:1、服务端的安装;2、客户端的安装 一、服务器端安装 方法一: memcached 依赖于libevent 库,因此我们需要先安装libevent. 假设将源码放在/usr/local/src 安装memcached服务器版 启动memcached 显示如上说明memc ...
分类:
Web程序 时间:
2017-02-17 10:16:07
阅读次数:
248
转自:http://www.cnblogs.com/itech/archive/2009/08/10/1542945.html [rsync实现网站的备份,文件的同步,不同系统的文件的同步,如果是windows的话,需要windows版本cwrsync] 一、什么是rsync rsync,remot ...
分类:
其他好文 时间:
2017-02-04 16:08:25
阅读次数:
199
X.U.I don't want nobody to get killed I'll come and get you I am always ready to fight So don't take all of the blame We are all as bad Ah wait don't ...
分类:
其他好文 时间:
2017-02-03 10:46:55
阅读次数:
194
nginx.conf文件 #user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/ngi ...
分类:
其他好文 时间:
2017-01-25 16:35:24
阅读次数:
221
原文:http://www.jb51.net/article/79878.htm 首先查看现在环境nginx的版本为1.8.0 编译的参数只指定了安装路径; 复制代码代码如下: [root@localhost sbin]# ./nginx -Vnginx version: nginx/1.8.0bu ...
分类:
其他好文 时间:
2017-01-16 18:12:18
阅读次数:
177
一、安装软件 yum -y install samba samba-common samba-client 二、主要相关文件 /etc/samba/smb.conf samba的主要配置文件 /etc/samba/smbusers samba的用户别名,比如可以将root用别名administrat ...
分类:
其他好文 时间:
2017-01-10 17:52:22
阅读次数:
267
我通常使用curl判断判断远程图片或文件是否存在:/***@linkhttp://www.phpddt.com*/functionurl_exists($url){$ch=curl_init();curl_setopt($ch,CURLOPT_URL,$url);//不下载curl_setopt($ch,CURLOPT_NOBODY,1);//设置超时curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,3);curl_setop..
分类:
Web程序 时间:
2016-12-30 22:15:13
阅读次数:
218
1.查看cpu占有率 top -P 2.查看进程cpu占用率 ps -mp 3749 -o THREAD,tid,time|sort -rn|head -n 20 3.查看java堆栈信息 su - nobody -c "/usr/java/jdk1.6.0_21/bin/jstack 3749|g ...
分类:
编程语言 时间:
2016-12-28 11:36:07
阅读次数:
655