Correct mimetype for ODF files on server

Project:Site
Component:Configuration
Category:bug report
Priority:normal
Assigned:Ricardo
Status:active
Description

ODF files are being download as ZIP files from webdav.freeroleplay.org.

Submitted by Ricardo on 7 May, 2007 - 12:18.

This appears to be a problem with the mod_dav_svn Apache module. Apache itself servers ODF files with the correct mime type, it is only when users download a file through the webdav.freeroleplay.org subdomain that the mime type fails.

I have enabled the ModMimeUsePathInfo configuration directive for mod_dav_svn which should automatically associate the correct mime type using mod_mime but this doesn't seem to be working.

Waiting on reply from subversion user mailing list.

Submitted by Ricardo on 9 May, 2007 - 09:23.

Feedback from the subversion user mailing list indicates that the svn:mime-type property needs to be set for each file. Unfortunately, Apache throws an error when attempting to set svn:mime-type through the mod_dav_svn module, and running the svn client locally against the live repository causes corruption.

These problems may be caused by the eraly versions of subversion and apache on our server.