티스토리 뷰
본 포스팅에서는 Apache의 Web Console기능을 통해 모니터링 하는 법을 알아봅니다.
Apache HTTP Server에서도 모듈 추가와 간단한 설정만으로 손쉽게 현재 상황에 대한 모니터링이 가능합니다. 이번 포스팅에서는 해당 내용에 대한 설정을 가이드합니다.
1. 서버모니터링은 mod_status.c라는 모듈에 의한 기능을 사용합니다.
- httpd.conf
LoadModule status_module modules/mod_status.so
2.httpd.conf 설정
<Location /server-status> 고맙습니다.
- httpd.conf
SetHandler server-status
order deny, allow
deny from all
allow from www.domain.com or IP주소
<Location>
- allow from yourdomain.com : 지정된 서버에서만 모니터링이 가능합니다.
3.호출
- http://www.domain.com/server-status?notable : 테이블을 지원하지 못하는 브라우저를 위해 상태정보를 테이블없이 보여준다.
- Server Version: 서버의 버전
- Server Built: 컴파일날짜/시간
- Current Time: 서버의 현재시간
- Parent Server Generation: httpd.conf에서 StartServer로 지정한 값
- Restart Time: 서버가 재구동된 시간
- Server uptime: 서버가동시간
- 1requests currently being processed, 99idle servers : 지금까지 서비스한 총 접속건수와 idle서버의 수
'④ 미들웨어 > ⓐ Apache' 카테고리의 다른 글
Apache, WebtoB ProxySSL 상호인증 설정 및 테스트 가이드 (0) | 2018.08.14 |
---|---|
[Apache] Sticky Session 사용가이드 (0) | 2018.08.13 |
[Apache] mod proxy balancer 를 이용한 Active/Passive Setup (0) | 2018.08.09 |
[Apache] lbfactor를 이용한 Load Balancing (부하분산) (0) | 2018.08.09 |
[Apache 고수] Part 2. Apache Application Deploy (0) | 2018.07.31 |
- Total
- Today
- Yesterday
- node.js
- 마이크로서비스
- openstack tenant
- openstack token issue
- OpenStack
- apache
- aws
- JEUS7
- wildfly
- 아키텍처
- JBoss
- TA
- jeus
- JEUS6
- 쿠버네티스
- Architecture
- webtob
- nodejs
- Da
- API Gateway
- git
- Docker
- SA
- kubernetes
- MSA
- 마이크로서비스 아키텍처
- SWA
- aa
- k8s
- 오픈스택
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |