虛擬機:192.168.2.21
【停止防火墻】
sudo systemctl stop firewalld.service --停止防火墻
sudo systemctl disable firewalld.service --開機關(guān)閉防火墻
【安裝apache httpd服務】
cat /etc/yum.repos.d/CentOS-Media.repo -----查看鏡像配置
yum --disablerepo=\* --enablerepo=c7-media,offline-extras,offline-storage-gluster38 list | grep httpd --查看本地鏡像是否有 apache httpd 的rpm安裝包
sudo yum --disablerepo=\* --enablerepo=c7-media,offline-extras,offline-storage-gluster38 install httpd --安裝httpd服務
sudo systemctl list-unit-files httpd.service --查看httpd服務
sudo systemctl enable httpd.service && sudo systemctl start httpd.service --啟動httpd服務
sudo systemctl -l status httpd.service --查看httpd服務
sudo netstat -tpnl --查看httpd服務占用端口
curl http://localost --測試httpd是否安裝成功
curl http://127.0.0.1 --測試httpd是否安裝成功
curl http://192.168.2.21 --測試httpd是否安裝成功
sudo systemctl -l status firewalld.service --查看防火墻狀態(tài)
sudo systemctl stop firewalld.service --停止防火墻
sudo systemctl disable firewalld.service --開機關(guān)閉防火墻
ls /var/www/html --這是封裝的http訪問的入口
sudo ln -s /home/ecp2/mirror/ /var/www/html/ --在/var/www/html下創(chuàng)建/home/ecp2/mirror 目錄的 快捷方式 但由于權(quán)限的問題 這種操作訪問不了
sudo chown -R apache: mirror/ --將文件mirror文件的讀權(quán)限給apache用戶 (這樣依然沒有權(quán)限訪問)
sudo cp -r /home/ecp2/mirror . --把/home/ecp2/mirror鏡像目錄復制到.當前目錄 即/var/www/html (這樣在瀏覽器http://192.168.2.21/mirror 就可以訪問了)
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。