http://domain/thrtottle-state 막기..
글쓴이: cohuman1 / 작성시간: 화, 2003/12/09 - 1:47오후
안녕하세요.
mod_throttle 를 설치했는데요.
http://domain/throttle-state 이거 막아야 하잖아요.
.htaccess 이걸로 막는거 같은데요.
throttle-state 라는 폴더가 있어야지 막을 수 있는거 아닌가요?
폴더가 없는데 어떡하죠? 아님 제가 못찾는건지;
그리고 http://domain/throttle-state 가요.
가상호스팅에 지정된 모든 도메인에서 throttle-state 를 뒤에 붙이니깐
관리 화면이 나옵니다.
전 대표도메인만 throttle-state 붙이면 나오는줄 알았거든요.
이것도 어떻게 막나요?
Forums:
아래와 같이 인증을 거셔도 되고..<Location /thr
아래와 같이 인증을 거셔도 되고..
<Location /throttle-status>
SetHandler throttle-status
AuthName "인증시 나타날 제목"
AuthType Basic
AuthUserFile /지정한경로/.htpasswd
require valid-user
</Location>
아래와 같이 접근제어를 하셔도 됩니다.
<Location /throttle-status>
Order deny,allow
Deny from all
Allow from xxx.xxx.xxx.xxx
</Location>
댓글 달기