Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 9a336eb593844260431c8d7cdee72a74 > files > 1

apache-mod_xhtml_neg-1.0a-6mdv2010.1.x86_64.rpm

<IfDefine HAVE_XHTML_NEG>
    <IfModule !mod_xhtml_neg.c>
	LoadModule xhtml_neg_module	extramodules/mod_xhtml_neg.so
    </IfModule>
</IfDefine>

<IfModule mod_xhtml_neg.c>

    # XhtmlNegActive - Is this module enabled? Defaults to no

    # XhtmlNegLog - A file name for an output log file

    # XhtmlNegTypes - A file extension followed by one or more matching
    # content-type strings

    # XhtmlNegStarsIgnore - The number of stars in an Accept header which
    # should be ignored if we match them

    # XhtmlNegCache - Should negotiated HTTP 1.0 requests be cacheable?
    # Defaults to no

</IfModule>