码迷,mamicode.com
首页 >  
搜索关键字:日志 nginx    ( 58409个结果
Flume的安装配置
flume的概述 Apache Flume是一个分布式,可靠且可用的系统,用于有效地从许多不同的source收集,聚合和移动大量日志数据到集中式数据存储。 Apache Flume的使用不仅限于日志数据聚合。由于数据source是可定制的,因此Flume可用于传输大量event 数据,包括但不限于网 ...
分类:Web程序   时间:2020-12-29 11:10:09    阅读次数:0
Ceph 日志分析
Ceph日志分析#node1日志信息[root@node1~]#ll/var/log/ceph/总用量6264-rw-------1cephceph012月2211:13ceph.audit.log-rw-------1cephceph453212月2108:34ceph.audit.log-20201221.gz-rw-------1cephceph287112月2210:01ceph.audi
分类:其他好文   时间:2020-12-28 11:57:21    阅读次数:0
nginx启动报错
nginx启动报错:80端口被占用bind() to 0.0.0.0:80 failed (98: Address already in use) 解决: fuser -k 80/tcp 杀掉进程 重新启动nginx /usr/servers/nginx/sbin/nginx -s reload ...
分类:其他好文   时间:2020-12-28 11:55:14    阅读次数:0
Loadrunner——调试及脚本编译
调试一般用于运行代码是出现的错误。 loadrunner调试方式:断点、单步跟踪、日志输出、值查看器等, 断点设置 断点插入的位置:非空行或非语句的起始,简单来说呢就是断点打在函数前(取消断点就直接在标识断点的位置处单击) 插入方法:1.右击>【Toggle Breakpoint】,2.F9,3.在 ...
分类:其他好文   时间:2020-12-28 11:49:18    阅读次数:0
xxl-job 调度中心
1,下载自己需要的版本 1,https://github.com/xuxueli/xxl-job 2,https://gitee.com/xuxueli0323/xxl-job/releases (墙内推荐) 3,墙内网络推荐使用第二个地址,笔者下 2.2.0 版本 2,整合到自己的项目 将下载好的 ...
分类:其他好文   时间:2020-12-28 11:41:00    阅读次数:0
odoo还原数据库-日志提示附件异常
场景描述: odoo还原数据库,或者重新启动odoo容器之后,后台日志提示附件异常。 原因分析: 原odoo容器采用了本地存储的方式。 处理方式: 备份原odoo容器内-附件默认路径: /var/lib/odoo/filestore/数据库同名-文件夹 将新的容器内部附件文件备份 然后将备份文件,即 ...
分类:数据库   时间:2020-12-28 11:32:04    阅读次数:0
Nginx File Server
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba ...
分类:其他好文   时间:2020-12-28 11:28:07    阅读次数:0
5,Centos7编译安装nginx并设置反向代理
一、编译部署Nginx 1.12 安装配置: [root@localhost ~]# groupadd nginx [root@localhost ~]# useradd -s /sbin/nologin -g nginx -M nginx [root@localhost ~]# systemctl ...
分类:其他好文   时间:2020-12-28 10:59:10    阅读次数:0
nginx -s reload 没有生效
nginx -s reload 有时候重新加载配置文件没有生效 检查/var/log/nginx/error.log [notice] 29410#0: signal process started [emerg] 2999#0: bind() to 0.0.0.0:9091 failed (13: ...
分类:其他好文   时间:2020-12-28 10:54:15    阅读次数:0
.NET Core集成Seq+Serilog实现日志中心
.NET Core集成Seq+Serilog实现日志中心 一,下载安装Seq https://datalust.co/download/all,版本很多,大家随便挑,开发版个人免费,商业版多账号需要收费,占用5341端口。 二,.NET Core程序中使用Serilog 引用nuget包,Seril ...
分类:Web程序   时间:2020-12-25 12:56:21    阅读次数:0
58409条   上一页 1 ... 65 66 67 68 69 ... 5841 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!