修改apache默认页面方法

2025-10-18 14:49:29

1、先使用yum安装apache服务

yum install httpd -y

修改apache默认页面方法

2、启动apache服务

systemctl start httpd

并本地测试访问

修改apache默认页面方法

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

/usr/sbin/httpd 

修改apache默认页面方法

4、/usr/sbin/httpd -V 

这样就能查找配置文件的路径了

-D HTTPD_ROOT="/etc/httpd"

-D SERVER_CONFIG_FILE="conf/httpd.conf

修改apache默认页面方法

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

/usr/share/httpd/noindex

修改apache默认页面方法

6、修改/usr/share/httpd/noindex下面的 index.html页面内容

修改apache默认页面方法

7、重置页面内容并测试

[root@localhost noindex]# echo "192.168.122.157" > index.html 

[root@localhost noindex]# curl 127.0.0.1

192.168.122.157

修改apache默认页面方法

8、浏览器中测试,出现ip地址表明修改默认页面成功

修改apache默认页面方法

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
相关推荐
  • 阅读量:114
  • 阅读量:39
  • 阅读量:124
  • 阅读量:42
  • 阅读量:140
  • 猜你喜欢