码迷,mamicode.com
首页 >  
搜索关键字:log-error    ( 361个结果
zabbix日志监控
{templates:log[/home/w/share/log_paysys_service_action/log/log_paysys_service_action.log,"ERROR",,,skip,].strlen()}>0and{template:log[/home/w/share/log_paysys_service_action/log/log_paysys_service_action.log,"TestRule16",,,skip,].nodata(1)}=0and{template..
分类:其他好文   时间:2016-04-13 11:28:53    阅读次数:175
nginx 的windows 基本配置
自己的小笔记: #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.pi ...
分类:Windows程序   时间:2016-04-13 11:04:30    阅读次数:374
Nginx配置文件
Nginx配置文件:#catnginx.conf#运行用户#usernobody;#启动进程,通常设置为和CPU数量相等worker_processes1;#全局错误日志,类型可设置为[debug|info|notice|warn|error|crit]#error_loglogs/error.log;#error_loglogs/error.lognotice;#error_loglogs/error.loginfo;#指定PID..
分类:其他好文   时间:2016-03-29 15:04:23    阅读次数:175
nginx.conf中配置laravel框架站点
nginx.conf配置如下: user nginx nginx;worker_processes 4; error_log logs/error.log error; pid logs/nginx.pid;worker_rlimit_nofile 102400; events { use epol
分类:其他好文   时间:2016-01-29 12:15:21    阅读次数:136
The incident LOST_EVENTS occured on the master. Message: error writing to the binary log, Error_code
1 mysq error日志报错例如以下:2014-05-12 11:29:54 22977 [ERROR] Slave SQL: The incident LOST_EVENTS occured on the master. Message: error writing to the binary...
分类:其他好文   时间:2016-01-25 16:30:38    阅读次数:128
nginx配置-http和https
#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....
分类:Web程序   时间:2016-01-22 16:58:23    阅读次数:250
nginx配置虚拟主机
1.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 ...
分类:其他好文   时间:2016-01-22 10:44:46    阅读次数:177
[Chrome_Error] (failed) net::ERR_INCOMPLETE_CHUNKED_ENCODING 与 nginx 502 bad gateway
Chrome 浏览器出现这个错误,还出现 nginx 502 bad gateway .查看 nginx 的 error.log :2015/12/18 14:34:44 [error] 1448#0: *26651 readv() failed (104: Connection reset by ...
分类:Web程序   时间:2015-12-18 16:10:52    阅读次数:603
我的ngnix 配置内容
#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/ngin...
分类:其他好文   时间:2015-12-17 12:13:46    阅读次数:172
windows 下设置nginx负载均衡
#user nobody;#指定nginx进程数worker_processes 1;#全局错误日志及PID文件#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log in...
分类:Windows程序   时间:2015-12-15 14:19:14    阅读次数:319
361条   上一页 1 ... 25 26 27 28 29 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!