ChinaUnix.net
相关文章推荐:

apache 中errorlog 日志检查

对业务表进行update时报错: Uninitialized logical page '7882345' was read while accessing object '99' in database '6'. Please contact Sybase Technical Support. 请问这种错误一般因为什么原因引发的,如何解决? errorlog以前曾报过 00:00058:00058:2007/04/17 14:06:11.93 kernel nl__write_defer: write failed on socket 234. : 设备不识别此命令。 错误,请问2者有必然联系吗? 数据库版本为Adaptive Server Enterpr...

by vnfs - Sybase - 2007-04-24 15:06:27 阅读(1836) 回复(4)

相关讨论

errorlog的设置是 logs/error_log ,但在/etc/httpd/logs/目录下有error_log,在/var/log/httpd/下也有error_log,而且大小都一样.如果明确指定errorlog的值为/var/log/httpd/error_log会不会只生成一份日志

by ailms - 服务器架设 - 2003-08-16 22:16:40 阅读(575) 回复(1)

errorlog的设置是 logs/error_log ,但在/etc/httpd/logs/目录下有error_log,在/var/log/httpd/下也有error_log,而且大小都一样.如果明确指定errorlog的值为/var/log/httpd/error_log会不会只生成一份日志

by ailms - 服务器应用 - 2003-08-16 22:16:40 阅读(1184) 回复(1)

00:00000:00001:2005/12/22 10:43:28.03 kernel Connectivity Library (Directory Control Layer) Error: Error returned by service provider. 00:00000:00001:2005/12/22 10:43:28.03 kernel Connectivity Library (Directory Control Layer) Error: (InterfacesDriver): Requested server name not found. 这是什么意思?

by 小无赖 - Sybase - 2005-12-23 15:01:56 阅读(1196) 回复(4)

数据库日志errorlog有很多如下信息: 00:04/09/15 11:16:21.99 server WARNING: memory usage in procedure headers (1) does not match memory usage count in Pss (17) for server process id 1. 00:04/09/15 11:16:22.02 server WARNING: memory usage in procedure headers (1) does not match memory usage count in Pss (-15) for server process id 1. 什么原因?怎么解决?

by yyh - Sybase - 2004-10-31 10:30:56 阅读(1293) 回复(3)

我在apache日志看到了这样的请求, 218.204.243.42 2007-10-01 21:58:48 "POST ********** HTTP/1.1" 70007 534 UA:- Host:***.***.***.*** Content-Length:340 X-Online-Host:- Via:WTP/1.1 GDGZ-PS-GW001-WAP02.gd.chinamobile.com (Nokia WAP Gateway 4.0/CD3/4.1.79) Connection:-X-Network-info:- X-Forwarded-For:10.218.115.250, 218.204.243.42 X-Nokia-gateway-id:NWG/4.1/B...

by hoo7 - 服务器应用 - 2007-10-19 09:19:08 阅读(3804) 回复(4)

本帖最后由 cenalulu 于 2013-04-01 10:12 编辑 用mysql5.1.51,在mysql正常退出时,errorlog会记录一句:[code]Maximum memory usage: 2549489 bytes (2490k)[/code]我试了一下,报的这个数不定,但是和query_cache_size设置有关。 我把query_cache_size放大十倍,报的这个数也差不多是10倍。 相关代码是:[code] /* Report the memory usage statistics */ if (file && flag) { fprintf(file, "Maximum memory usage...

by NKLoveRene - MySQL - 2013-04-01 13:15:01 阅读(1109) 回复(3)

1 atsk(s) are sleeping waiting for space to become available in the log segment for database work.

by 柳随风 - Sybase - 2004-07-21 14:15:11 阅读(1147) 回复(4)

RT! 是wamp 2.0i平台。使用的是apache 2.2.11版本 如果下载文件名带汉字,那么下载到本地时候文件名是正常的。 但是 access.log不显示汉字!而是编码后的内容!求问如何解决!! 127.0.0.1 - - [18/Aug/2009:23:11:42 +0800] "GET /8min/(520)%e8%af%ba%e4%bc%af%c2%b7%e4%bc%8a%e5%88%a9%e4%ba%9a%e6%96%af%e3%80%8a%e4%b8%b4%e7%bb%88%e8%80%85%e7%9a%84%e5%ad%a4%e5%af%82%e3%80%8b_279034.mp3 HTTP/1.1" 200 3861792

by laohuanggua - 服务器应用 - 2009-08-28 01:23:02 阅读(2535) 回复(2)

日志相关的模块 软件 mod_log_sql 把日志记到mysql的模块 http://www.apache.org apache web服务器 http://www.apache.org 准备工作(安装apache) ./configure --prefix=/www/apache --disable-module=all --enable-module=alias \ --enable-module=access --enable-module=auth --enable-module=log_config --enable-module=log_agen \ --enable-module=log_common \ --enable-module=dir --enable-module=mime -...

by seacaptain - 服务器应用 - 2004-04-15 10:32:45 阅读(2578) 回复(7)

apache启动的时候django会不会检查所有app的model,就像python manage.py runserver那样。 还是说处理http请求的时候,用到某个model才会对其进行检查? 在这里先谢谢了。

by pgt112you - Python - 2009-11-24 18:10:23 阅读(1474) 回复(1)