1838 번 글: throttle-me 드렉토리 404Error 발생 |
글쓴이: 작은또치
|
글쓴날: 2003년 12월 25일 00:02:27 목(새벽) |
조회: 828 |
: ) 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>
<LocationMatch "/(~[a-zA-Z0-9-]+/)*throttle-me">
SetHandler throttle-me
</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 [변경후]
문제가 있나요..
=========================================================
퍼미션 문제가 있나요...
즐거운 성탄절 되세요...
|
이전글 : Re: 멀티부팅이안돼고윈도진입..-ㅅ-;;
다음글 : Re: throttle-me 드렉토리 404Error 발생
|
from 61.43.161.201
JS(Redhands)Board 0.4 +@
|