>> Delete Reply from No. 42513 article
No. RE: 버츄얼 호스트.

등록 2002-02-15 23:39:00 By localhost     조회 2
이름 만백    

		: [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>--이 곳에 서명을 적어주십시오.
만백
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved