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

溫馨提示×

溫馨提示×

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

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

源碼安裝httpd2.4.4

發布時間:2020-06-03 16:00:01 來源:網絡 閱讀:567 作者:frostbolt 欄目:軟件技術

閑話不說,進入正題

 

 

準備工具

httpd_-2.4.4.tar.bz2

apr-1.4.6.tar.gz(apache的一個可移植的運行庫) 

apr-util-1.5.1.tar.gz

 

mkdir /mnt/cdrom

mount  /dev/cdrom  /mnt/cdrom/(建立光盤掛載點)

cd /mnt/cdrom/Server/

ll   apr*

rpm  -ivh  apr-devel-1.2.7-11.e15_3.1.i386.rpm(安裝apr 開發包)

 

安裝apr-1.4.6運行庫

tar  -zxvf  apr-1.4.6.tar.gz -C/usr/local/src/

cd /usr/local/src/apr-1.4.6/

配置apr-1.4.6

 

 ll

less README

 ./configure (默認安裝到/usr/local目錄下自動生成的apr目錄下)

make

make install

cd

安裝apr-util-1.5.1

 tar -zxvf apr-util-1.5.1.tar.gz -C /usr/local/src/

cd /usr/local/src/apr-util-1.5.1/

ll

ls

./configure

./configure --with- apr=/usr/local/apr/bin/apr-1-config(要指定apr-config的完整路徑

make

make install

Cd

安裝pcre 及其開發包(別問為什么要裝這個,不裝會出問題的。。。)

ll /mnt/cdrom/Server/pcre*

rpm -ivh  /mnt/cdrom/Server/pcre-6.6-2.el5_1.7.i386.rpm

rpm -ivh  /mnt/cdrom/Server/pcre-devel-6.6-2.e15_1.7.i386.rpm

 

安裝http2.4.4

tar -jxvf httpd-2.4.4.tar.bz2 -C /usr/local/src/

 cd /usr/local/src/httpd-2.4.4/

 

cd  /usr/local/apr

vim  /etc/ld.so.conf.d/apr.conf

寫入路徑/usr/local/apr/lib(讓系統調用運行庫)

ldconfig加載

 

 

./configure --prefix=/usr/local/apache --sysconfdir=/etc/httpd(配置文件目錄)--with-apr=/usr/local/apr/bin/apr-1-config(要指定apr-config的完整路徑

 

 

make

make install

cd /usr/local/

cd bin/

./apachectl start

netstat   -tupln  |grep 80(查看80端口是否啟動

此時調用的是apachectl,那么我們想調用自己的腳本來啟動apache呢? 

那就寫腳本吧。。

 

cd /etc/init.d

vim httpd 

 

#!/bin/bash

#descriptionion: httpd server

#chkconfig:   -88  90

HTTPD=/usr/local/apache/bin/httpd

CONFFILE=etc/httpd/httpd.conf

. /etc/init.d/FUNCTIONS

start()  {

[-f   /var/lock/subsys/http ] && echo  httpd  is starting....

  echo -n  httpd   is starting......

sleep 1

$HTTPD -f  $CONFFILE  && RETVAL=0||RETVAL=1

[$RETVAL   -eq  0] &&touch /var/lock/subsys/http && echo -e  \033[31m  [ok]  \033[0m||echo  -e  \033[31m   [fail]  \033[0m

}

stop (){

Echo -n  httpd is stoping.....

sleep 1

killproc  httpd  && RETVAL=0||RETVAL=1

[$RETVAL   -eq  0] && rm -rf  /var/lock/subsys/http ||echo  -e  \033[31m   [fail]  \033[0m

 

}

 

case $1  in

start)

  start

;;

stop)

stop

;;

restart)

stop

start

;;

*)

echo Usage:start|stop|restart

;;

esac

 

 

chmod   a+x  httpd

chkconfig  --add httpd(把httpd服務設置開機自啟動)

結束

 

       

 

 

向AI問一下細節

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

AI

信阳市| 兴和县| 甘泉县| 安陆市| 万宁市| 绥芬河市| 蒲江县| 清丰县| 徐汇区| 五大连池市| 贵港市| 沈丘县| 瑞丽市| 惠州市| 佛山市| 吉木乃县| 墨脱县| 台中市| 泰和县| 高碑店市| 五家渠市| 泸水县| 丰镇市| 石屏县| 九台市| 昭觉县| 深泽县| 宜兰市| 仁怀市| 驻马店市| 濮阳县| 临泉县| 太仆寺旗| 喀喇| 福建省| 闻喜县| 景洪市| 荥阳市| 阿克苏市| 衡山县| 中卫市|