服务器status页面

内生的status信息,且此信息可以通过web预以显示,我们可以通过显示的信息判断

当前web服务器的运行状态



1、页面status依赖的模块需要开启

LoadModule status_module modules/mod_status.so


2、编辑配置文件/etc/httpd24/httpd.conf

 

# vim /etc/httpd24/httpd.conf

   httpd之服务器页面status

 

       处理器:是当文件被调用时,Apache内部表示形式;一般每种文件类型都有其隐式处理器;

       显式的定义使用的处理器 SetHandler


3、重启服务

   

# service httpd24 restart


4、访问www.a.com/server-status

   httpd之服务器页面status  


转载于:https://blog.51cto.com/jungege/1381363

相关文章:

  • 2021-04-14
  • 2022-12-23
  • 2021-10-08
  • 2021-04-07
  • 2022-12-23
  • 2021-05-30
  • 2021-12-18
  • 2021-04-20
猜你喜欢
  • 2021-06-15
  • 2021-07-29
  • 2021-11-07
  • 2022-12-23
  • 2021-09-25
  • 2021-12-19
  • 2021-11-22
相关资源
相似解决方案