网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

修改apache默认页面方法

时间:2024-10-12 07:10:39

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.1192.168.122.157

修改apache默认页面方法

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

修改apache默认页面方法
© 2025 五度知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com