Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > f728ccc6cdfb918f2ee9951f1aac6273 > files > 1

apache-mod_dns-1.02-7mdv2010.1.src.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>