2003年5月5日 星期一

利用Apache Server查看主機狀況(Server-Status)

前面有說到在Apache Server設定裡有個可以使用瀏覽器查看主機狀況的功能, 也就是要載入status_module這個模組, 預設是有載入

LoadModule status_module modules/mod_status.so

不過預設目錄(路徑)是沒有開啟, 須把註解拿掉才能使用

# Allow server status reports, with the URL of http://servername/server-status
# Change the ".your-domain.com" to match your domain to enable.
#
#<Location /server-status>
#    SetHandler server-status
#    Order deny,allow
#    Deny from all
#    Allow from .your-domain.com
#</Location>

為了安全問題最好將Allow from .your-domain.com這條嚴格設定, 以免任何人都能看到




沒有留言:

張貼留言