码迷,mamicode.com
首页 >  
搜索关键字:error_log    ( 1036个结果
【编译打包】nginx_1.6.2-1~precise.debian.tar.gz
为了满足定制的需求,修改了nginx官方的deb源码包,重新发布出来。编译参数./configure--prefix=/etc/nginx--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx/nginx.conf--error-log-path=/var/log/nginx/error.log--http-log-path=/var/log/nginx/access.log--p..
分类:其他好文   时间:2014-12-04 06:33:58    阅读次数:188
ORA-01591: lock held by in-doubt distributed transaction问题解决
昨天跑批量数据的程序时遇到oracle错误: $tail -f INDB_ERROR_8.LOG [Time]2014-12-01 04:10:31: activeAccountDeposit in oracle error: =ORA-01591: lock held by in-doubt distributed transaction 20.21.65527021...
分类:其他好文   时间:2014-12-02 22:41:06    阅读次数:243
nginx反向代理及简单负载均衡
修改nginx配置文件:userwwwwww;worker_processes1;error_log/usr/local/nginx/logs/nginx_error.logcrit;pid/usr/local/nginx/logs/nginx.pid;//nginx进程idworker_rlimit_nofile51200;//文件最大连接数,系统限定文件ulimit对服务也会有影响,使用ulimit-n可以..
分类:其他好文   时间:2014-12-02 00:21:54    阅读次数:190
SQLServer-Error Log
在表设计中设定主键(复合主键),前提:表中已有300多万条数据Error:このインデックス操作に必要なメモリは DOP あたり 2048 KB です。必要なメモリの総計 8264 KB (4 の DOP の場合) は、サーバーの詳細構成オプション "index create memory (KB)"...
分类:数据库   时间:2014-11-28 14:24:10    阅读次数:205
Eclipse的 "Unhandled event loop exception" 问题解决方法
以前从没遇到过这种问题,发现自重装系统后,就开始触发这个bug了.从error-log等视图里点击打开的java文件或者xml文件时,出现”unhandled event loop exception”错误,出错信息如下: Exception Stack Trace:org.eclipse.swt....
分类:系统相关   时间:2014-11-28 01:02:57    阅读次数:383
Nginx+Nodejs搭建图片服务器
图片上传请求由Node处理,图片访问请求由Nginx处理。1、Nginx配置#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log lo...
分类:Web程序   时间:2014-11-25 18:13:30    阅读次数:225
nginx alias因为正则出错规则被覆盖问题的解决
在windows平台 为nginx设置一个alias作虚拟目录。但是总是出404错误。观察error.log,发现实际链接的目录总是原来的root,附上原nginx.conf的一部分.location ~ .*\.(js|css)? { root D:/feeder/web/; expir...
分类:其他好文   时间:2014-11-24 18:42:45    阅读次数:371
Preloader bin size过大编译报错怎么办
由于需要兼容更多的emcp,mcp,discrete dram,以及由于新的需求修改preloader code都可能会增大preloader bin的size,这时就可能会在build preloader阶段发生build error,log中会报类似以下的错误信息:===================== Building Fail =========================== I...
分类:其他好文   时间:2014-11-24 10:06:24    阅读次数:263
Nginx作为反向代理支持5000并发---奇点时代
usernobody;worker_processes12;error_loglogs/error.log;###/var/log/nginx/error.log;pidlogs/nginx.pid;###/var/run/nginx.pid;worker_rlimit_nofile65535;events{useepoll;worker_connections65535;}http{includemime.types;default_typeapplication/octet-stream;log_form..
分类:其他好文   时间:2014-11-23 08:12:39    阅读次数:808
centos 7 上配置SELinux允许nginx指定/home/www作为网站根目录
现象: 1 启动nginx成功,使用wget 127.0.0.1得到内容,但是提示是禁止访问(403); 2 查看/var/log/nginx/error.log,提示访问/home/www/l.com/i.html禁止; 3 查看SELinux 是否运行: sestatus -v,enable就是运行了 4查看/var/log/Audit/Audit.log日志,发现有提示到nginx被...
分类:Web程序   时间:2014-11-20 00:06:55    阅读次数:720
1036条   上一页 1 ... 91 92 93 94 95 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!