조회 수 4739 추천 수 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
번호 제목 날짜 조회 수
64 cband-status 자정 초기화 하기 vi /home/cband-reset.sh #!/bin/bash wget --http-user=아이디 --http-passwd=패스워드 &#39;http://www.싸이트이름.com/cband-status?reset=all&amp;refresh=15&amp;unit=&#39; 라는 스크립트를 만들어 줍니다. 여... 2016.02.20 66702
63 cband-status 페이지 암호화 하기 yum 으로 httpd 설치한 환경 입니다. vi /etc/httpd/conf/httpd.conf 에서 다음과 같이 수정해 줍니다. &lt;IfModule mod_cband.c&gt; &lt;Location /cband-status&gt; SetHandler cband-status AuthType Basic AuthName User Aut... 2016.02.20 2523
» centos7 yum httpd 설치후 cband-status-me 설치 방법. 1. wget http://jaggoowa.com/bbs/mod-cband-0.9.7.5.tgz &gt; 다운로드합니다. 파일 에러시 첨부파일 받으시거나 검색해서 받으시면 됩니다. 2. tar xzf mod-cband-0.9.7.5.tgz &gt; 압축 풉니다. 3. cd mod-cband-0.9.7.5... file 2016.02.03 4739
61 centos7 ssh 포트번호 변경하기 centos7 설치가 막 완료된 상태에서 설명 입니다. 1. yum install -y net-tools &gt; 네트워크 활성화 2. yum update &gt; 업데이트 3. systemctl mask firewalld systemctl stop firewalld &gt; 2개의 명령어로 방화벽을 정지... 2016.01.31 3087
60 xe 에서 최근게시물 깨져서 나올때 ./widget/content/폴더의 content.class.php 파일을 이전 버전이랑 대조해가면서 보니 256번째 줄 근처에 아래와 같은 보안관련 코딩이 추가되었더군요. 일단은 주석처리하면 위 문제는 해결됩니다. // $oSecurity-&gt;e... 2015.12.24 2465
59 centos 7 apm + vsftpd 설치 스크립트 쉘(shell) 스크립트 다운로드 주소 : http://wooriagi.pe.hu/install.sh 웹기본 폴더는 /var/www/html 입니다. 그리고 /etc/httpd/conf/httpd.conf 에서 AllowOverride None 이 부분을 찾아 AllowOverride ALL로 바... file 2015.12.05 2911
58 centos7 부터 재시작 명령어 systemctl restart httpd systemctl restart mysqld systemctl restart sshd systemctl restart vsftpd 2015.08.14 2994
57 xpenology 에러날때 포트 23 무선 네트워크 연결을 통해 설치를 수행하고 있다면, DiskStation과 PC 클라이언트를 모두 이더넷 케이블 연결로 전환하고 다시 시도하십시오. 설치 도중 오류가 발생했습니다. 오류 결정을 위해 DiskStation의 Telne... 2015.03.08 11805
56 (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 4094
55 centos mysql-bin.000001 파일 용량 줄이기 명령어를 통해 mysql-bin.000001 와 같은 파일이 있는 곳으로 이동 합니다. cd /var/lib/mysql 이동을 하고 다음 명령어 입력 ls mysql-bin.* 그럼 bin 파일들이 나옵니다. 파일이 많으면 그만큼 용량이 차지 하기에 ... 2015.01.01 6063
54 소스컴파일로 설치된 mysql 삭제해야할 기존 디렉토리와 파일 피스트 userdel -r mysql &gt;&amp; /dev/null rm -rf /usr/local/mysql rm -f /usr/bin/mysqldump rm -f /usr/bin/mysql rm -f /usr/bin/mysqladmin rm -f /etc/my.cnf rm -f /etc/rc.d/init.d/mysqld 2014.07.15 17603
53 XE 에서 글쓰기 등록 눌렀을 때 반응이 없거나, 새로고침 후 글이 등록되어 있는 경우 XE 에서 글쓰기 한다음 등록을 누르면 반응이 없다가 새로고침 후 글이 등록 되어 지는 경우 XE (1.5.3.3 기준) 의 /classes/display/DisplayHandler.class.php 파일을 수정하는 것인데 기존의 if( (defined('__OB_GZ... 2014.07.09 16852
52 ERROR 145 (HY000): Table '테이블명' is marked as crashed and should be repaired 전체복구하기 에러 메세지 ERROR 145 (HY000): Table '테이블명' is marked as crashed and should be repaired 에러 증상 해당 테이블을 조회하면 에러 메세지 출력됨 해당 테이블에 삽입하고 갱신하면 에러 메세지 출력됨 대처 ... 2014.07.09 14746
51 xe 관리자인데 관리자 페이지 접속이 안될때 admin 페이지로 접속시 요청한 기능을 실행할 수 있는 권한이 없습니다.이와같은 에러가 나올때 조치 법 입니다. ModuleHandler.class.php 이 파일을 다운로드 받은 후 (위 링크 또는 첨부파일) FTP로 접속하여 ./cla... file 2014.06.22 15968
50 #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 16959
49 XE 도메인 변경시 본문삽입 한 이미지나 링크 경로 수정방법 1. phpmyadmin 툴로 들어 갑니다. 가서 해당 DB로 가서 검색을 눌러 줍니다. 찾을 단어, 값에 전싸이트주소.COM 입력해 줍니다. 그리고 찾을 테이블에 모두선택 하신후실행! 그러면 전 주소가 사용되는 모든 데이터... file 2014.02.11 23706
48 #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 36203
47 폴더복사 하기 cp 명령어 cp -r /home/원본폴더 /home/test1/복사 /home/원본폴더를 , /home/test1/복사 폴더로 복사함 2013.08.01 212056
46 계정생성시 자동으로 권한 755 주기 vi /etc/login.defs 파일을 vi 로 연다 useradd 가 새로운 계정을 생성할때 반드시 참조하는 파일이다. # cat /etc/login.defs MAIL_DIR /var/spool/mail // 메일 디렉토리 위치지정 /var/spool/mail/사용자명 PASS_M... 2013.07.04 32192
45 계정생성시 자동으로 public_html 폴더 만들어 주기 mkdir /etc/skel/public_html /etc/skel 에 public_html 폴더를 만들어 주면 useradd -d /home/계정폴더 계정아이디 //해주면 계정폴더/public_html 된다 useradd 환경을 설정하는 파일들 /etc/default/useradd /etc/... 2013.07.04 32699
Board Pagination Prev 1 2 3 4 Next
/ 4