安装httpd,并将访问apache服务器的首页修改为hello.html, 且内容为: “My Home Page is hello”
(1)安装httpd(先挂载,用yum安装)
(2)启动httpd服务
启动前:
1.关闭防火墙:systemctl stop firewalld(暂时关闭,重启后恢复)
2.设置宽容模式: setenforce 0 (暂时性设置)
3.启动httpd:systemctl start httpd
(3)创建文件hello.html
(4)修改配置文件httpd.html
修改前------将index.html改为hello.html
修改前:
修改后: