Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Spring
- SQLite
- 개발자 이야기
- xml
- WebClient
- Apache
- JavaFX
- webflux
- mybatis
- node.js
- build tool
- jquery
- javadoc
- SQL
- spring boot
- maven
- gradle
- pdo
- bootstrap
- Ajax
- RSocket
- 일본
- 외국인 노동자
- swift
- Java
- Eclipse
- Linux
- angularjs
- Python
- php
- Today
- 123
- Total
- 3,697,220
슬기로운 개발자 생활
[Apache] 서버 관리 (mod_status) - 확장 상태 표시 (ExtendedStatus) 본문
반응형
"server-status" 핸들러를 실행할 때 "ExtendedStatus"에 "On"을 설정하면, 현재 처리하고 있는 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"에 액세스한다.
화면의 맨 마지막보다 자세한 정보가 표시된 것을 볼 수 있다.
반응형
'IT 개발 > Apache' 카테고리의 다른 글
[Apache] 서버 관리 (mod_status) - 설정 정보 확인 (server-info) (0) | 2019.12.21 |
---|---|
[Apache] 서버 관리 (mod_status) - 작동 상태 확인 (server-status) (0) | 2019.12.21 |
[Apache] Tomcat과 연동 (mod_proxy_ajp) - Apache 설정 (mod_proxy_ajp을 사용하여 연결) (0) | 2019.12.21 |
[Apache] Tomcat과 연동 (mod_proxy_ajp) - 8080 포트를 중지하고 AJP/1.3 프로토콜 확인 (0) | 2019.12.21 |
[Apache] Tomcat과 연동 (mod_proxy_ajp) - Tomcat에 간단한 웹생성 (0) | 2019.12.21 |
0 Comments