服务器出现“Apache 2 Test Page powered by CentOS ” 怎么解决?不能正常打开网页,怎么解决这个问题 10
3个回答
展开全部
原因:证明httpd服务已经正常启动,只不过网页无法访问DocumentRoot里的文件,或目录里没有文件,因此访问默认测试页。
解决: mv /etc/httpd/conf.d/welcome.conf /var/www/error/noindex.html /tmp/
这样就会只能访问DocumentRoot里面的文件。如果DocumentRoot没有权限,会报“You don't have permission to access / on this server.”,此时,ls ld DocumentRoot看看目录权限,必须有r和x才行。
最简单的解决办法:比如说:/etc/httpd/conf/httpd.conf里面配置DocumentRoot是/var/www/html,那就执行:chmod -R 777 /var/www/html,搞定!
解决: mv /etc/httpd/conf.d/welcome.conf /var/www/error/noindex.html /tmp/
这样就会只能访问DocumentRoot里面的文件。如果DocumentRoot没有权限,会报“You don't have permission to access / on this server.”,此时,ls ld DocumentRoot看看目录权限,必须有r和x才行。
最简单的解决办法:比如说:/etc/httpd/conf/httpd.conf里面配置DocumentRoot是/var/www/html,那就执行:chmod -R 777 /var/www/html,搞定!
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这是安装apache后,apache默认的测试页面。出现此页面说明apache启动成功,工作正常!
删除 测试页面就ok了。rm -rf /etc/httpd/conf.d/welcome.conf /var/www/error/noindex.html
两个二b,少他妈罗嗦。
删除 测试页面就ok了。rm -rf /etc/httpd/conf.d/welcome.conf /var/www/error/noindex.html
两个二b,少他妈罗嗦。
来自:求助得到的回答
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询