【发布时间】:2011-03-08 13:02:50
【问题描述】:
我已经从源代码安装了 mod_mon 2.10 和 xsp 2.10(通过 tarball 中的说明)。但是当我尝试打开 ASP 页面时,总是出现“内部服务器错误”。 我查看了 /var/log/apache2/error_log ,最后几行是:
mod_mono and xsp have different versions.
[Tue Mar 08 14:56:31 2011] [error] (70014)End of file found: read_data failed
[Tue Mar 08 14:56:31 2011] [error] Command stream corrupted, last command was -1
[Tue Mar 08 14:56:31 2011] [error] [client 192.168.1.34] File does not exist: /Library/WebServer/Documents/favicon.ico
我的 mod_mono 和 xsp 有不同的版本...真的:
MacBook-Pro-Siarhei-Fedartsou:bin siarheifedartsou$ xsp --versionxsp.exe 1.1.16.1
(c) (c) 2002-2005 Novell, Inc.
Minimalistic web server for testing System.Web
我认为我安装mono时安装了1.1.16.1版本的xsp。我认为我可以删除这个版本,并且比 2.10 版本的 xsp 可以工作。但我不知道如何删除旧版本。有人能帮帮我吗?
【问题讨论】:
标签: c# asp.net apache macos mono