如何关闭Centos Apache 2 Test Page 欢迎页面 (disable the default Apache CentOS welcome page)
修改路径:
/etc/httpd/conf.d/welcome.conf
将welcome.conf文件名改成welcome.conf.disabled
重新启动apache 即可
/etc/rc.d/init.d/httpd restart
kikinote 2017-01-19 00:00:00 电脑网络
如何关闭Centos Apache 2 Test Page 欢迎页面 (disable the default Apache CentOS welcome page)
修改路径:
/etc/httpd/conf.d/welcome.conf
将welcome.conf文件名改成welcome.conf.disabled
重新启动apache 即可
/etc/rc.d/init.d/httpd restart