mysql yum 설치 utf8 설정 admin 2014.12.23 vi /etc/my.cnf # client 부분밑에 추가 [client] default-character-set = utf8 # mysqld 부분밑에 추가 [mysqld] init_connect = SET collation_connection = utf8_general_ci init_connect = SET NAMES utf8 character-set-server = utf8 collation-server = utf8_general_ci # mysqldump 부분밑에 추가 [mysqldump] default-character-set = utf8 # mysql 부분밑에 추가 [mysql] default-character-set = utf8 Read More..
mysql 5.6 partition 확인 admin 2014.12.10 [crayon-67419fb44aa9d757095120/] You can also check the INFORMATION_SCHEMA.PLUGINS table with a query similar to this one: Read More..
DEFAULT_LIMIT_REQUEST_LINE 수정 admin 2014.11.25 DEFAULT_LIMIT_REQUEST_LINE , recompile해야 한다. 컴파일 작업 전 httpd-2.2.22/include vi httpd.h define DEFAULT_LIMIT_REQUEST_LINE 8190 수치변경 Read More..
+ webalizer 설치 및 설정 ( geoip 적용) admin 2014.11.19 웹로그 분석 tool 중에서 기본적으로 간단한 분석 프로그램 webalizer 설치 방법 OS : CENOTS 7.X Web Server : Apache 2.4 1. webalizer 다운로드 및 comfile 진행 [crayon-67419fb44b2cc370946586/] 2. 환경 설정 파일 복사 및 webalizer.conf 파일 수정 [crayon-67419fb44b2d4605371787/] 3. GeoIP 및 GeoDB.dat 파일 다운로드 [crayon-67419fb44b2d8317240704/] 4. 이제 모든 설정이 완료 되었으므로 로그파일을 파싱해 보자 [crayon-67419fb44b2db875865263/] 5. 웹 페이지에서 화면을 출력해보자 6. 이제 이렇게 설정이 다 되었기 때문에... Read More..
centos6 apache2 geoip (mod_geoip2) admin 2014.11.19 apache geoip2 설치 o/s : centos 6.5 64bit apache : 2.2 wget mirror.koreaidc.com/geoip/geoip-api-mod_geoip2-1.2.9.tar.gz tar xvfz geoip-api-mod_geoip2-1.2.9.tar.gz cd geoip-api-mod_geoip2-1.2.9 /usr/local/apache/bin/apxs -i -a -L/usr/local/include -I/usr/local/lib -lGeoIP -c mod_geoip.c mkdir /var/geoip 최신파일 다운로드 wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz wget... Read More..
configure: error: Cannot find libmysqlclient_r under /usr/local/mysql. admin 2014.11.18 configure: error: Cannot find libmysqlclient_r under /usr/local/mysql. 이런 에러가 발생되는 경우 cd /usr/local/mysql ln -s lib lib64 echo “/usr/local/mysql/lib64” >> /etc/ld.so.conf 그리고 다시 컴파일 작업 Read More..
centos6 geoip install admin 2014.11.18 O/S : CentOS 6.x 1. epel yum repo에 추가 [crayon-67419fb44c2b8047174904/] 2.yum GeoIP install [crayon-67419fb44c2c1474504146/] 3. 자료를 확인해 보면 최신 자료가 아닌 2018년도 자료가 마지막이다 [crayon-67419fb44c2c6583401654/] 4. 최신 자료로 업데이트 진행은 아래 사이트에서 진행 GeoIP.dat GeoIPCity.dat 파일 업데이트 CentOS 6 (GeoLite2 이용한 geoip geoipcity 파일 최신 파일로 업데이트) Read More..
nginx 설치 ( centos 6.5) admin 2014.11.18 yum install pcre pcre-devel openssl openssl-devel wget http://nginx.org/download/nginx-1.5.13.tar.gz tar xvfz nginx-1.5.13.tar.gz cd nginx-1.5.13 ./configure –prefix=/usr/local/nginx –conf-path=/usr/local/nginx/nginx.conf –sbin-path=/usr/local/nginx/sbin/nginx –pid-path=/usr/local/nginx/log/nginx.pid –lock-path=/usr/local/nginx/log/nginx.lock –error-log-path=/usr/local/nginx/log/error.log –user=no... Read More..
alteon l4 텔넷 통신 및 다이렉트 통신 admin 2014.11.12 ./c/slb/adv direct en direct ㅋㅋ 옵션을 줘야지 real 서버에 아이피로 접속됩니 텔넷 통신 /cfg/sys/tnet enable apply save 3408 메뉴에서는 /cfg/slb/adv/ direct en Read More..