配置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/nginx.pid;
events {
worke...
分类:
其他好文 时间:
2015-04-26 09:33:28
阅读次数:
225
安装pcre,pcre是一个轻量级的正则表达式函数库,nginx的HTTPRewrite模块会用到。wget
tar-zxvfpcre-8.34.tar.gz
cdpcre-8.34
./configure
make&&makeinstall2.安装nginx.wget
tar-zxvfnginx-1.5.9.tar.gz
cdnginx-1.5.9
./configure--user=nobody--group=nobody--prefi..
分类:
其他好文 时间:
2015-04-17 11:52:01
阅读次数:
167
vim/usr/local/nginx/conf/nginx.conf#usernobody; #程序运行使用账户worker_processes1; #启动的进程,通常设置成和cpu的数量相等#全局错误日志级PID文件#error_loglogs/error.log;#error_loglogs/error.lognotice;#error_loglogs/error.loginfo;#pidlogs/nginx.pid;events..
分类:
其他好文 时间:
2015-04-17 11:51:37
阅读次数:
107
从jenkins官网上下载jenkins.war到本地,运行下面的命令后,jenkins就启动了:java-jarjenkins.war启动后默认可以从以下URL访问:http://localhost:8080/下面介绍一些常见问题:Jenkins发出的邮件无法接受到。查看/var/log/maillog,可看到信息:from:<nobody@nowhere>这..
分类:
其他好文 时间:
2015-04-10 20:24:02
阅读次数:
139
1924. Four Imps
Time limit: 1.0 second
Memory limit: 64 MB
The world is in danger. One famous swindler passed away recently (by the way, nobody knows his real name, so let's call him Osta...
分类:
其他好文 时间:
2015-03-06 19:09:08
阅读次数:
178
Unix-like:多用户、多任务1、Linux系统的多用户组与用户的对应:一对一、一对多、多对一、多对多特殊用户和组:root/root、nobody/nogroup用户名:用户ID组:容器:映射用户群和访问权限权限指派的容器,角色(role)文件:属主、属组属主:拥有者属组:所属的组用户的类型:..
分类:
其他好文 时间:
2015-03-05 17:18:09
阅读次数:
130
目前一般公司中大部分的环境其实还是使用NFSv3,但是V4已经慢慢已经渗透,有比较多的新功能。最近在安装一个jobsubmit系统的时候,指明必须使用NFSV4。但是mount过来的时候发现,owner和group变成的nobody。解决起来其实是很简单。1.启动rpcidmapddaemon2.编辑/etc/idmapd.conf=..
分类:
其他好文 时间:
2015-02-10 11:32:24
阅读次数:
149
Nginx的内核模块Nginx的内接模块用于控制Nginx服务器的基本功能配置实例:usernobodynobody;
worker_processes4;
error_loglogs/error.logcrit;
pidlogs/nginx.pid;
worker_rlimit_nofile65535;指令名称:error_log指令名称:pidNginx的事件模块事件模块(EventModules)用于控制Ngi..
分类:
其他好文 时间:
2015-02-08 23:21:31
阅读次数:
216
1. You couldn’t afford the time to perfect anything, but no need to warry , because nobody else could either. 2. Our civilization runs on software—Bja...
分类:
其他好文 时间:
2015-02-03 21:14:46
阅读次数:
205
一、NGINX内置的基本模块
1、NGINX内核模块
2、EVENTS模块
3、HTTP核心模块
二、NGINX基本配置文件
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log inf...
分类:
其他好文 时间:
2015-02-03 01:53:48
阅读次数:
177