DSO .. 분명히 아파치 컴파일은 제대로 되어 있었구요 ^^;;
mod_throttle 을 받아서 make install 할때도 에러 메세지 하나 없었습니다.
mod_throttle 모듈도 분명히 띄어져 있는것을 확인했구요
그런데 -_- throttle-status 가 되질 않습니다.
http://도메인/throttle-status 가 되야 하는데 말이죠
LoadModule throttle_module libexec/mod_throttle.so
AddModule mod_throttle.c
↑ 위의 2녀석은 make install 하고 난 뒤 보니 자동으로 되어 있더군요
물론, mod_throttle.so 파일도 libexec 파일로 자동으로 카피가 되어 있었습
니다.
<IfModule mod_throttle.c>
ThrottlePolicy none
<Location /throttle-status>
SetHandler throttle-status
</Location>
<Location /throttle-me>
SetHandler throttle-me
</Location>
<Location /~*/throttle-me>
SetHandler throttle-me
</Location>
</IfModule>
httpd.conf 파일 제일 아래에 이렇게 써주었습니다..
일단은, 작동되는것을 보기 위해 달리 설정은 안하고 예제대로 설정을 했습
니다. 왜 안되는지 답답하네요 -_-a
답변 부탁드리겠습니다 ^^
읽어주셔서 감사합니다.