了解 Apache 错误日志

了解 Apache 错误日志

今天下午我检查了本地服务器的 Apache 错误日志 - 我的操作系统是 Windows Vista Home Edition。该服务器已mod_aspdotnet作为扩展安装。

这是我的错误日志:

[Fri Apr 01 10:54:36 2011] [notice] mod_aspdotnet: CorBindToRuntimeEx has loaded version v2.0.50727 of the .NET CLR engine.
[Fri Apr 01 10:54:39 2011] [notice] ModSecurity for Apache 2.1.3 configured
[Fri Apr 01 10:54:41 2011] [notice] Apache/2.2.6 (Win32) PHP/5.2.5 mod_ssl/2.2.6 OpenSSL/0.9.8g mod_aspdotnet/2.2 configured -- resuming normal operations
[Fri Apr 01 10:54:41 2011] [notice] Server built: Sep 20 2007 14:13:35
[Fri Apr 01 10:54:41 2011] [notice] Parent: Created child process 4512
[Fri Apr 01 10:54:42 2011] [notice] mod_aspdotnet: CorBindToRuntimeEx has loaded version v2.0.50727 of the .NET CLR engine.
[Fri Apr 01 10:54:45 2011] [notice] ModSecurity for Apache 2.1.3 configured
[Fri Apr 01 10:54:48 2011] [notice] Child 4512: Child process is running 
[Fri Apr 01 10:54:48 2011] [notice] Child 4512: Acquired the start mutex.
[Fri Apr 01 10:54:48 2011] [notice] Child 4512: Starting 250 worker threads.
[Fri Apr 01 10:54:48 2011] [notice] Child 4512: Starting thread to listen on port 443.
[Fri Apr 01 10:54:48 2011] [notice] Child 4512: Starting thread to listen on port 80.

:是什么[notice] mod_aspdotnet: CorBindToRuntimeEx has loaded version v2.0.50727 of the .NET CLR engine.意思——这是一个错误吗?

虽然我可以从基本层面理解 Apache 错误日志,但这个日志是一个新的——我将旧日志重命名为 error.log.bak 并重新启动了服务器。

请问有人能帮我吗?

我确实在 Google 上查找了mod_aspdotnet错误,但没有太多相关信息,所以才在这里询问。

答案1

它告诉您mod_aspdotnet已加载 .NET 框架的 v2。这不是错误 - 当然,除非您期望它加载到不同版本的 .NET 中!

相关内容