了解Apache错误日志

我正在检查我的Apache错误日志今天下午,我的本地主机服务器 – Windows Vista家庭版是我的操作系统。 服务器将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. 意思是 – 这是一个错误?

尽pipe我可以在基本层次上理解Apache错误日志,但是这个日志是一个新日志 – 我将我的旧日志重命名为error.log.bak并重新启动服务器。

请任何人都可以帮助我呢?

我在Google上查找了mod_aspdotnet错误,但没有太多,所以我在这里问。

它告诉你, mod_aspdotnet加载了.NET框架的v2。 这不是一个错误 – 除非你期望它载入不同版本的.NET,当然!