No Image

apache 2.4 mod_remoteip for get real ip on AWS ELB

2017-06-08 KENNETH 0

1. Load Module <IfModule mod_remoteip.c> RemoteIPHeader X-Forwarded-For </IfModule>   2. Change Log Format If using ”common” ORG : LogFormat ”%h %l %u %t \”%r\” %>s %b” common CHANGE : LogFormat ”%a %l %u %t \”%r\” %>s %b” common changet ”%h” to ”%a”

No Image

[AWS] certificate arn:aws:iam server-certificate not found when configure ELB

2017-06-06 KENNETH 0

1. 상황 ELB 구성 작업 시 HTTPS 프로토콜을 추가하면 SSL 인증서를 지정하는 항목이 나옴 해당 설정을 완료후 마지막 ”launch”를 클릭하면 certificate arn:aws:iam server-certificate not found 오류가 발생 하면서 ELB 구성(생성)이 완료 되지 않음   2. 확인 2.1 SSL 인증서 오류 문제 private key certificate file of domain certificate chain ELB 등록시 필요한 3요소에는 문제가 없음 실제 아파치에 직접 적용을 해봐도 문제가 없음 물론 같은 방식으로 지금까지 잘 사용했고 이후 설명하는 방법에서도 같은 인증서 파일들을 이용해 성공 했기 때문에 인증서(파일)의 문제로 보기 어려움   2.2 시간적 특이사항 아마도 나중에 다시 해봤으면 성공 했지 싶음 하지만 내겐 그만한 시간이 없고, 약 1시간 가까이 테스트를 해본 결과 되지 않았음   2.3  ELB 방식의 차이? Application Load Balancer Classic Load Balancer 모두 동일한 결과가 나왔음   2.4 유추한 문제 웹 기반 콘솔에서는 더이상 안되겠다는 판단 인증서 업로드가 안되기 때문에 마지막 단계에서 파일을 찾지 못한다고 [ more… ]

Changing Screen Size/Resolution of CentOS GUEST on VirtualBox

2017-05-30 KENNETH 0

GUEST OS 로 centos 를 설치했다면 아마도 지원되는 해상도가 1024×768 이 최대치 일듯 좀더 원활하게 X를 사용하기 위해서는 보다 큰 해상도가 지원되어야 하는데 이를 위해서는 약간의 작업이 필요함 1. VirtualBox 인스턴스 메뉴의 ”장치” -> ”게스트 확장 CD 이미지 삽입” 을 선택하면 바탕 화면에 ”VBOXADDITIONS 버전 빌드” 이름의 아이콘이 생김 2. 해당 아이콘을 더블클릭 하면 /run/media/계정명/VBOXADDITIONS 버전 빌드 위치로 마운트 됨 3. 해당 위치로 이동후 ./VBoxLinuxAdditions.run 을 실행하면 분단위의 시간이 소요되면서 설치가 됨 3-1. 간혹 이런 오류가 발생할 수 있음 VirtualBox Guest Additions installer Removing installed version 5.1.22 of VirtualBox Guest Additions… Copying additional installer modules … Installing additional modules … vboxadd.sh: Starting the VirtualBox Guest Additions. Failed to set up service vboxadd, please check the log file /var/log/VBoxGuestAdditions.log for details. 이런 오류가 발생하면 yum install dkms 명령을 이용해서 패키지를 설치해준뒤 다시 실행하면 정상 설치 될것임 혹시라도 패키지를 찾을 수 없다면 [ more… ]

No Image

인터넷 익스플로러에서 마우스 휠 스크롤이 작동하지 않을 때

2017-01-08 KENNETH 0

불과 며칠전 윈도우 업데이트 이후 였던가 아무튼 갑작스레 익스플로러 상에서 마우스 휠을 용한 페이지 스크롤이 작동하지 않음.. ;;;; 찾아보니 이런 내용이…!!!!   해결 방법 : https://answers.microsoft.com/ko-kr/ie/forum/ie11-iewindowsrt8_1/%EC%9D%B8%ED%84%B0%EB%84%B7/7696163e-bf01-4915-9b07-7291b5c5fee1   메뉴 -> 인터넷 옵션 -> 고급탭 -> 설정 항목 -> 검색 항목 ”부드러운 화면 이동 사용” 체크를 해제해 주란다. 이런 옵션이 있는줄도 몰랐네;;;;;  

No Image

Intel CPUs and Supported Red Hat Enterprise Linux (RHEL) Versions

2016-12-28 KENNETH 0

URL : https://access.redhat.com/support/policy/intel   Intel CPUs and Supported Red Hat Enterprise Linux (RHEL) Versions The follow table lists the minimum versions and update releases of Red Hat Enterprise Linux (RHEL) that are required to support Intel processors. Red Hat Enterprise Linux 4 Red Hat Enterprise Linux 5 Red Hat Enterprise Linux 6 Red Hat Enterprise Linux 7 Vendor Family Name Version Knowledgebase Resource(s) Version Knowledgebase Resource(s) Version Knowledgebase Resource(s) Version Knowledgebase Resource(s) Intel Xeon® Processor X5500, W5500, L5500, E5500 series 4.7 15223 5.3 15223 6.0 7.0 Intel Xeon® Processor X7500, X6500, L7500, E7500, E6500 series Not supported 5.4.z (1) 25195, 42231 6.0 7.0 Intel Xeon® Processor X5600, W3600, L5600, E5600 series 4.8 24382 5.3 24382 6.0 7.0 Intel Xeon® Processor E-2800, E-4800 and E-8800 series Not supported 5.5 58721 6.0 7.0 Intel Core™ i3-2100,    i3-2300 Family Processors Not supported 5.6 6.0 [ more… ]