中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

CentOS5.5+Nagios詳細配置和設置+問題排除

發布時間:2020-06-13 21:39:48 來源:網絡 閱讀:812 作者:neocom 欄目:移動開發

 一、創建LAMP環境   Apache+MySQL+PHP for CentOS

()Apache安裝(使用yum安裝或者官網下載軟件包安裝)

1、到Apache官網下載httpd軟件包。網址:http://httpd.apache.org/解壓到本地的httpd

[root@info lamp]# tar -zxvf httpd-2.0.64.tar.gz  (注意名稱以你下載的軟件包型號為準)

[root@info lamp]# cd httpd-2.0.64             (切換入目錄)  

完成解壓后,對httpd進行編譯安裝,--enable-module=so:加載modul動態模塊。

[root@info httpd-2.0.64]# ./configure --prefix=/usr/local/apache --enable-module=so

\\

編譯安裝出現如下問題及解決方法

#./configure --prefix……檢查編輯環境時出現:

checking for APR... no

configure: error: APR not found .  Please read the documentation

解決辦法:

1.下載所需軟件包:

wget http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz 

wget http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.gz 

wget http://jaist.dl.sourceforge.net/project/pcre/pcre/8.10/pcre-8.10.zip  

2.編譯安裝:

 yum remove apr-util-devel apr apr-util-mysql apr-docs apr-devel apr-util apr-util-docs

具體步驟如下:

 a:解決apr not found問題>>>>>>

 [root@xt test]# tar -zxf apr-1.4.5.tar.gz 

[root@xt test]# cd  apr-1.4.5 

[root@xt apr-1.4.5]# ./configure --prefix=/usr/local/apr 

[root@xt apr-1.4.5]# make && make install 

 b:解決APR-util not found問題>>>>

 [root@xt test]# tar -zxf apr-util-1.3.12.tar.gz 

[root@xt test]# cd apr-util-1.3.12 

[root@xt apr-util-1.3.12]# ./configure --prefix=/usr/local/apr-util -with- apr=/usr/local/apr/bin/apr-1-config 

[root@xt apr-util-1.3.12]# make && make install  

 c:解決pcre問題>>>>>>>>>

 [root@xt test]#unzip -o pcre-8.10.zip 

[root@xt test]#cd pcre-8.10 

[root@xt pcre-8.10]#./configure --prefix=/usr/local/pcre 

[root@xt pcre-8.10]#make && make install

4.最后編譯Apache時加上:

 --with-apr=/usr/local/apr \

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

 --with-pcre=/usr/local/pcre

 成功編譯完成~

\\

[root@info httpd-2.0.64]#make

[root@info httpd-2.0.64]#make install

[root@info httpd-2.0.64]/usr/local/apache/bin/apchectl –t (檢查語法)

[root@info httpd-2.0.64]/usr/local/apache/bin/apchectl start  (啟動)

\\

服務啟動過程遇到端口占用的情況及解決方法

# /etc/init.d/httpd start
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

1.netstat -lnp|grep 80

tcp        0      0 192.168.180.68:61027        0.0.0.0:*                   LISTEN      6289/oproxyd        
tcp        0      0 :::80                       :::*                        LISTEN      846/httpd           
tcp        0      0 ::ffff:192.168.180.68:7001 :::*                        LISTEN      32015/java         

找到pid 846

#ps 846

查看
#kill -9 846

殺掉

#./apachectl start

\\

 

 

向AI問一下細節

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

AI

定襄县| 大厂| 永靖县| 鄄城县| 广元市| 皋兰县| 大方县| 资中县| 分宜县| 喀喇| 平度市| 定襄县| 丹阳市| 仁布县| 托克托县| 泌阳县| 北碚区| 昌都县| 吴忠市| 教育| 左权县| 界首市| 连云港市| 镇宁| 陇川县| 吴堡县| 水城县| 永福县| 郑州市| 万荣县| 石渠县| 佛冈县| 蓬莱市| 阜平县| 师宗县| 盘锦市| 奇台县| 娄底市| 博湖县| 庆安县| 周口市|