亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CentOS 6.5上怎么編譯安裝Apache服務器

發布時間:2022-04-13 15:24:20 來源:億速云 閱讀:174 作者:iii 欄目:編程語言

本文小編為大家詳細介紹“CentOS 6.5上怎么編譯安裝Apache服務器”,內容詳細,步驟清晰,細節處理妥當,希望這篇“CentOS 6.5上怎么編譯安裝Apache服務器”文章能幫助大家解決疑惑,下面跟著小編的思路慢慢深入,一起來學習新知識吧。

inux系統:centos 6.5 mini版,如果是vmware虛擬機,網卡要求“橋接”

1、編譯安裝前首先yum 安裝“開發環境”“兼容庫”“中文支持”即執行如下命令

#yum groupinstall "development tools" "compatibility libraries" "chinese support [zh]" -y

安裝man, vim, wget 工具

#yum install man vim wget -y

2、因為這次要編譯安裝httpd2.4.25,此版本需要更高版本的apr和apr-util。

因此要首先編譯安裝apr和apr-util。

wget http://mirrors.hust.edu.cn/apache/apr/apr-1.5.2.tar.bz2
wget http://mirrors.hust.edu.cn/apache/apr/apr-util-1.5.4.tar.bz2

2.1編譯安裝apr

tar xf apr-1.5.2.tar.bz2
cd apr-1.5.2
./configure --prefix=/usr/local/apr
echo $? ###如果執行結果是0,則繼續執行make && make install

2.2編譯安裝apr-util

tar xf apr-util-1.5.4.tar.bz2
cd apr-util-1.5.4
./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
echo $? ###如果執行結果是0,則繼續執行make && make install

3、重量級選手出廠了,正式開始編譯httpd-2.4.25

wget http://mirrors.hust.edu.cn/apache/httpd/httpd-2.4.25.tar.bz2

多次編譯經驗得知,缺少pcre相關文件,openssl is too old

執行如下命令:

yum install pcre-devel openssl openssl-devel -y
tar xf httpd-2.4.25
cd httpd-2.4.25
./configure --prefix=/usr/local/apache --sysconfdir=/etc/httpd --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util/

CentOS 6.5上怎么編譯安裝Apache服務器

有如上提示則繼續執行:make && make install

再執行echo$?如果結果是0,則說明httpd2.4.25到此編譯成功,然后進行簡單的配置,就可以使用了

4、配置httpd

關閉linux防火墻

service httpd stop

關閉selinux

setenforce 0

復制啟動文件

cp /usr/local/apache/bin/apachectl /etc/init.d/httpd

把httpd的環境變量添加到“環境變量”

echo 'export path=$path:/usr/local/apache/bin' > /etc/profile.d/httpd.sh
chmod +x /etc/profile.d/httpd.sh
source /etc/profile.d/httpd.sh

編輯httpd的配置文件:

vim /etc/httpd/httpd.conf

在serverroot下一行,添加 servername localhost

如果想把apache服務加入到開機啟動,可以修改服務啟動腳本:

vim /etc/init.d/httpd

在第二行下添加:# chkconfig:235 85 15
                # description: this is apache server

保存退出

執行命令service httpd start #提示lynx找不到???那就yum install lynx -y
執行命令netstat -ntlp #查看httpd是否啟動,是否有80端口

最后在你的瀏覽器輸入虛擬機ip地址

it works!

則apache,安裝成功

1、編譯安裝--默認的index.html首頁在/usr/local/apache/htdocs
2、配置文件:/etc/httpd/httpd.conf
3、啟動腳本:/etc/init.d/httpd
4、cgi-bin文件目錄:/etc/local/apache/cgi-bin

讀到這里,這篇“CentOS 6.5上怎么編譯安裝Apache服務器”文章已經介紹完畢,想要掌握這篇文章的知識點還需要大家自己動手實踐使用過才能領會,如果想了解更多相關內容的文章,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

怀来县| 昭通市| 且末县| 江源县| 洞口县| 马龙县| 台东市| 繁昌县| 交口县| 呼玛县| 河北省| 伊宁市| 射洪县| 天长市| 湾仔区| 英德市| 江城| 桐柏县| 南皮县| 得荣县| 鄂尔多斯市| 常州市| 赫章县| 永川市| 九台市| 枣庄市| 禄丰县| 盐城市| 红安县| 曲松县| 合水县| 聂拉木县| 汉阴县| 富宁县| 德格县| 比如县| 贡嘎县| 象州县| 新余市| 焦作市| 沭阳县|