在 OSX 上启用 mod_mono 的分步过程
我正在运行 OSX Leopard 10.5.8。 阿帕奇正在工作。 Mono 框架 2.10 已安装并正在运行。 XCode 已安装并正在运行。 mod_mono 源代码 2.10 已下载并解压。
我需要安装 mod_mono 的分步过程, 然后为 Apache 配置它。
我有一些技术专长。
提前感谢任何回复,
慢慢来
I'm running OSX Leopard 10.5.8.
Apache is working.
Mono framework 2.10 has been installed and is working.
XCode has been installed and is working.
The mod_mono source code 2.10 has been downloaded and detarred.
I need a step-by-step-by-step procedure for installing mod_mono,
then configuring it for Apache.
I have some technical expertise.
Thanx in advance for any replies,
Slowly
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每当我在 Linux 机器上设置单声道 Web 服务器时,我都会遵循以下指南: How to get ASP.NET MVC 2 with Mono in 10 Steps
看起来 MacPort 上也有可用于 xsp 和 mod_mono 的端口,但是它们已经过时了: MacPorts 上的 mono
第一个链接应该带你上路。您只需消除编译步骤中的任何差异即可。
Whenever I set up a mono web server on a Linux box, I follow this guide: How to get ASP.NET MVC 2 working with Mono in 10 Steps
It looks like there are also ports available for xsp and mod_mono on MacPorts, but they're pretty outdated: mono on MacPorts
The first link should get you on your way. You'll just have to iron out any differences in the compilation steps.