mod_throttle 설치해보신분 있으세요?

mod_throttle 설치후 아래와같이 추가하였는데 아파치를 실행하면
/etc/rc.d/init.d/apache restart: configuration broken, ignoring restart
/etc/rc.d/init.d/apache restart: (run 'apachectl configtest' for details)
에러가 뜹니다.
 ThrottlePolicy Volume 100M 1d  제거하면 에러가 안뜨고 아파치가 리스타트 되구요..


httpd.conf파일 추가내용:

<IfModule mod_throttle.c>
ThrottlePolicy none
    <Location /throttle-status>
        SetHandler throttle-status
        Order deny,allow
        Deny from all
        Allow from all
    </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 all
    </Location>

</IfModule>


<VirtualHost 61.251.165.116>
ServerAdmin cha5501@hotmail.com
DocumentRoot /home/cha5501/public_html
ServerName vla.co.kr
ThrottlePolicy Volume 100M 1d
</VirtualHost>
|

댓글 10개

모듈이 정상설치가 안된듯 보입니다.
설정화일은 저부분만 보면 문제 없는듯 보이는데
<Location /throttle-status>
SetHandler throttle-status
Order deny,allow
Deny from all
Allow from 접속할IP
</Location>
로 수정하시고 사용하시면 될겁니다.
네, apache-1.3.37 사용중입니다~
위와같이 해주어도 없는페이지라 뜨네요 n.n
http://vla.co.kr/throttle-status
위에러는 모듈이 설치가 안되었거나 로딩이 안되는 문제라 보여집니다만
모듈설치가 정상적이라면 conf에 아래부분이 있는지 확인해보시길 바랍니다.
LoadModule throttle_module libexec/mod_throttle.so
AddModule mod_throttle.c
네 모두 추가되어있어요..
모듈도 올라와있나요? httpd -l 해보시면^^ 확인이 될겁니다.
httpd -l 해보면 커맨드를 찾을수 없다고 뜨네요.. 뜨억..
-bash: httpd: command not found
아파치설치경로/bin/httpd -l 해보시면 나올겁니다.
아래와같이 나오네요~!!

http_core.c
mod_so.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec
apache실행오류로그를 봐야 알거 같습니다. 쪽지 드렸어용^^
댓글을 작성하시려면 로그인이 필요합니다.

자유게시판

+
제목 글쓴이 날짜 조회
15년 전 조회 1,842
15년 전 조회 1,888
15년 전 조회 1,861
15년 전 조회 1,699
15년 전 조회 1,823
15년 전 조회 2,367
15년 전 조회 1,826
15년 전 조회 1,826
15년 전 조회 2,104
15년 전 조회 2,024
15년 전 조회 1,744
15년 전 조회 2,185
15년 전 조회 2,348
15년 전 조회 2,313
15년 전 조회 2,191
15년 전 조회 1,322
15년 전 조회 1,716
15년 전 조회 3,513
15년 전 조회 1,409
15년 전 조회 1,919
15년 전 조회 1,847
15년 전 조회 1,699
15년 전 조회 1,563
15년 전 조회 1,546
15년 전 조회 1,302
15년 전 조회 1,548
15년 전 조회 1,265
15년 전 조회 1,161
15년 전 조회 1,413
15년 전 조회 2,040