成都网站建设设计

将想法与焦点和您一起共享

linux+mono+xsp+apache搭建asp.net环境-创新互联

环境:

惠东ssl适用于网站、小程序/APP、API接口等需要进行数据传输应用场景,ssl证书未来市场广阔!成为创新互联建站的ssl证书销售渠道,可以享受市场价格4-6折优惠!如果有意向欢迎电话联系或者加微信:18982081108(备注:SSL证书合作)期待与您的合作!

系统:centos 6.5 x64

libgdiplus-2.10.9

mono-3.4.0

jexus-5.5.2

=========================

1、安装必要的库

# yum install gcc gcc-c++ bison pkgconfig glib2-devel gettext make libpng-devel libjpeg-devel libtiff-devel libexif-devel giflib-devel libX11-devel freetype-devel fontconfig-devel cairo-devel httpd httpd-devel

2、安装libgdiplus

# wget http://download.mono-project.com/sources/libgdiplus-1.1/libgdiplus-2.10.9.tar.bz2

# tar -jxvf libgdiplus-2.10.9.tar.bz2

# cd libgdiplus-2.10.9

# ./configure --prefix=/usr/local/mono

# make && make install

# echo "/usr/local/mono/lib/" > /etc/ld.so.conf.d/mono.conf

# ldconfig

3、安装mono

# wget http://download.mono-project.com/sources/mono/mono-3.4.0.tar.bz2

# tar -jxf mono-3.4.0.tar.bz2

# cd mono-3.4.0

# ./configure --prefix=/usr/local/mono/

# make && make install

# echo export PKG_CONFIG_PATH=/usr/local/mono/lib/pkgconfig:$PKG_CONFIG_PATH >> ~/.bash_profile

# echo export LD_LIBRARY_PATH=/usr/local/mono/lib:$LD_LIBRARY_PATH >> ~/.bash_profile

# echo export PATH=/usr/local/mono/bin:$PATH >> ~/.bash_profile

# source ~/.bash_profile

# mono -V        有版本信息,则安装成功。

4、安装xsp

# wget https://github.com/mono/xsp/archive/3.0.11.tar.gz

# tar -zxf 3.0.11

# cd xsp-3.0.11/

# ./autogen.sh --prefix=/usr/local/mono/

xsp-3.0

 Build Environment

   Install prefix:         /usr/local/mono

   Datadir:                /usr/local/mono/share

   Libdir:                 /usr/local/mono/lib

   Build documentation:    yes

   Mono 2.0 compiler:      /usr/local/mono/bin/gmcs

   Mono 4.0 compiler:      /usr/local/mono/bin/dmcs

   Target frameworks:      .NET 2.0, .NET 4.0

   Build SQLite samples:   yes

# make && make install

测试启动一个临时的asp.net服务器

# /usr/local/mono/bin/xsp4

xsp4

Listening on address: 0.0.0.0

Root directory: /usr/local/mono/bin

Listening on port: 8080 (non-secure)

Hit Return to stop the server.

linux+mono+xsp+apache搭建asp.net环境

5、安装mod_mono

# wget http://download.mono-project.com/sources/mod_mono/mod_mono-2.10.tar.bz2

# tar -jxf mod_mono-2.10.tar.bz2

# cd mod_mono-2.10

# ./configure --prefix=/usr/local/mono

Configuration summary for mod_mono

  * Installation prefix = /usr/local/mono

  * Apache version = 2.2

  * Apache modules directory = /usr/lib64/httpd/modules

  * apxs = /usr/sbin/apxs

  * apr-config = /usr/bin/apr-1-config

  * apu-config = /usr/bin/apu-1-config

  * CFLAGS = -g -O2 -I/usr/include/httpd -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -fno-strict-aliasing -pthread  -I/usr/include/apr-1   -pthread -I/usr/include/apr-1

  * Verbose logging (debug) = no

  * GCOV options used = no

  * Profiling enabled = no

  * mono prefix = /usr/local/mono/lib/pkgconfig/../..

  * Default MonoApplicationsConfigDir = /etc/httpd/conf/mod-mono-applications

# make && make install

# vim /etc/httpd/conf/mod_mono.conf

文件最后添加

MonoServerPath /usr/local/mono/bin/mod-mono-server4

# vim /etc/httpd/conf/httpd.conf

Include conf.d/*.conf                          系统默认存在

Include conf/mod_mono.conf                新添加

6、测试

# vim /var/www/html/default.aspx

<%="hello-mono in linux"%>

# /etc/init.d/httpd restart

linux+mono+xsp+apache搭建asp.net环境

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


分享题目:linux+mono+xsp+apache搭建asp.net环境-创新互联
本文地址:http://chengdu.cdxwcx.cn/article/dopchi.html