분류 전체보기121 1. 설치 설치파일 다운로드 : http://nginx.org/en/download.html nginx: download nginx.org 1. 필수 패키지 설치yum updateyum install yum-utilsyum groupinstall “Development Tools”yum install pcre pcre-develyum install zlib zlib-develyum install openssl openssl-devyum install gcc 2. nginx 패키지 압축 해제 및 경로 이동 3. compile 실행./configure --prefix=/sw/web/nginx/nginx-1.22.1 --user=app --group=app --with-http_ssl_module --with-http_.. 2023. 5. 22. 4. [standalone] 패치 https://access.redhat.com/documentation/ko-kr/red_hat_jboss_enterprise_application_platform/7.4/html/patching_and_upgrading_guide/assembly-patching-jboss-eap_default 2장. JBoss EAP 패치 Red Hat JBoss Enterprise Application Platform 7.4 | Red Hat Customer Portal Access Red Hat’s knowledge, guidance, and support through your subscription. access.redhat.com 패치시 주의 사항) 패치는 설치 방법에 따라 달라짐. zip 파일 또는 inst.. 2023. 5. 22. 3. [standalone] 다른 장비에 이중화하기 1. 1번 장비의 jboss 서버를 엔진채로 묶어서 2번 장비로 업로드 tar cvzf jboss.tar jboss-eap-7.4 2. tar 파일 풀고 bin 디렉토리의 스크립트 내용 수정 (또는 CONFIG_FILE (standalone-full.xml 등) 의 interfaces 태그에서 ip 정보 변경) 3. 로그 디렉토리 생성 4. add_user.sh 실행 후 서버 기동 2023. 5. 22. 2. [standalone] 인스턴스 추가 동일 장비에서 인스턴스 추가하는 방법 => 1의 설치 과정을 반복해주면 됨. server1 인스턴스를 복사하여 server2 인스턴스 생성 1. server1 인스턴스 하위 디렉토리들을 묶어서 tar파일 생성 cd server1 tar cvzf server1.tar * 2. server2 디렉토리를 만들어서 server1.tar 파일 묶음 해제 mv server1.tar ../server2/ cd ../server2 tar xvzf server1.tar 3. bin 디렉토리의 스크립트 내용 수정 후 add_user.sh 스크립트 실행 PORT_OFFSET도 변경해줘야 함 => 다음과 같이 설정해주면 server1의 기본포트인 7000번에 100을 더한 7100번이 관리 콘솔 포트로 사용됨. 나머지 포트에.. 2023. 5. 22. 이전 1 ··· 26 27 28 29 30 31 다음 728x90