您好,登錄后才能下訂單哦!
CentOS Apache編譯和安裝是怎樣的,相信很多沒有經(jīng)驗(yàn)的人對此束手無策,為此本文總結(jié)了問題出現(xiàn)的原因和解決方法,通過這篇文章希望你能解決這個問題。
1、下載:CentOS Apache
[root@localhost src]# chmod +x httpd-2.2.8.tar.gz
[root@localhost src]# tar -zxvf httpd-2.2.8.tar.gz
2)CentOS Apache設(shè)置編譯器的編譯參數(shù)
[root@localhost src]# cd httpd-2.2.8
[root@localhost httpd-2.2.8]# ./configure –prefix=/usr/local/apache2 –enable-module=so
3)CentOS Apache編譯和安裝:
[root@localhost httpd-2.2.8]# make; make install
#如果沒有錯誤的話,那么Apache就已經(jīng)安裝在/usr/local/apache2目錄中了
4、CentOS Apache啟動服務(wù):
[root@localhost httpd-2.2.8]# /usr/local/apache2/bin/apachectl start
5、CentOS Apache確定啟動狀:
[root@localhost apache2]# netstat -utl
tcp 0 0 *:http *:* LISTEN
#看到上面這行就表示你的Apache已經(jīng)啟動。
#用瀏覽器訪問,看到It works!,說明apache已經(jīng)安裝成功了=!
看完上述內(nèi)容,你們掌握CentOS Apache編譯和安裝是怎樣的的方法了嗎?如果還想學(xué)到更多技能或想了解更多相關(guān)內(nèi)容,歡迎關(guān)注億速云行業(yè)資訊頻道,感謝各位的閱讀!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。