91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

CentOS下安裝Apache并配置的方法

發布時間:2022-05-07 16:18:24 來源:億速云 閱讀:300 作者:iii 欄目:大數據

這篇文章主要介紹了CentOS下安裝Apache并配置的方法的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇CentOS下安裝Apache并配置的方法文章都會有所收獲,下面我們一起來看看吧。

centos系統安裝的是basic server。安裝apache之前所必須的缺少的組件比較多,下面羅列下本次需要安裝的組件

apache - aprapache - apr-utilperl - pcreapache

官網下載apache

下載穩定版本httpd-2.4.9.tar.gz,上傳到服務器/usr/packages目錄下。

安裝apache:

# tar -xvzf httpd-2.4.9.tar.gz

# cd httpd-2.4.9

# ./configure --prefix=/usr/local/apache --enable-module=so --enable-module=rewrite

檢查編譯環境報錯:

checking for apr... no
configure: error: apr not found . please read the documentation.

原因缺少apr(apache portable runtime),需要下載apr與apr-util。

下載地址:http://apr.apache.org/download.cgi

下載apr-1.5.1.tar.gz、apr-util-1.5.3.tar.gz

安裝apr:

# tar -xvzf apr-1.5.1.tar.gz
# cd apr-1.5.1
# .configure
# make
# make install

安裝apr-util:

# tar -xvzf apr-util-1.5.3.tar.gz
# cd apr-util-1.5.3
# .configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
# make
# make install

再次檢查編譯環境報錯:

configure: error: pcre-config for libpcre not found. pcre is required and available from http://pcre.org/

缺少pcre

安裝pcre:

# unzip -o pcre-8.35
# cd pcre-8.35
# ./configure --prefix=/usr/local/pcre
# make
# make install

再次檢查編譯環境時加上參數:

--with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr-util/ --with-pcre=/usr/local/pcre

沒有報錯:

# make
# make install

安裝完畢。

這是我第一次安裝,缺少關聯關系的組件,下次安裝直接先安裝組件,最后安裝apache,這樣會順暢些吧。

啟動apache

# cp /usr/local/apache/bin/apachectl /sbin/
# apachectl start

配置隨系統啟動時啟動apache服務

# vi /etc/rc.d/rc.local

在最后一行加上: /sbin/apachectl start

修改apache默認站點目錄

修改/usr/local/apache/conf/httpd.conf文件

CentOS下安裝Apache并配置的方法

改成

CentOS下安裝Apache并配置的方法

執行命令
# apachectl restart

關于“CentOS下安裝Apache并配置的方法”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“CentOS下安裝Apache并配置的方法”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

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

AI

涟水县| 安溪县| 禄丰县| 宁津县| 平昌县| 泸西县| 漳平市| 津市市| 行唐县| 芜湖市| 诏安县| 石门县| 贵定县| 靖西县| 卢龙县| 邢台县| 平湖市| 苗栗县| 浦东新区| 广丰县| 龙陵县| 台中市| 南靖县| 永丰县| 临澧县| 洛宁县| 禹城市| 方正县| 宁晋县| 六枝特区| 新田县| 庆云县| 行唐县| 呈贡县| 塔河县| 承德县| 鹤山市| 肇东市| 陆河县| 杭锦后旗| 德昌县|