I want to know which files are involved in the management of the DNS ispCP because I have a problem on a server.
the bind file is configured this way.
Code:
$TTL 12H
$ORIGIN revhost.info.
@               IN              SOA             ns1.revhost.info. postmaster.revhost.info. (
; dmn [revhost.info] timestamp entry BEGIN.
                2010120101     ; Serial
; dmn [revhost.info] timestamp entry END.
                8H              ; Refresh
                30M             ; Retry
                4W              ; Expire
                3H              ; Minimum TTL
)
                IN              NS              ns1.revhost.info.
                IN              NS              ns2.revhost.info.
                IN              NS              ns3.revhost.info.
                IN              MX      10      mail.revhost.info.
revhost.info.     IN              A               88.198.43.164
www             IN              A               88.198.43.164
revhost.info.     IN              TXT             "v=spf1 a mx ip4:88.198.43.164 ip4:88.198.43.164 ~all"
localhost       IN              A               127.0.0.1
mail            IN              A               88.198.43.164
ns1             IN              A               88.198.43.164
ns2             IN              A               88.198.43.164
ns3             IN              A               88.198.43.164
; CNAME for VHCS compatibility
ns              IN              CNAME           ns1
; CNAME for mail transfer
imap            IN              CNAME           mail
pop             IN              CNAME           mail
pop3            IN              CNAME           mail
relay           IN              CNAME           mail
smtp            IN              CNAME           mail
; CNAME for web transfer
ftp             IN              CNAME           www
; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.
; dns [{MANUAL_DNS_ID}] entry BEGIN.
; dns [{MANUAL_DNS_ID}] entry END.
 
the site intodns report 
	NS records from your nameservers	NS records got from your nameservers listed at the parent NS are:
ns2.revhost.info  ['88.198.43.164']   [TTL=43200]
ns1.revhost.info  ['88.198.43.164']   [TTL=43200]
and 
Info 	WWW A Record 	Your 
http://www.revhost.info A record is:
http://www.revhost.info  [178.63.67.207] 
Pass 	IPs are public 	OK. All of your WWW IPs appear to be public IPs.
Pass 	WWW CNAME 	OK. No CNAME 
i have look in this file 
/etc/bind/ispc.conf
/etc/apache2/sites-enabled/ispcp.conf
/var/cache/bind/
but have not found problems,  someone help?