1. 아파치 환경설정 파일에 아래 내용 추가
apache2.conf |
파일 아래에
Include conf-vhost/ 추가 |
2. conf-vhost 폴더 밑에 아래 파일 추가 하고 내용 추가
001-koreancook |
|
<VirtualHost *:80>
DocumentRoot "/home/koreancook/web/ROOT" ServerName www.koreancook.co.kr # ServerAlias www.koreancook.kr
<Directory "/home/koreancook/web/ROOT/" > Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory>
<Directory /home/koreancook/was/ROOT/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> JKMount /*.jsp jk_worker JKMount /*.do jk_worker JKMount /*.json jk_worker </VirtualHost> |
[CentOS] 시스템 종료와 재부팅 (0) | 2014.10.03 |
---|---|
ubuntu tomcat install (0) | 2014.09.21 |
CentOS 6.5 방화벽 추가 (0) | 2014.09.20 |
CentOS 6.5 설치후 네트워크가 안될때 (0) | 2014.09.20 |
centos 에서 vim 설치 (0) | 2014.09.20 |