SW87 사이트 트래픽 제한 - Aapche OS : Centos 7.9 Tool : VMware 1. 필요 라이브러리 설치 yum -y install gcc* cd /usr/local/src wget http://linux.softpedia.com/get/Internet/HTTP-WWW-/mod-cband-4737.shtml#download tar xfz download cd mod-cband-0.9.7.5 ./configure \ --with-apxs=/usr/sbin/apxs make && make install chmod 755 /usr/lib64/httpd/modules/mod_cband.so [activating module `cband' in /etc/httpd/conf/httpd.conf] 2. 파일 수정 vi /etc/httpd/c.. 2021. 10. 23. root 설정 보안 # vi /etc/pam.d/login --> auth [user_unknown=ignore success=ok ignore=ignore default=bad] pam_securetty.so 내용이 주석처리되어있다면 root보안 인증을 하지 않아 취약한 것이고, 주석이 되어있지 않아야 root 인증을 함으로 보안이 되어있는 것이다. # vi /etc/securetty 파일 내 *pts/x 관련 설정이 존재하는 경우 위의 pam 모듈 설정과 관계없이 root 계정 접송을 허용하므로 반드시 securetty 파일에서 pts/x 관련 설정 제거가 필요하다. ※ tty(terminal-teletype) : 서버와 연결된 모니터, 키보드 등을 통해 사용자가 콘솔로 직접 로그인할 경우. pts(pseudo-term.. 2021. 10. 20. 사이트 트래픽 제한 1, 필요한 라이브러리 설치 yum -y install gcc* 2. 설치 파일 다운로드 cd /usr/local/src wget http://linux.softpedia.com/get/Internet/HTTP-WWW-/mod-cband-4737.shtml#download tar xfz download 3. 컴파일 시작 cd mod-cband-0.9.7.5 ./configure \ --with-apxs=/usr/sbin/apxs make && make install 4. 정상적으로 설치가 되었음을 확인 chmod 755 /usr/lib64/httpd/modules/mod_cband.so [activating module `cband' in /etc/httpd/conf/httpd.conf] 5. vi /e.. 2021. 10. 19. 게시판에 파일용량 100MB크기 업로드 가능하게 설정(centos 6) vi /etc/php.ini upload_max_filesize = 100M post_max_size = 128M 2021. 10. 18. php 업그레이드 (Centos7) CentOS 7 에서 PHP 7.2 업그레이드 1. redis가 설치되어 있는 경우 uninstall 하고 PHP 업그레이드후 다시 설치해야 한다. pecl uninstall redis pecl uninstall igbinary 2, vi /etc/php.ini ; 아래 동적모듈 부분 주석처리 extension=igbinary.so extension=redis.so 3. remi-php72 저장소 활성화 yum-config-manager --enable remi-php72 yum update pecl install https://pecl.php.net/get/igbinary-2.0.5.tgz pecl install https://pecl.php.net/get/redis-3.1.4.tgz 4. php.in.. 2021. 10. 17. 이전 1 ··· 8 9 10 11 12 13 14 ··· 18 다음