| 2781 번 글의 답장글: Re: throttle-me 404 error 발생 |
| 글쓴이: 산이
[홈페이지]
|
글쓴날: 2008년 07월 25일 19:28:39 금(저녁) |
조회: 2281 |
[최성민]님이 남기신 글:
>-----------------------------------------
>답변자가 기본적으로 참고할 내용입니다.
>- 배포판(옵션) :
>- 커널버전(옵션)
:
>- 데몬버전(예: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 에러가 계속 뜨네여..
>
>여기서 별다르게 확인 하거나 셋팅 해야하는 부분이 있나요?
========================================
http://..../throttle-me/
가 아니고
http://..../throttle-me
이런식으로 호출해 보세요.
그래도 404 가 나오면 아파치 error_log 를 살펴보세요.
|
이전글 : throttle-me 404 error 발생
다음글 : dovecot yum설치시 mysql(rpm)삭제문제
|
from 211.53.35.129
JS(Redhands)Board 0.4 +@
|