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

溫馨提示×

溫馨提示×

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

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

如何使用CentOS 7.4搭建Apache網站服務

發布時間:2020-05-27 23:18:39 來源:億速云 閱讀:272 作者:鴿子 欄目:系統運維

一、安裝Apache服務

關于安裝Apache詳細配置及原理概述請參考:CentOS 7.4搭建Apache網站服務

[root@centos01 ~]# mount /dev/cdrom /mnt/      <!--掛載LAMP光盤-->
[root@centos01 ~]# cp /mnt/* /usr/src/       <!--將mnt目錄下的程序包拷貝到/usr/src/-->
[root@centos01 ~]# mount /dev/cdrom /mnt/     <!--切換操作系統光盤-->
[root@centos01 ~]# rm -rf /etc/yum.repos.d/CentOS-*   <!--刪除系統自動yum-->
[root@centos01 ~]# tar zxvf /usr/src/httpd-2.2.17.tar.gz -C /usr/src/  <!--解壓縮Apache包-->
[root@centos01 ~]# cd /usr/src/httpd-2.2.17/    <!--進入Apache目錄-->
[root@centos01 httpd-2.2.17]# ./configure 
--prefix=/usr/local/httpd 
--enable-so 
--enable-rewrite 
--enable-charset-lite 
--enable-cgi          <!--配置httpd-->
[root@centos01 httpd-2.2.17]# make && make install      <!--編輯和安裝httpd-->
[root@centos01 ~]# ln -s /usr/local/httpd/bin/* /usr/local/bin/     <!--優化程序執行命令-->
[root@centos01 ~]# cp /usr/local/httpd/bin/apachectl /etc/init.d/httpd <!--生成apahce服務-->
[root@centos01 ~]# chmod +x /etc/init.d/httpd       <!--添加執行權限-->
[root@centos01 ~]# vim /etc/init.d/httpd     <!--修改Apache服務控制文件-->
#chkconfig:35 80 20 
#description:apache 
[root@centos01 ~]# chkconfig --add httpd       <!--添加為系統服務-->
[root@centos01 ~]# chkconfig --level 35 httpd on  <!--設置開機自動啟動-->
[root@centos01 ~]# vim /usr/local/httpd/conf/httpd.conf    <!--修改Apache主配置文件-->
98 ServerName 192.168.100.10:80     <!--修改服務器IP地址-->
[root@centos01 ~]# systemctl start httpd     <!--啟動Apache服務-->
[root@centos01 ~]# netstat -anptu | grep 80   <!--監聽Apache端口號-->
tcp6       0      0 :::80                   :::*                    LISTEN      53682/httpd         

向AI問一下細節

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

AI

大化| 济源市| 康定县| 体育| 双峰县| 离岛区| 喜德县| 工布江达县| 天全县| 郑州市| 天水市| 林芝县| 交城县| 广东省| 叶城县| 遂昌县| 桃源县| 武定县| 巴马| 镇康县| 宿松县| 赣州市| 武威市| 竹北市| 阳城县| 平泉县| 松原市| 涿鹿县| 德令哈市| 类乌齐县| 南雄市| 庐江县| 沧州市| 临泽县| 墨竹工卡县| 壤塘县| 呼伦贝尔市| 木兰县| 温宿县| 双城市| 怀化市|