码迷,mamicode.com
首页 > Web开发 > 详细

The requested URL /server-status was not found on this server

时间:2015-02-22 21:47:01      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:

直接在extra/httpd-info.conf 增加以下内容

<Location /server-status>
SetHandler server-status
Order deny,allow
#Deny from all
Allow from all
</Location>
ExtendedStatus On
<IFModule mod_info.c>
<Location /server-info>
SetHandler server-info
Order deny,allow
#Deny from all
Allow from all
</Location>
</IFModule>

同是要确认httpd-info.conf 被引入否则修改下httpd.conf

include conf/extra/httpd-info.conf

完成以上,就重启httpd

本文转自http://blog.sina.com.cn/s/blog_6cfb18070100q1o2.html

The requested URL /server-status was not found on this server

标签:

原文地址:http://www.cnblogs.com/chenqionghe/p/4297698.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!