조회 수 4742 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

1. wget http://jaggoowa.com/bbs/mod-cband-0.9.7.5.tgz

 

> 다운로드합니다. 파일 에러시 첨부파일 받으시거나 검색해서 받으시면 됩니다.

 

2. tar xzf mod-cband-0.9.7.5.tgz

 

> 압축 풉니다.

 

3. cd mod-cband-0.9.7.5

 

> 압축 푼 폴더에 들어 갑니다.

 

4. ./configure

 

5. make

 

6. make install

 

설치 해 줍니다.

 

7. apxs 에러가 난다면 yum install httpd-devel 설치 후 다시 해줍니다.

 

8. systemctl httpd restart

 

> 재시작 합니다.

 

9. vi /etc/httpd/conf/httpd.conf

 

10. 아래와 같이 해당 문구를 입력합니다.

 

<IfModule mod_cband.c>
        <Location /cband-status>
                SetHandler cband-status
        </Location>
        <Location /cband-status-me>
                SetHandler cband-status-me
        </Location>
        <Location /~*/cband-status-me>
                SetHandler cband-status-me
        </Location>
        <Location /cband-status>
                Order deny,allow
                Deny from all
                Allow from all
        </Location>
</IfModule>

 

11. Allow from all 부분에 all 지우고 127.0.0.1 127.0.0.2 해당 아이피를 입력하면 그 아이피에서만

관리 페이지에 접속 됩니다.

 

12.

 

<VirtualHost xxx.xxx.xxx.xxx:*80>
DocumentRoot /home/public_html
Servername jaggooman.com
ServerAlias www.jaggooman.com
CBandLimit 300Mi
CBandPeriod 1D
</VirtualHost>

?

List of Articles
번호 제목 날짜 조회 수
4 1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' 에러명 select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = '01_1' and po_rel_id = '1' and po_rel_action = '쓰기' 1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (u... 2012.02.21 93026
3 (Owncloud) Error while trying to create admin user: An exception occured in driver: could not find driver 에러 해결 (Owncloud) Error while trying to create admin user: An exception occured in driver: could not find driver 에러 해결 php 확장 모듈에서 php_pdo_mysql.dll 추가 해 주면 됩니다. 테스트 환경 windows7 // auto... 2015.02.19 4098
2 #145 - Table './DB/xe_documents' is marked as crashed and should be repaired phpmyadmin 에서 #145 - Table './DB/xe_documents' is marked as crashed and should be repaired centos mysqld.log 에서 [ERROR] /usr/local/mysql/libexec/mysqld: Table './DB/xe_documents' is marked as crash... file 2014.06.22 16961
1 #1040 - Too many connections // XE cannot connect to DB. 이런 에러 나올때 #1040 - Too many connections XE cannot connect to DB. 이런 에러 나올때 mysql 에서 max_connection 제한때문에 일어나는 에러 현재 msyql max_connetion 확인 #mysqladmin -u root -p variables | grep max_conne... 2013.11.20 36209
Board Pagination Prev 1 2 3 4 Next
/ 4