This is a discussion on mime types and dav location. within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello, Apache doesn't provide mime types in http headers when i browse a dav Location (for a dav_svn repository). ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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> |