>백엔드 개발 >PHP 튜토리얼 >Apache 2 테스트 페이지 문제에 대한 솔루션

Apache 2 테스트 페이지 문제에 대한 솔루션

WBOY
WBOY원래의
2016-07-25 09:05:342187검색
安装并配置完成Apache2.2和php 5.2.14后,首次用httpd启动时出现Apache 2 Test Page,并有如下提示: This page is used to test the proper operation of the Apache HTTP server after it has been installed.

安装并配置完成Apache2.2和php 5.2.14后,首次用httpd启动时出现Apache 2 Test Page,并有如下提示: This page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page it means that the Apache HTTP server installed at this site is working properly. 解决方法: 1. 找到一个叫做welcome.conf的文件,一般在/etc/httpd/conf.d 2. 把这个文件的所有行都注释掉,即前面加上#,这样就不会执行此Apache 2测试页面了。



성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.