On Fri, Nov 13, 2009 at 1:54 AM, Johannes <
johannes...@gmx.de> wrote:
>
> fixed!
>
> solution was:
>
> * apache2's >>mod_mime<< must be running
>
> * ensure that this line is in /etc/apache2/mods-enabled/mime.conf
> TypesConfig /etc/mime.types
>
> * ensure that this line in /etc/mime.types
> application/xml xml xls xslt
>
> * add the following line after "SVNIndexXSLT "/repos-web/view/
> repos.xslt" ":
> ModMimeUsePathInfo on
> (this interprets files according to their extension..)
>
> * should work now...
>
> when directly called reposURL/repos-web/view/repos.xslt and right
> click/View Page Info gives you:
> Type: application/xml
> (before it was: "Type: text/plain")
>
> cheers
>
Great that you solved it. I've never seen the need for
ModMimeUsePathInfo before. The config in mime.conf is usually
works, the output type from the XSLT. To see the actual http headers