CentOS怎樣配置安裝相關(guān)常用系統(tǒng),針對(duì)這個(gè)問題,這篇文章詳細(xì)介紹了相對(duì)應(yīng)的分析和解答,希望可以幫助更多想解決這個(gè)問題的小伙伴找到更簡單易行的方法。
創(chuàng)新互聯(lián)專注于企業(yè)營銷型網(wǎng)站建設(shè)、網(wǎng)站重做改版、西鄉(xiāng)塘網(wǎng)站定制設(shè)計(jì)、自適應(yīng)品牌網(wǎng)站建設(shè)、H5場(chǎng)景定制、成都做商城網(wǎng)站、集團(tuán)公司官網(wǎng)建設(shè)、外貿(mào)網(wǎng)站制作、高端網(wǎng)站制作、響應(yīng)式網(wǎng)頁設(shè)計(jì)等建站業(yè)務(wù),價(jià)格優(yōu)惠性價(jià)比高,為西鄉(xiāng)塘等各大城市提供網(wǎng)站開發(fā)制作服務(wù)。
CentOS配置安裝常用系統(tǒng),于是我學(xué)習(xí)研究了CentOS配置安裝asp.net運(yùn)行,在這里對(duì)大家詳細(xì)介紹下CentOS系統(tǒng)應(yīng)用,希望對(duì)大家有用centos asp.net運(yùn)行環(huán)境CentOS配置安裝,配置系統(tǒng)時(shí),開發(fā)部分除***一個(gè)不選之外全部選上更新系統(tǒng)yum -y update.
安裝相關(guān)的編譯器
yum install glib2-devel
yum install gcc
yum install gcc-c++
yum install bison
檢查是否安裝了apache
apachectl
查找apache安裝目錄
which httpd
刪除之
rm -r /usr/sbin/httpd
重新下載安裝
wget http://labs.xiaonei.com/apache-mirror/httpd/httpd-2.2.14.tar.bz2
tar jxvf httpd-2.2.14.tar.bz2
cd httpd-2.2.14
./configure --prefix=/usr/local/apache2 --enable-shared=max --enable-module=rewrite --with-apxs2=/usr/local/apache/bin/apxs --enable-module=so
make
make install
CentOS配置安裝下載安裝mono
cd ../
wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.4.2.3.tar.bz2
tar jxvf mono-2.4.2.3.tar.bz2
cd mono-2.4.2.3
./configure
make
make install
CentOS配置安裝xsp
cd ../
wget http://ftp.novell.com/pub/mono/sources/xsp/xsp-2.4.2.tar.bz2
tar jxvf xsp-2.4.2.tar.bz2
cd xsp-2.4.2
./configure
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
make
make install
CentOS配置安裝mod_mono
cd ../
wget http://ftp.novell.com/pub/mono/sources/mod_mono/mod_mono-2.4.2.tar.bz2
tar jxvf mod_mono-2.4.2.tar.bz2
cd mod_mono-2.4.2
./configure
make
make install
在CentOS配置安裝文件 /usr/local/apache2/mod_mono.conf 添加2行
MonoServerPath /usr/local/bin/mod-mono-server2 –verbose
MonoAutoApplication enabled
之后重新啟動(dòng)apache/usr/local/apache2/bin/apachectl restart
添加測(cè)試asp.net頁面,添加讀權(quán)限,即可Tag標(biāo)簽: centos,asp.net,apache,mono,xsp
關(guān)于CentOS怎樣配置安裝相關(guān)常用系統(tǒng)問題的解答就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道了解更多相關(guān)知識(shí)。