#vim/usr/local/apache2/conf/extra/httpd-vhosts.conf在对应的虚拟主机配置文件中加入ErrorLog"|/usr/local/apache2/bin/rotatelogs-l/usr/local/apache2/logs/aaa-error_%Y%m%d.log86400"CustomLog"|/usr/local/apache2/bin/rotatelogs-l/usr/local/apache2/logs/aaa-access_..
分类:
Web程序 时间:
2016-01-02 01:16:50
阅读次数:
223
1、#vim/usr/local/apache2/conf/extra/httpd-vhosts.conf修改日志文件为:ErrorLog"logs/test.com-error_log"错误日志CustomLog"logs/test.com-access_log"combined访问日志相对路径Apache的common日志格式定义:#vim/usr/local/apache2/conf/httpd.conf<IfModulelog_confi..
分类:
Web程序 时间:
2015-12-14 19:20:01
阅读次数:
197
访问日志只需要记地址,不用记录图片。对无用的图片日志做标记,针对标记做限制。打开vim /usr/local/apache2/conf/extra/httpd-vhosts.conf把 ErrorLog "logs/denny.com-error_log" CustomLog "|/usr/...
分类:
Web程序 时间:
2015-12-08 23:54:28
阅读次数:
201
每次访问网站就会产生若干条日志,当然前提是已经配置了日志。配置日志的文件在vim /usr/local/apache2/conf/extra/httpd-vhosts.conf 把注释掉的这两行打开ErrorLog "logs/dummy-host.example.com-error_log"Cus...
分类:
Web程序 时间:
2015-12-08 22:25:49
阅读次数:
160
磁盘空间突然满了,才发现是这个东西占空间。11个G的空间修改:/etc/apache2/size-available/defaultServerName example.comDocumentRoot /var/www/# ErrorLog /var/log/apache2/error.log# C...
分类:
Web程序 时间:
2015-12-02 18:24:16
阅读次数:
130
MySQLserver在中午的时候忽然挂掉。重启mysql也尽是失败,只有重启电脑才能解决,然而重装了MySQL也是不行,晚上还是挂,去看mysql的errorlog,只能看到类似如下的信息: Forcingcloseofthreadxxxxxuser:'root'百度之后 发现这算属MySQL.....
分类:
数据库 时间:
2015-12-01 22:37:29
阅读次数:
283
一、对apache进行日志拆分1、配置apache使用cronolog:由于实验用的apache开启了虚拟主机功能,所以以下配置都在虚拟主机中进行,这样也是为了方便对多站点的分析操作。vim/etc/httpd/conf.d/vhosts.conf将配置文件中的CustomLog和ErrorLog替换为下面的(由于我们要对多站点,所..
分类:
Web程序 时间:
2015-11-22 06:47:58
阅读次数:
152
【问题描述】在环境维护的过程中,发现SMT中dispatch service启动后就停止的情况,查看日志,发现errorlog为空【解决方法】删除client tree下etc/stpcfg目录中的dispatch service相关的配置文件,这样的话dispatch service启动的时候就会...
分类:
其他好文 时间:
2015-11-17 20:41:07
阅读次数:
207
The file named errorlog is too largeThe file named errorlog is too large1 ProblemOne day, when I install android-sdk, I found that one error "NO space...
分类:
其他好文 时间:
2015-10-11 14:10:17
阅读次数:
153
ServerAdmin chinasir.xyz@gmail.com DocumentRoot /var/www/html/baidu ServerName www.baidu.com ErrorLog "|/var/sbin/rotatelogs /var/log/apa...
分类:
Web程序 时间:
2015-10-09 13:51:43
阅读次数:
144