1564 번 글의 답장글: Re: mod_throttle질문 드릴게요 |
글쓴이: 산이
[홈페이지]
|
글쓴날: 2003년 07월 16일 22:51:26 수(저녁) |
조회: 1561 |
[havebeen]님이 남기신 글:
>안녕하세요
>
>일일 전송량 제한 모듈인 mod_throttle에 대하여 질문
드립니다.
>
>지금 현재 Apache 1.3.27에 mod_throttle 3.1.2를 셋팅하였습니다.
>
>kltp.kldp.org -> 아파치에 있는 팁을 보고 httpd.conf를
셋팅하였습니다.
>
>버츄얼 호스팅된 유저 홈페이지에서 도메인/throttle-me를
하면
>
>잘 보입니다.
>
>관리자만 봐야 하는 throttle-status도 보이구요
>
>정작 메인도메인/throttle-me나
메인도메인/throttle-status는
>
>Forbidden
>You don't have permission to access /throttle-status on this server
>
>위와 같은 에러가 발생합니다.
>
>어떻게 셋팅을 해야하는지 의문이네요 문서들도
없구..
>
>httpd.conf셋팅은
아래와 같습니다.
>
> <IfModule mod_throttle.c>
>ThrottlePolicy Volume 10G 1d
><Location /throttle-status>
>SetHandler throttle-status
></Location>
>
><Location /throttle-me>
>SetHandler throttle-me
></Location>
>
><Location /~*/throttle-me>
>SetHandler throttle-me
></Location>
><Location /throttle-status>
>SetHandler throttle-status
></Location>
>
>버츄얼 호스팅 부분
><VirtualHost www.havebeen.org>
> ServerName havebeen.org
># DocumentRoot /usr/local/apache/htdocs
> ServerAlias havebeen.org
># ErrorLog /usr/local/apache/logs/error_log
># CustomLog /usr/local/apache/logs/access_log common
></VirtualHost>
><VirtualHost civilia.havebeen.org>
> ServerAdmin webmaster@havebeen.org
> DocumentRoot /home/civilia/public_html
> ServerName civilia.havebeen.org
> ThrottlePolicy Volume 300M 1d
> ErrorLog /home/civilia/logs/error_log
> CustomLog /home/civilia/logs/access_log common
></VirtualHost>
><VirtualHost ledsoul.havebeen.org>
> ServerAdmin webmaster@havebeen.org
> DocumentRoot /home/ledsoul/public_html
> ServerName ledsoul.havebeen.org
> ThrottlePolicy Volume 500M 1d
> ErrorLog /home/ledsoul/logs/error_log
> CustomLog /home/ledsoul/logs/access_log common
></VirtualHost>
>
>위와 같은 형식인데요
>
>유저들의 유저.havebeen.org에서는
throttle-me와
>
>throttle-status가 보이구요
>
>메인 도메인인 havebeen.org에서는
보이지 않네요
>
>그리고 throttle-status는 havebeen.org에서만
보이게 하려는데
>
>어찌 해야할지 모르겠습니다.
>
>귀찮게 해드려서 죄송하지만 조언좀 구할게요
>
>즐거운 하루 되세요 :)
========================================
현재
www.havebeen.org
가 기본 호스트입니다. 이 가상호스트 섹션에
ThrottlePolicy Volume 300M 1d
이런 설정이 필요합니다.
그리고 접근정책은
<Location /throttle-status>
SetHandler throttle-status
order deny,allow
Deny from All
Allow from localhost 127.0.0.1 192.168.0
</Location>
이렇게 설정하세요.
|
이전글 : mod_throttle질문 드릴게요
다음글 : 오늘은 무슨 날인지 알려주는것은 어떻게 하는가요?
|
from 61.254.75.40
JS(Redhands)Board 0.4 +@
|