修改apache默认页面方法
1、先使用yum安装apache服务yum install httpd -y

3、通过命令ps -ef|grep httpd 找到apache的进程/usr/sbin/httpd

5、欢迎配置页面/etc/httpd/conf.d/welcome.conf对应的目录路径为/usr/share/httpd/noindex

7、重置页面内容并测试[root@localhost noindex]# echo "192.168.122.157" > index.html[root@localhost noindex]# curl 127.0.0.1192.168.122.157
