: : [warn] VirtualHost www.aaa.net:80 overlaps
: : with VirtualHost www.bbb.com:80, the first has precedence,
: : perhaps you need a NameVirtualHost directive
: :
: : 이메시지가 뜨는 이유를....
: :
: :
: : _____________________________________________________
: : <VirtualHost www.bbb.com>
: : ServerAdmin bbb at bbb.com : : DocumentRoot /home/bbb/public_html
: : ServerName www.bbb.com : : </VirtualHost>
: :
: :
: :
: :
: : <VirtualHost www.aaa.com>
: : ServerAdmin aaa at aaa.com : : DocumentRoot /home/aaa/public_html
: : ServerName www.aaa.com : : </VirtualHost>
: :
: : 버츄얼 호스트 잡을때 이러케 2개를 해줬는데효..
: : 중복이 되네효...어케 해야할지..방법을점.
: :
: : --
: : 이 곳에 서명을 적어주십시오.
: : 리눅스는 날 실망시키지 않는다 ㅡㅡV
: -----------------------------------------------------------
: NameVirtualHost 222.222.222.222
:
: [VirtualHost 222.222.222.222]
: ServerAdmin webmaster at aaaa.co.kr : DocumentRoot /home/aaaa/public_html
: ServerName aaaa.co.kr
: ServerAlias www.aaaa.co.kr aaaa.co.kr
: ErrorLog logs/aaaa-error_log
: CustomLog logs/aaaa-access_log common
: [/VirtualHost]
[VirtualHost 222.222.222.222]
: ServerAdmin webmaster at bbbb.co.kr : DocumentRoot /home/bbbb/public_html
: ServerName bbbb.co.kr
: ServerAlias www.bbbb.co.kr bbbb.co.kr
: ErrorLog logs/bbbb-error_log
: CustomLog logs/bbbb-access_log common
: [/VirtualHost]
:
: --
: 이 곳에 서명을 적어주십시오.
: 만백--이 곳에 서명을 적어주십시오.
만백