Hello,
Apache doesn't provide mime types in http headers when i browse
a dav Location (for a dav_svn repository).
I tried to set a DefaultHandler but it doesn't change anything.
Is this normal ?
Is there a way to configure it ?
Config : Mandrake 10.0, apache 2.0
Configuration File (others parts are mandrake standards)
<Location /compilation>
DAV svn
SVNPath /opt/svn/compilation
AuthType Basic
AuthName "Projet IupM3 Compilation - Subversion repository"
AuthUserFile /opt/svn/access/svnusers.compilation
SetHandler default-handler
<LimitExcept PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: mime types and dav location.