apache 에서 server-status 페이지가 안되는데;;

majinman의 이미지


/extra/httpd-info.php 에서

SetHandler server-status Order deny, allow Deny from all Allow from 127.0.0.1

을 해줘도

http://127.0.0.1/server-status 가 안들어가지네요

뭐 어떻게 해야하는지;; 어떻게 해야 페이지가 보일까요?

검객의 이미지

http://httpd.apache.org/docs/2.0/mod/core.html#sethandler

여기 보면

<Location /status>
SetHandler server-status
</Location>

이렇게 되어 있고
저는 이 대로 하니까 그냥 되던데요..

우리 항시 웃고 살아요 ^^