>> Edit article
이름
제목
패스워드
: [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@bbb.com : DocumentRoot /home/bbb/public_html : ServerName www.bbb.com : </VirtualHost> : : : : : <VirtualHost www.aaa.com> : ServerAdmin aaa@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@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@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>--이 곳에 서명을 적어주십시오. 만백
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved