+ xcache php install (PHP 가속화) / yum 이용 admin 2015.11.18 1: PHP xcache xcache-admin 설치 (install) RHEL/CentOS [crayon-69b773eb1f152981614704/] 2: 환경설정 파일 수정 [crayon-69b773eb1f15b574608756/] 3: 웹서버 재시작 [crayon-69b773eb1f160180246679/] 4: PHP 모듈 정상 확인 [crayon-69b773eb1f164796861723/] [crayon-69b773eb1f167477845713/] 정상적으로 설치된 것을 확인 할수 있다 이제 웹에서 파일을 확인해보자 [crayon-69b773eb1f16a541177454/] [crayon-69b773eb1f16e170928343/] 5: xcache 관리 (admin tool) ... Read More..
configure: error: libXpm.(a|so) not found. admin 2015.11.10 configure: error: libXpm.(a|so) not found. yum install xorg-x11-devel libXpm-devel configure: error: Unable to locate gmp.h yum –y install gmp-devel Read More..
keytool 영문 확인 admin 2015.11.09 서버의 언어설절을 [crayon-69b773eb200d1797597059/] keytool 역시 영문으로 변경 [crayon-69b773eb200d9152210332/] key 파일 영문으로 out [crayon-69b773eb200dd169711587/] Read More..
yum httpd 설치 후 EUC-KR 작업 admin 2015.11.06 http.conf 파일 중에서 LanguagePriority ko ca cs da de el eo es et fr he hr it ja ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW AddDefaultCharset EUC-KR 수정후 웹서버 재시작 만약 UTF8을 이용한다면AddDefaultCharset UTF-8 Read More..
+ windows 2012 ad 암호정책 설정 ( a/d 정책) admin 2015.10.19 WINDOWS A/D 환경에서 암호 정채 설정 시작 -실행 – gpmc.msc default domain 오른쪽 버튼 편집 클릭 컴퓨터 구성 -> 정책 -> windows 설정 -> 보안설정 -> 최대 암호사용기간 0 설정 즉각 적용하기 위해서 명령어 입력 gpupdate /force Read More..
3Ware Raid Controller Web manager admin 2015.09.21 3ware raid management install 압축 해제 unzip 3DM2_CLI-linux_10-2-2-1_9-5-5-1.zipsh install.sh -i브라우저 창에 https://서버IP:888/ admin / 3ware Read More..
Error: Plugin load for plugin ‘geoipfree’ failed with return code: Error: Can’t locate Geo/IPfree.pm admin 2015.09.11 Error: Plugin load for plugin ‘geoipfree’ failed with return code: Error: Can’t locate Geo/IPfree.pm 펄 모듈 설치 install Geo:IPFree install BRICAS/Geo-IPfree-1.151940.tar.gz install Geo::IP install Geo::IP::PurePerl Read More..
+ SUPERMICRO SSE-X24S admin 2015.09.10 SUPERMICE 10G L3 SETTING Management IP (Default IP is 192.168.100.102 ) ADMIN / ADMIN Serial Console Baudrate = 9600 Data bits = 8 Parity = None Stop bit = 1 Read More..
+ Warning: preg_match(): Compilation failed: this version of PCRE is compiled without UTF support admin 2015.09.02 Warning: preg_match(): Compilation failed: this version of PCRE is compiled without UTF support PHP 5.4 버전 운용 과정중에 워드프레스에서 위와 같이 에레메세지가 발생하는 경우가 있다PCRE는 제대로 설치가 되었는데 왜 에러가 날까 PHP 컴파일 과정중에 옵션을 다르게 줘야 된다 기존 옵션 : –with-pcre-regex=/usr 변경옵션 : –with-pcre 위 옵션을 주고 다시 컴파일 실행하면 에레메시지가 발생되지 않는다 그리고 PCRE가 UTF8 을 지원하는지 확인하는 명령어 pcretest -C Read More..
php 5.4 oci install admin 2015.09.01 C OS : CENTOS 6.x / 64bit php가 이미 설치된 환경에서의 작업 먼저 oracle-instantclient11 파일을 다운로드 받는다 basic,devel 파일 2가지 rpm 파일을 받는다 1. 다운로드 [crayon-69b773eb205b0582701075/] 2. RPM 파일 설치 다운로드 받은 RPM 파일을 설치한다 [crayon-69b773eb205ba169554411/] 라이브러리를 인식하기 위해서 /etc/ld.so.conf 파일에 등록 [crayon-69b773eb205bf116611257/] 3. OCI8 설치 라이브러리 문제로 인해 libaio 을 yum으로 설치해 준다 [crayon-69b773eb205c295575242... Read More..