+ admin 2015.11.20 LAMP install ( APM 설치 / 워드프레스 최적화 셋팅) LAMP 설치 ( APM 설치) 설치 및 운용 APM 설치를 yum을 이용하여 설치 진행도 가능하지만 comfile을 이용하여 설치를 진행한다 사용하는 버전은 다음과 같다 APACHE : 2.2.31 PHP : 5.4.45 MYSQL : 5.5.46 해당 버전은 현재 wordpress 최신 버전의 요구사항에 안정적인 APM 버전이다 설치 순서는 다음과 같다 1. mysql 2. apache / 3 php 그럼 설치를 진행해보자 / 사용 환경은 다음과 같다 OS: CentOS 6.x / 64bit MYSQL 설치 1. 먼저 mysql 설치하기 앞서 cmake 를 설치 진행해 준다 [crayon-673fcbe3ee073053571899/] 2. 사용자 추가 [crayon-673fcb... Read More..
+ admin 2015.11.19 maximal mount count reached running e2fsck mount시 아래와 같이 에러가 발생되는 경우 maximal mount count reached running e2fsck 1: 먼저 해당 파티션의 mount count를 확인한다. [crayon-673fcbe3ef38b651709141/] max count보다 현재 count가 더 많으므로 해당 파티션의 파일 시스템을 체크 진행해야 한다 명령어는 e2fsck 2: 마운트가 되었있다면 umout 후 e2fsck 명령어로 파일시스템 점검 [crayon-673fcbe3ef394684709786/] [crayon-673fcbe3ef398617158657/] [crayon-673fcbe3ef39c347310420/] 3: maximum mount count를 증가하려면 그리고 다시 mount 진행하면 된... Read More..
+ admin 2015.11.18 memcache install / php memcache install 1: memcached install RHEL/CentOS yum install [crayon-673fcbe3efccf397982798/] 2: 환경설정 파일 수정 [crayon-673fcbe3efcd8346338684/] 3: 서비스 시작시 가동 및 시작 [crayon-673fcbe3efcdc680176206/] 4: memcached 정상 확인 [crayon-673fcbe3efce1170700470/] 현재 상태 점검 [crayon-673fcbe3efce4707281776/] 5: memcache PHP install [crayon-673fcbe3efce8206207215/] 6: memcach php.ini 등록 및 환경설정 [crayon-673fcbe3efceb17595139... Read More..
+ admin 2015.11.18 php xcache xcache-admin install (컴파일 진행) 1: PHP xcache xcache-admin 설치 (install) / comfile RHEL/CentOS 파일 다운로드 및 컴파일 진행 [crayon-673fcbe3f08d9671563317/] 관리자 tool을 보기위해 파일 복사 [crayon-673fcbe3f08e1030989124/] 2: 환경설정 파일 수정 (php.ini) [crayon-673fcbe3f08e5684774918/] [crayon-673fcbe3f08ea002712410/] 각 서버 환경에 맞게 적당하게 구성한다 count 항목은 CPU 코어갯수를 입력하면 된다. 만약 간단하게 구성하려면 (xcache_var 항목 제외) [crayon-673fcbe3f08ed839041681/] [crayon-673fcbe3f... Read More..
+ admin 2015.11.18 xcache php install (PHP 가속화) / yum 이용 1: PHP xcache xcache-admin 설치 (install) RHEL/CentOS [crayon-673fcbe3f10bd210777079/] 2: 환경설정 파일 수정 [crayon-673fcbe3f10c5788321738/] 3: 웹서버 재시작 [crayon-673fcbe3f10c9116678141/] 4: PHP 모듈 정상 확인 [crayon-673fcbe3f10cc061656123/] [crayon-673fcbe3f10cf092993463/] 정상적으로 설치된 것을 확인 할수 있다 이제 웹에서 파일을 확인해보자 [crayon-673fcbe3f10d2811986334/] [crayon-673fcbe3f10d5194748528/] 5: xcache 관리 (admin tool) ... Read More..
admin 2015.11.10 configure: error: libXpm.(a|so) not found. 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..
admin 2015.11.09 keytool 영문 확인 서버의 언어설절을 [crayon-673fcbe3f180f325637848/] keytool 역시 영문으로 변경 [crayon-673fcbe3f1818330946133/] key 파일 영문으로 out [crayon-673fcbe3f181c299991649/] Read More..
admin 2015.11.06 yum httpd 설치 후 EUC-KR 작업 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..
admin 2015.09.11 Error: Plugin load for plugin ‘geoipfree’ failed with return code: Error: Can’t locate Geo/IPfree.pm 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..
+ admin 2015.09.02 Warning: preg_match(): Compilation failed: this version of PCRE is compiled without UTF support 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..