Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > dedb6a353b6c175815d092584df52395 > files > 1

apache-mod_mime_xattr-0.4-8mdv2010.0.x86_64.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>