#usernobody;worker_processes1;#error_loglogs/error.log;#error_loglogs/error.lognotice;#error_loglogs/error.loginfo;#pidlogs/nginx.pid;worker_rlimit_nofile65535;events{worker_connections65535;}http{includemime.types;default_typeapplication/octet-stream;#log_..
分类:
其他好文 时间:
2014-09-17 15:34:13
阅读次数:
156
通过SSH将MySQL数据库复制到新服务器 mysqldump –add-drop-table –extended-insert –force –log-error=error.log -uUSER -pPASS OLD_DB_NAME | ssh -C user@newhost “mysql -....
分类:
其他好文 时间:
2014-09-17 15:01:02
阅读次数:
192
先看下一份的Nginx 的配置#user nobody nobody;#使用的用户和组worker_processes 4;#工作进程的个数,一般等于CPU核数或者总核数的两倍#error_log logs/error.log;#错误日志的存放路径 错误日志级别有[debug|info|not...
分类:
其他好文 时间:
2014-09-15 11:16:08
阅读次数:
204
one fine day we were unabe to access app1 and app2 using proxy, when we checked logs we found following error in error_log (/etc/httpd/logs/error_log)...
分类:
其他好文 时间:
2014-09-15 11:12:08
阅读次数:
220
今天重新调整了下配置文件,之前的apache_errorlog未匹配到clientip。1.首先修改shipper.confinput{
file{
type=>"apache-accesslog"
path=>"/var/log/httpd/access_log"
}
file{
type=>"apache-errorlog"
path=>"/var/log/httpd/error_log"
}
}
filter{
if[type..
分类:
其他好文 时间:
2014-09-12 17:24:04
阅读次数:
786
1. 环境说明
RHEL 6.4 x86_64 + MySQL 5.5.37和MySQL 5.6.19
2. 案例:redo log文件(ib_logfile)大小参数被修改:innodb_log_file_size
innodb_log_file_size = 256M -- 修改为200M
版本是5.5的,启动失败,会出现如下错误:
InnoDB: Error: log f...
分类:
数据库 时间:
2014-09-12 01:16:32
阅读次数:
290
原文:2. SQL Server数据库状态监控 - 错误日志无论是操作系统 (Unix 或者Windows),还是应用程序 (Web 服务,数据库系统等等) ,通常都有自身的日志机制,以便故障时追溯现场及原因。Windows Event Log和 SQL Server Error Log就是这样的日...
分类:
数据库 时间:
2014-09-06 12:17:53
阅读次数:
375
首先我声明我拥有的非root权限,但是我有sudo权限,Apache的权限都是Apache 1.我在~/yii搭建 出现问题:(浏览器显示)You don‘t have permission to access / on this server. error_log:Permission denied: /h...
分类:
Web程序 时间:
2014-09-01 16:03:13
阅读次数:
195
importmultiprocessingimporttime,datetimedefSsh_Cmd(host,CmdFile):elog=open(‘error.log‘,‘a+‘)log=open(‘7z.log‘,"a+")forCmdinopen(CmdFile).readlines():Cmd=Cmd.strip()ifnotlen(Cmd)orCmd.startswith(‘#‘):continuessh=paramiko.SSHClient()ssh.set_missing_host_key_p..
分类:
编程语言 时间:
2014-08-26 19:54:07
阅读次数:
326
亲测,Eclipse报"An error has occurred. See error log for more details. java.lang.NullPointer"...
分类:
编程语言 时间:
2014-08-23 11:25:00
阅读次数:
510