1838 번 글의 답장글: Re: throttle-me 드렉토리 404Error 발생 |
글쓴이: 산이
[홈페이지]
|
글쓴날: 2003년 12월 25일 00:08:48 목(새벽) |
조회: 886 |
[작은또치]님이
남기신 글:
>: ) Merry Christmas
>
>제서버 또 오류가 ???
>
>throttle-me 404Error / throttle-status 403Error 발생
>
><IfModule mod_throttle.c>
>
> <Location /throttle-status>
> SetHandler throttle-status
> Order deny,allow
> Deny from all
> Allow from all
> AuthName "ROOT Throttle-Status"
> AuthType Basic
> AuthUserFile /usr/local/apache/conf/.htpasswd
> require valid-user
> </Location>
throttle-status 의 경우는 기본적으로 인증이 무력화
되더군요.
IP 주소로 인증해 보세요.
>
>
>
> <LocationMatch "/(~[a-zA-Z0-9-]+/)*throttle-me">
> SetHandler throttle-me
> </LocationMatch>
>
아래 두개의 <Location> 세션은 지우도 됩니다.
위의 <LocationMatch> 에서 적용되기 때문에..
>
> <Location /throttle-me>
> SetHandler throttle-me
> </Location>
>
> <Location /~*/throttle-me>
> SetHandler throttle-me
> </Location>
></IfModule>
>
>=========================================================
>php parsing 쪽의 보안 관련 다음의 php 옵션이 적용
입니다.
>register_globals = On [변경전]
>register_globals = Off [변경후]
>문제가 있나요..
>=========================================================
>
>퍼미션 문제가 있나요...
>
>즐거운 성탄절 되세요...
========================================
|
이전글 : throttle-me 드렉토리 404Error 발생
다음글 : [문의] 아파치 업그레이드 방법
|
from 61.254.130.225
JS(Redhands)Board 0.4 +@
|