Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 040412d205937c9cfe81c1595907ff54 > files > 1

apache-mod_dns-1.02-6mdv2010.0.i586.rpm

<IfDefine HAVE_DNS>
    <IfModule !mod_dns.c>
	LoadModule dns_module    extramodules/mod_dns.so
    </IfModule>
</IfDefine>

<IfModule mod_dns.c>

    # DNSEnabled - Enable the DNS server on this VirtualHost.

    # DNSDefaultTTL - Sets the default TTL used for all DNS replies (defaultsto 30 days

    # DNSAddMX - Adds an MX record to the current domain

</IfModule>