一直帮老板搬运代码!!!
全部博文(116)
发布时间:2013-02-18 15:54:23
没有nginx,logs目录访问权限 [alert]: could not open error log file: open() "/usr/local/nginx/logs/error.log" failed (13: Permission denied) 2011/03/21 06:09:33 [emerg] 24855#0: mkdir() "/usr/local/nginx/client_body_temp" failed (13: Permission denied) 解决办法: Java代码 .........【阅读全文】
发布时间:2013-02-06 14:56:36
安装Ethereal按照这个博文所说的安装,下载本博文的ethereal-0.99.0.tar.gz按照这个:http://g.51cto.com/735418217/117853make出错sudo yum install libpcap sudo yum install libpcap-develsudo yum update gnutls出错去掉: #include sudo make install附件.........【阅读全文】
发布时间:2013-02-06 10:07:10
打开: fd = ngx_open_file(filename->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);#define ngx_open_file(name, mode, create, access) &nb.........【阅读全文】
发布时间:2013-02-05 13:13:32
Discuss the possibility of the shared resource protection with/without preempt_disable() in spin_lock_irq implementation under UP system.........【阅读全文】
发布时间:2013-02-05 11:44:15
//下面是个人以时间,事件和读写为断点进行数据捕获得出的结论(以tomcat为后端服务器)//如果对内部处理流程,不是很清楚的,可以参考个人文章“nginx 请求处理流程(非配置upstream)”,请求的接受和处理包括发送,应该基本一直//conf配置: upstream tomcat_server { 65 &n.........【阅读全文】