HTTP服務搭建(三)

2021-10-05 17:34:52 字數 1403 閱讀 3756

專案:使用apache進行web**搭建(一)基於ip

1.配置防火牆和selinux

2.給網絡卡配置ip

3.配置目錄檔案

4.編輯配置檔案

5.重啟服務測試

1.這裡對防火牆和selinux進行的是粗糙的操作,關閉。

systemsctl stop firewalld

setenfoece 0

2.配置完要重啟網絡卡(systemctl restart network)並檢視配置結果 ip a

3.配置檔案目錄

mkdir /www/ -pv 遞迴建立並顯示過程

echo "*" > /www//index.html (index.html 為網頁檔案的格式)

4.編輯配置檔案

5.重啟服務 )(systemctl restart httpd)

後續補充對於防火牆和selinux的處理。

http服務搭建

http伺服器搭建 主配置檔案在 etc httpd conf httpd.conf 安裝http yum install httpd y 啟動http伺服器 systemctl start httpd.service 檢視安裝狀態 systemctl status httpd.service 關閉...

http服務搭建

http伺服器搭建 主配置檔案在 etc httpd conf httpd.conf 安裝http yum install httpd y 啟動http伺服器 systemctl start httpd.service 檢視安裝狀態 systemctl status httpd.service 關閉...

搭建http伺服器

本節以中標麒麟桌面作業系統 龍芯版 為例,簡單介紹 http伺服器搭建方法,其他作業系統或搭建 ftp 伺服器,請參考相關使用者手冊或網路資料。1.在 var www html 下建立update,再在update下建立packages 和repodata。將軟體包拷貝到 var www html ...