설치 환경 SW 버 전 Ubuntu 22.0.4LTS Nginx 1.25.1 설치 요구사항 OS 라이브러리 설치 $ apt-get install -y gcc $ apt-get install -y g++ $ apt-get install -y libssl-dev $ apt-get install -y lynx $ apt-get install -y make $ apt-get install -y libexpat1-dev $ apt-get install -y zlib1g-dev Nginx 설치 Nginx 파일 다운 후 압축해제, nginx-1.25.1 디렉토리가 ${NGINX_HOME} 디렉토리가 된다. $ http://nginx.org/download/nginx-1.25.1.tar.gz $ tar -zxvf ng..
1. Apache Engine${APACHEDIR}/bin 디렉토리가 $PATH에 잡혀있어야 한다.1.1. apache 기동$ apachectl -k start1. 2. 기동 후 프로세스 확인$ ps -ef | grep httpd#아래와 같이 프로세스 기동 확인됨web 210496 1 0 13:10 ? 00:00:00 /sw/web/apache/bin/httpd -k startweb 210497 210496 0 13:10 ? 00:00:00 /sw/web/apache/bin/httpd -k startweb 210498 210496 0 13:10 ? 00:00:00 /sw/web/apache/bin/httpd -k s..
WebtoB WebtoB 기동 시 컴파일이 먼저 선행되어야 한다. ${WEBTOBDIR}/bin 디렉토리가 $PATH에 설정되어있어야 한다. 1. WebtoB 컴파일 $ wscfl -i http.m 2. WebtoB 기동 $ wsboot 3. WebtoB 프로세스 확인 $ ps -ef | grep hth # 아래와 같이 확인됨 web 210243 1 0 11:24 pts/0 00:00:00 hth -l 0x2 -I webtob1_210240 -b 210240 $ ps -ef | grep htl # 아래와 같이 확인됨 web 210242 1 0 11:24 pts/0 00:00:00 htl -l 0x2 -I webtob1_210240 -b 210240 $ ps -ef | grep wsm # 아래와 같이 확인..
1. 설치 환경SW버 전Ubuntu22.0.4LTSApache2.4.572. 설치 요구사항2.1. OS 라이브러리 설치$ apt-get install -y gcc$ apt-get install -y g++$ apt-get install -y libssl-dev$ apt-get install -y lynx$ apt-get install -y make$ apt-get install -y libexpat1-dev$ apt-get install -y zlib1g-dev3. Apache 설치httpd 파일 다운로드 후 압축해제, httpd-2.4.57 디렉터리가 설치하는 동안 Apache 홈 디렉터리가 된다.Apache 구 버전 다운로드 사이트 주소 : https://archive.apache.org/dist..