Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 93497474ce0830d0a0b04cc4b5f59f9a > files > 1

apache-mod_mime_xattr-0.4-9mdv2010.1.src.rpm

<IfDefine HAVE_MIME_XATTR>
    <IfModule !mime_xattr.c>
	LoadModule mime_xattr_module	extramodules/mod_mime_xattr.so
    </IfModule>
</IfDefine>

<IfModule mime_xattr.c>

    # XAttrMimeType [On/Off]; Enable or disable the interpretation of the
    # user.mime_type, user.charset and user.mime_encoding EAs.

    # XAttrHandler [On/Off]; Enable or disable the interpretation of the
    # user.apache_handler EA
	
#    <Directory /var/www>
#	XAttrMimeType On
#	XAttrHandler On
#    </Directory>

</IfModule>