天堂1111 发表于 2018-10-21 10:16:18

Apache httpd server status Monitoring


[*]  Open the Apache httpd.conf file.
[*]  Uncomment this line
#LoadModule status_module modules/mod_status.sotoLoadModule status_module modules/mod_status.so
[*]  Change this
#ExtendedStatus OntoExtendedStatus On
[*]  Uncomment the following:
#  #    SetHandler server-status
  #    Order deny,allow
  #    Deny from all
  #    Allow from .viru.mine.nu
  #
to  SetHandler server-status
  Order deny,allow
  #    Deny from all
  Allow from all
  

[*]  Now just navigate to http:///server-status to view the current status of your website.
  The source: http://www.thethirdbridge.com/doItYourself/viewingTheApacheServerStatus.html
  如果你发现在配置文件中这不到第三步和第四步中的两个设置,就直接把这两段 copy 进去随便找个地方一放,就可以了。

页: [1]
查看完整版本: Apache httpd server status Monitoring