<delect id="sj01t"></delect>
  1. <em id="sj01t"><label id="sj01t"></label></em>
  2. <div id="sj01t"></div>
    1. <em id="sj01t"></em>

            <div id="sj01t"></div>

            CentOS上搭建Nginx+Mono運行asp.net環境配置教程

            時間:2024-09-15 01:57:26 ASP 我要投稿
            • 相關推薦

            CentOS上搭建Nginx+Mono運行asp.net環境配置教程

              安裝步驟:

              一、獲取開源相關程序:

              1、利用CentOS Linux系統自帶的yum命令安裝、升級所需的程序庫:

              sudo -s

              LANG=C

              yum -y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel bison pkgconfig glib2-devel gettext make

              2、下載程序源碼包:

              Nginx安裝包:下載地址:http://nginx.org/en/download.html

              mkdir -p /down

              cd /down

              wget http://nginx.org/download/nginx-1.1.11.tar.gz

              Mono下載:官網:http://download.mono-project.com/sources/mono/(請下載最新版)

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

              libgdiplus下載:http://download.mono-project.com/sources/libgdiplus/(請下載最新版)

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

              xsp下載:http://download.mono-project.com/sources/xsp/(請下載最新版)

              wget http://download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2

              pcre下載(Nginx所需的pcre庫):ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/(請下最新版)

              wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.21.tar.gz

              二、安裝編譯Nginx:

              1、安裝安裝Nginx所需的pcre庫:

              cd /down

              tar zxvf pcre-8.21.tar.gz

              cd pcre-8.21/

              ./configure

              make && make install

              cd ../

              2、創建www用戶和組

              /usr/sbin/groupadd www

              /usr/sbin/useradd -g www www

              mkdir -p /data0/web

              chmod +w /data0/web

              chown -R www:www /data0/web

              3、安裝Nginx

              tar zxvf nginx-1.1.11.tar.gz

              cd nginx-1.1.11/

              ./configure --user=www --group=www --prefix=/opt/nginx --with-http_stub_status_module --with-http_ssl_module

              make && make install

              cd ../

              4、開放80端口:

              iptables -I INPUT -p tcp --dport 80 -j ACCEPT

              啟動nginx

              /opt/nginx/sbin/nginx

              在瀏覽器上輸入訪問地址 http://192.168.1.1(根據個人本機地址頁定),正常會看到默認nginx頁面

              三、安裝編譯Mono

              1、安裝libgdiplus:

              cd /down

              tar -jxvf libgdiplus-2.10.tar.bz2

              cd libgdiplus-2.10

              ./configure --prefix=/opt/mono

              make && make install

              echo "/opt/mono/lib" > /etc/ld.so.conf.d/mono.conf

              ldconfig

              2、安裝Mono:

              tar –jxvf mono-2.10.7.tar.bz2

              cd mono-2.10.7

              ./configure --prefix=/opt/mono

              make && make install //此處時間較長

              echo export PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig:$PKG_CONFIG_PATH>>~/.bash_profile

              echo export LD_LIBRARY_PATH=/opt/mono/lib:$LD_LIBRARY_PATH>>~/.bash_profile

              echo export PATH=/opt/mono/bin:$PATH>>~/.bash_profile

              source ~/.bash_profile

              輸入 mono -V 如有mono版本信息,則安裝成功.

              3、安裝XSP:

              cd /down

              tar –jxvf xsp-2.10.2.tar.bz2

              ./configure --prefix=/opt/mono

              make && make install

              四、配置Nginx

              vi /opt/nginx/conf/nginx.conf

              server {

              listen 80;

              server_name localhost;

              location / {

              root /data0/web;

              index index.html index.htm;

              fastcgi_index Default.aspx;

              fastcgi_pass 127.0.0.1:9000;

              include fastcgi_params;

              }

              }

              五、配置fastcgi_params增加下面兩行:

              vi /opt/nginx/conf/fastcgi_params

              fastcgi_param PATH_INFO "";

              fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

              六、啟動:

              1、重啟nginx:

              /opt/nginx/sbin/nginx -s reload

              2、啟動 fastcgi_mono服務器

              fastcgi-mono-server2 /applications=/:/data0/web /socket=tcp:127.0.0.1:9000 &

              七、測試:

              新建一個asp.net web項目上傳至 /data0/web目錄下,測試運行。

            【CentOS上搭建Nginx+Mono運行asp.net環境配置教程】相關文章:

            了解PHP環境搭建與配置的方法08-03

            ASP.NET MVC異常處理模塊簡單教程-ASP.NET教程實例推薦07-19

            h3c交換機配置telnet配置教程07-31

            精簡路由配置的VRF通信教程10-29

            配置 PHP 調試環境07-20

            思科路由器撥號上網配置教程06-07

            H3C交換機配置靜態路由教程05-22

            Java程序開發與運行環境06-21

            Eclipse j2ee開發環境的搭建12-26

            在Cisco IOS中配置IPv6防火墻案例教程12-31

            <delect id="sj01t"></delect>
            1. <em id="sj01t"><label id="sj01t"></label></em>
            2. <div id="sj01t"></div>
              1. <em id="sj01t"></em>

                      <div id="sj01t"></div>
                      黄色视频在线观看