Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2e87e49b3859b2205bd66a76b0ffd767 > files > 1

apache-mod_dns-1.02-4mdv2009.0.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>