์ฐ๋ถํฌ์์ apache, ํฐ์บฃ ์ฐ๊ฒฐํด์ ๊ฐ์ํธ์คํ
1.apache ์ฐ๊ฒฐ sudo vi /etc/hosts ๋ฅผ ์
๋ ฅํ๊ณ vhost01 ๊ณผ vhost02๋ฅผ ์ถ๊ฐํด์ค๋ค. 127.0.0.1 -webroot ํด๋ -000-default.conf ํ์ผ -webroot -> WEB-INF ->src,classes,lib ํด๋, web.xml, index.html www.vhost01.com -webroot/vhost01 ํด๋ -vhost01.conf ํ์ผ -webroot/vhost01 -> WEB-INF ->src,classes,lib ํด๋, web.xml, index.html www.vhost02.com -webroot/vhost02 ํด๋ -vhost02.conf ํ์ผ -webroot/vhost02 -> WEB-INF ->src,classes,lib ํด๋, web..
2022.08.01