CentOS 5 下安装 Mono 支持asp.net

十一月 30th, 2009 Posted in Centos | 阅读次数: 1,704 次

制作:高进波
时间:2009-5-20
CentOS 5 下安装 Mono 支持asp.net

Centos5.3 yum源里面自带mono 1.2.4

1.安装
yum install mono* xsp mod_mono

 

2.然后配置mod_mono,测试能否与apache整合
vim /etc/httpd/conf.d/mod_mono.conf
添加到最后:
Alias /test "/usr/lib64/xsp/test"
MonoApplications "/test:/usr/lib64/xsp/test"
<Location /test>
        SetHandler mono
</Location>

 

3.重启httpd
service httpd restart

 

4.访问测试
http://localhost/test/

 

完成!

随机日志

Tags: ,

3 Responses to “CentOS 5 下安装 Mono 支持asp.net”

  1. Get Rid of Yeast Infection Says:

    Recommended Sites…

    [...]below you’ll find my recommended links page http://www.yeastinfectiontreatmentcure.net/links/ with some great sites that I think you should definitely go visit[...]…


  2. Related Resources Says:

    Recommended Sites…

    [...]below you can check out my links page http://www.yeastinfectiontreatmentcure.net/links/ with some excellent sites that I think you should go visit[...]…


  3. hotel in bonn Says:

    You should check this out……

    [...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]………


留下您的脚印