DNS question

procir at gmail.com procir at gmail.com
Fri Apr 1 15:58:32 UTC 2005


This is what I currently have (with example.com as an example). This
seems to be working when you try to access the site with the WWW in
front but will not work if you leave the WWW off. The server the site
is hosted on is running multiple websites (AIX and apache) with virtual
websites running on a single IP.


@       IN      SOA     ns1.example.com. root.example.com.  (
                                      2002092502 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum

; Define Name Servers
              IN      NS      ns1.example.com.
              IN      NS      ns2.example.com.
              IN      NS      ns3.example.com.
;             IN      NS      ns4.example.com.


; Define Mail Exchanges
              IN      MX   0  mailhost.example.com.
              IN      MX  10  altmail.example.com.
; Host Aliases

;www           IN      A       1.2.3.4
www           IN      CNAME   www.example.com.



More information about the bind-users mailing list