第一:将mod_status模块放开,即去掉httpd.conf中的#

第二:在httpd.conf后面添加下面内容

<Location /server-status>
  SetHandler server-status
  Order deny,allow
  Deny from all
  Allow from all
</Location>
ExtendedStatus On

第三:重启apache

第四:在浏览器中输入网址http://127.0.0.1/server-status

最新文章

  1. 爬虫 htmlUnit遇到Cannot locate declared field class org.apache.http.impl.client.HttpClientBuilder.dnsResolve错误
  2. 【leetcode】Recover Binary Search Tree
  3. python学习之路(一)屌丝逆袭之路
  4. linux shell 脚本攻略学习19--sed命令详解
  5. &lt;mvc:annotation-driven /&gt;与&lt;context:annotation-config /&gt;
  6. ABP系列文章总目录:
  7. C++中的位运算总结
  8. android 开发解密时出现pad block corrupted 错误
  9. hibernate 字段名最好不要使用数据库的保留字
  10. 转:Dictionary&lt;int,string&gt;怎么获取它的值的集合?急!急!急!
  11. poj 1887 Testing the CATCHER_最长上升子序列
  12. (转)经验分享:CSS浮动(float,clear)通俗讲解
  13. Java 多线程(三)—— 线程的生命周期及方法
  14. PythonStudy——魔法函数 Magic Methods
  15. MySQL GTID 主从复制错误修复方法
  16. (最小生成树) 畅通工程再续 -- HDU --1875
  17. 【转】numpy.random.randn()与rand()的区别
  18. springboot 启动类CommandLineRunner(转载)
  19. ffmpeg h264+ts +udp传输
  20. Unity3D的Time.timeScale

热门文章

  1. hdu3530 单调队列
  2. 微信JS接口
  3. javascript中怎么判断对象{}为空
  4. HCTF时PHP WAF然有RLFI漏洞
  5. svn清理失败且路径显示乱码
  6. 利用HTML5的History API实现无刷新跳转页面初探
  7. Linux 常用操作命令
  8. python2-gst0.10制作静态包的补丁
  9. 程序代码中退出函数exit()与返回函数return ()的区别
  10. Solr学习总结(四)Solr查询参数