apache status 모듈 ( 모니터링 )

by 조쉬 posted Feb 27, 2014
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

<Location /server-status>
SetHandler server-status
Order Deny,Allow
Allow from all
</Location>
정보보호를 위해 Allow from all 을 허용할 IP로 수정한다.
apache 데몬을 재시작하여 적용한다.
http://접속주소/server-status 로 접속하여 확인한다.