配置Apache服務(wù)器:
1.安裝Apache,可以參考Linux 中yum的配置來安裝:
yum install http* -y
2.修改SELinux:
setenforce 0
查看:
3.防火墻開放httpd服務(wù)
firewall-cmd --permanent --add-service=httpd
重啟防火墻:
firewall-cmd --reload
查看防火墻:
firewall-cmd --list-all
4.修改Apache服務(wù)器的配置
新建測(cè)試文件:
vim /etc/httpd/conf.d/test.conf<Virtualhost *:80> ServerName server0.example.com DocumentRoot /var/www/html </Virtualhost>
其中:
ServerName 為域名
DocumentRoot 為html主頁的路徑
- PC官方版
- 安卓官方手機(jī)版
- IOS官方手機(jī)版