>> Delete No. 37563 article
No. 서브도메인 virtualhost 관련도움요청

등록 2001-12-19 22:03:00 By localhost     조회 1
이름 blueware    

		서브도메인을 만들어서 홈계정 디렉토리와 연결하려고 하는데요...
아래와 같이 설정했는데.
hj.blueware.biz로 원하는 웹페이지에 접근할수가 없습니다.
 blueware.biz는 제가 소유하고있는 도메인이고요.
뭐가 잘못됐는지
혹시 아시는분들 도움부탁드립니다.
 ------------------------------------------
/etc/httpd/conf/httpd.conf파일의 섹션3의 내용
                                                                               
### Section 3: Virtual Hosts                                                   
 NameVirtualHost 203.246.105.147
 <VirtualHost 203.246.105.147>
    ServerAdmin webmaster at babodl.com     ServerName blueware.biz
    DocumentRoot /var/www/html
    ServerAlias www.blueware.biz blueware.biz
</VirtualHost>
 <VirtualHost 203.246.105.147>
    ServerName hj.blueware.biz
    DocumentRoot /home/hjpark
</VirtualHost>                                                                 
                                                                               
<IfDefine HAVE_SSL>                                                           
##                                                                             
## SSL Virtual Host Context
---------------------------------------------
/etc/named/blueware.zone파일
 $TTL    86400
@       IN      SOA    ns.blueware.biz. blueware.blueware.biz.  (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
         IN      NS    ns.blueware.biz.
         MX      10    mail.blueware.biz.
         IN      A     203.246.105.147
ns       IN      A     203.246.105.147
www      IN      CNAME         @
mail     IN      A     203.246.105.147
hj       IN      A     203.246.105.147
~
 ------------------------------------------------
/etc/named.conf파일의 설정부분
 zone "105.246.203.in-addr.arpa" IN{                                           
        type master;                                                           
        file "blueware.rev";                                                   
};                                                                             
zone "blueware.biz" IN{                                                       
        type master;                                                           
        file "blueware.zone";                                                 
};                                                                             
zone "hj.blueware.biz" IN{                                                     
        type master;                                                           
        file "blueware.zone";                                                 
};
 --------------------------------------------------
nslookup 한 내용입니다.
 the `-sil[ent]' option to prevent this message from appearing.
> hj.blueware.biz
Server:        203.246.105.147
Address:       203.246.105.147#53
 Name:  hj.blueware.biz
Address:203.246.105.147
> blueware.biz
Server:        203.246.105.147
Address:       203.246.105.147#53
 Name:  blueware.biz
Address:203.246.105.147
>
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

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