개발/서버(84)
-
Intel Core i7 920, 940 and 965 Extreme Edition
Introducing the new Core i7Today marks the release of Intel's latest and greatest processor architecture to date. For the past two years Intel has dominated the CPU market with their Core 2 processors, reaping havoc on AMD's Athlon and Phenom products. Yet despite of this significant dominance, Intel will be pushing the Core 2 aside and make room for the new Core i7 processor series. When you co..
2019.01.05 -
apache favicon.ico HTTP/1.1" 404 에러 처리
(1) error.log 상에 favicon.ico 로그 안찍히게 하는 방법* error.log 에러로그=> [Wed Aug 24 11:10:52 2011] [error] [client 10.225.23.118] File does not exist: /jboss/jboss-as-web-7.0.0.Final/standalone/deployments/test.war/favicon.ico * 설정파일 : httpd.conf* 설정방법은 아래와 같다. (error.log 아래에 붙이면 된다.)Redirect 404 /favicon.ico ErrorDocument 404 "No favicon" (2) access.log 상에 favicon.ico 로그 안찍히게 하는 방법* access.log 에러로그 => /fa..
2019.01.05 -
dhcp로 받아온 ip를 캐쉬 제거
보통 공유기(라우터)에서 IP를 동적할당(dhcp)하여 사용할 경우 서버나 nas같은경우 사용자가 원하는 특정 ip로 고정해서 사용하는 경우가 많습니다. 보통 mac주소를 이용해서 특정ip를 할당하여 사용하게 되는데. 리눅스같은 경우는 한번 dhcp로 받아온 ip를 캐쉬에 저장하여 네트워크 서비스가 재시작 되어도 계속 동일 ip만을 할당 받는 경우가 생깁니다. 여기서는 그 캐쉬를 제거하는 방법을 소개합니다. 1. centos (redhat)의 경우 캐쉬파일을 제거 /var/lib/dhclient/dhclient-eth0.leases 제거 또는 백업(eth0은 장치 이름) 네트워크 서비스 재시작 service network restart 2. ubuntu(debian) sudo dhclient -r sud..
2018.06.14 -
apache 로그 이미지 제외
log_config_module 수정 # # The following directives define some format nicknames for use with # a CustomLog directive (see below). # LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common # You need to enable mod_logio.c to use %I and %O LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio ..
2017.03.31 -
cronolog 설치 및 설정
UK Mirror Servicehttp://www.mirrorservice.org/sites/distfiles.macports.org/cronolog/ 다운로드 사이트wget http://www.mirrorservice.org/sites/distfiles.macports.org/cronolog/cronolog-1.6.2.tar.gzwget http://www.mirrorservice.org/sites/distfiles.macports.org/cronolog-devel/cronolog-1.7.0-beta.tar.gz tar xvfz cronolog-1.7.0-beta.tar.gz./configure --prefix=/usr/local/cronologmake && make install 아파치 가상호스트 설..
2017.03.29 -
Centos7 ifconfig
yum install net-tools
2017.03.26