묻고답하기

만진거라곤 httpd.conf 파일하고 named.conf, nyang.zone 이것들 밖에 없거든요.
참고차 올려 보겠습니다.

------ httpd.conf 의 수정한 부분입니다.. -------
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#

AddType application/x-httpd-php .php
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php-source .php .html .htm
AddType application/x-tar .tgz

#
# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below)
#
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
AddHandler cgi-script .cgi



------named.conf--------
// generated by named-bootconf.pl

options {
        directory "/var/named";
        /*
         * If there is a firewall between you and nameservers you want
         * to talk to, you might need to uncomment the query-source
         * directive below.  Previous versions of BIND always asked
         * questions using port 53, but BIND 8.1 uses an unprivileged
         * port by default.
         */
        // query-source address * port 53;
};

//
// a caching only nameserver config
//
controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
        type hint;
        file "named.ca";
};

zone "localhost" IN {
        type master;
        file "localhost.zone";
        allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        allow-update { none; };
};
zone "nyang.pe.kr" IN {
        type master;
        file "nyang.zone";
        allow-update { none; };
};
zone "71.66.220.in-addr.arpa" {
        type master;
        file "nyang.rev";
        allow-update { none; };
};

include "/etc/rndc.key";


---------nyang.zone--------
$TTL        86400
@                        IN SOA        ns.nyang.pe.kr. root.nyang.pe.kr. (
                                        42                ; serial (d. adams)
                                        3H                ; refresh
                                        15M                ; retry
                                        1W                ; expiry
                                        1D )                ; minimum

                        IN NS                ns.nyang.pe.kr.
                        IN A                220.66.71.64
                        IN MX 10        nyang.pe.kr.

ns                        IN A                220.66.71.64
www                        IN A                220.66.71.64
mail                        IN MX                220.66.71.64
roen                        IN A                220.66.71.64
*                        IN A                 220.66.71.64


이하 변경해본 파일들 내용입니다. 제발 도와 주세요.
접속해보실대는 http://220.66.71.64 입니다...ㅡ.ㅡ
접속만 하면 다운해라고 나오는데 당췌 어케 해야 할지.. 쩝
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
최강남자킹 신청폼에서 신청하고 난 뒤에 메인페이지로 가면서 새창(이벤트창)을 열고 싶은데요... [1] 2007.08.10
HungryMania PHP 설정 문제인것 같은데요.. 도움을 요청합니다.  
CityBoys-Life 일반문서에 이메일 주소를 보여줄수 있는 방법? [1] 2007.08.10
Z-Gundam 아파치 1.3.xx 대와 아파치 2.0 대의 차이점은 무었인가요?? [1] 2007.08.10
찬이 질문좀할게요.. [1] 2007.08.10
안은지 이걸 설명하기 어려운데 좀 봐주실래요 [1] 2007.08.10
김지영 자바 이미지 슬라이드 질문이에요.. [1] 2007.08.10
보노(''ㅅ'')보노 플래쉬 액션 질문이용~  
김희연 새창띄우기가 안되네요_ㅠ; [2] 2007.08.10
오진호 플래쉬파일만 링크를 시켜서 그런지 로딩이 오래걸립니다.  
류명현 웹디자인질문 첫번째[플래시 로딩바] [1] 2007.08.10
soo♡ 드림위버MX 2004를 설치했는데요.. [1] 2007.08.10
감자 내 컴퓨터에선 되고 다른 컴퓨터에선 안되고.. [1] 2007.08.10
한용해 Win2000에서 백신은 뭘로??? [5] 2007.08.10
눔곰 [파일첨부]프레임셋 html 문서인데요 페이지를 표시할수 없다고 나오네요.. [7] 2007.08.10
이정호 윈도우 XP에서 메일서버 구축할려면???? [1] 2007.08.10
진짜루초보 홈페이지 접속하는데 다운받아라고 나오는데요...ㅡ.ㅡ [2] 2007.08.10
sylph 닉네임아이콘 만드는거여.. [2] 2007.08.10
+Bitamin 웹호스팅 서버 찾는 거요.. [4] 2007.08.10
박한웅 질문이요~ 플래시에 아이프레임을 적용시킬수 있나요? [1] 2007.08.10
눔곰 포토샵 기능중 액션에 관한 질문. [1] 2007.08.10
TRANCE 웹폰트 관련 질문입니다.. (여기에 올려도 되는건지 원 -_-;; 에메하네요;;) [1] 2007.08.10
이은복 새창을 띄우게 할때 새창의 크기 고정좀....  
^야리꾸리^ 테이블 셀이 사라집니다... ㅡㅡ; [2] 2007.08.10
보노(''ㅅ'')보노 아.. 드림위버 질문입니다..  
장남도 iframe 질문입니다. [2] 2007.08.10
경근 필터링에 관해 질문합니다. [1] 2007.08.10
CityBoys-Life 업로드 사진 저장처리 소스입니다.. 봐주세요...  
이두만 이미지 롤오버에 관해서질문이요!  
토실이 개인서버에대한..질문... [2] 2007.08.10