| 2781 번 글: throttle-me 404 error 발생 |
| 글쓴이: 최성민
|
글쓴날: 2008년 07월 23일 11:53:08 수(오전) |
조회: 2184 |
-----------------------------------------
답변자가 기본적으로 참고할 내용입니다.
- 배포판(옵션) :
- 커널버전(옵션)
:
- 데몬버전(예:apache
1.3.27) : apache1.3.41
- 데몬설치유형(RPM/컴파일/기타)
:
-----------------------------------------
*스팸필터링:한글
4자(8개 문자) 이상 없으면 스팸페이지로 이동합니다.
아파치 모듈은 다음과 같이 올렸습니다.
Compiled-in modules:
http_core.c
mod_vhost_alias.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_access.c
mod_auth.c
mod_expires.c
mod_so.c
mod_setenvif.c
mod_ssl.c
mod_throttle.c
mod_fastcgi.c
mod_dynvhost.c
mod_php4.c
suexec: enabled; valid wrapper /usr/local/fox/bin/suexec
apache conf 파일에..다음과
같이 셋팅 했구여
<IfModule mod_throttle.c>
ThrottlePolicy none
<Location /throttle-status>
SetHandler throttle-status
</Location>
<Location /throttle-me>
SetHandler throttle-me
Order deny,allow
Deny from all
Allow from all
</Location>
<Location /~*/throttle-me>
SetHandler throttle-me
Order deny,allow
Deny from all
Allow from none
</Location>
</IfModule>
이렇게 해 놓구.. 확인을 해보면..
throttle-status 는 확인 이 되는데..
throttle-me 는 404 에러가 계속 뜨네여..
여기서 별다르게 확인 하거나 셋팅 해야하는 부분이 있나요?
|
이전글 : Re: 디스크 에러?
다음글 : Re: throttle-me 404 error 발생
|
from 59.15.53.81
JS(Redhands)Board 0.4 +@
|