Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 6919f0cea80b11bd7dd6cf4bb12452c0 > files > 1

apache-mod_xhtml_neg-1.0a-3mdv2009.0.src.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>