WEB34 2. OS 필수 패키지 리스트 OHS 설치 시 필수 요구조건으로 OS 패키지 설치 필요 OS별 필수 패키지 리스트)https://docs.oracle.com/html/E18558_06/fusion_requirements.htm#BABGBCIG 12c)https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/sysrs/system-requirements-and-specifications.html#GUID-37C51062-3732-4A4B-8E0E-003D9DFC8C26 2024. 8. 1. 1. OHS(Oracle HTTP Server) OHS 개요 OFM WEB-TIER 제품군의 Web Server Component Web Application Server의 앞 Tier에서 HTTP Listener 역할 담당 Apache Module (12c based on Apache 2.4) + 자체 Oracle Module로 구성 HTML, jpg와 같은 static한 contents에 대한 요청 처리 및 WebLogic Plug-in module을 통해 jsp, servlet 등 비즈니스 로직에 대한 요청을 WebLogic으로 Proxy가능 OHS 12c 특징 OPMN(Oracle Process Manager and Notification Server) 이 사라지고, 대신 Nodemanager와 WebLogic Management Frame.. 2024. 8. 1. 14. mpm 튜닝 동시접속자 수(MaxRequestWorkers) 기준으로 mpm값 튜닝Apache 2.4 버전부터는 event 모드가 기본값으로 해당 모드를 기준으로 하였음 참고https://httpd.apache.org/docs/2.4/mod/mpm_common.html#startservers mpm_common - Apache HTTP Server Version 2.4This controls the directory to which Apache httpd attempts to switch before dumping core. If your operating system is configured to create core files in the working directory of the crashing process.. 2024. 6. 24. 13. Apache 멀티 프로세스 웹서버가 각각 사용하는 도메인이 다를 경우 VirtualHost를 사용할 수도 있지만 다음과 같은 방법으로 하나의 엔진을 사용하여 다수의 아파치 프로세스를 띄울 수 있음 1. pid 파일 디렉토리 생성${Apache_Home}/run 2. httpd.conf 파일에서 ServerRoot 하위에 pidfile 경로 지정 httpd.conf) httpd_b.conf) 3. 각각의 conf 파일을 사용하여 프로세스 기동하도록 start/stop 스크립트 생성 start)./httpd -f /sw/web/apache_weblogic/conf/httpd.conf -k start./httpd -f /sw/web/apache_weblogic/conf/httpd_b.conf -k start stop)./httpd -.. 2024. 5. 16. 이전 1 2 3 4 5 6 7 ··· 9 다음 728x90