Apache | Apacheサーバー管理(mod_status) | 拡張ステータス表示(ExtendedStatus)

server-status ハンドラを実行するときに ExtendedStatusOn に設定すると、現在処理しているURLやリソースに関する情報も確認できる。

httpd-info.conf ファイルで ExtendedStatus を検索すると、次のような内容が見つかるはずである。

#
# ExtendedStatus controls whether Apache will generate "full" status
# information (ExtendedStatus On) or just basic information (ExtendedStatus
# Off) when the "server-status" handler is called. The default is Off.
#
#ExtendedStatus On

デフォルトは Off と説明されている。ExtendedStatus On# を削除して拡張ステータスを On に設定すると、詳細情報を確認できるようになる。

それでは On に設定し、http://localhost/server-status にアクセスする。

ExtendedStatus

画面の一番下に、より詳しい情報が表示されていることがわかる。