Re: [Haskell-cafe] Help needed with apache config for hackage

2009-02-15 Thread Tristan Seligmann
* Duncan Coutts duncan.cou...@worc.ox.ac.uk [2009-02-13 12:19:29 +]: Can we do that just for one user agent? I don't think we want to use non-standard stuff in general. Apparently Content-Disposition is not in the official HTTP spec, but IE is known to follow it. Well, it's mentioned in

Re: [Haskell-cafe] Help needed with apache config for hackage

2009-02-15 Thread George Pollard
On Fri, 2009-02-13 at 22:39 +1100, George Pollard wrote: RewriteRule ^packages/archive/[^/]+/[^/]+/(.+)$ - [env=pkgname:$1] This should actually be more constrained since (as I've just noticed) more than just packages are under this path :) Perhaps: RewriteRule

[Haskell-cafe] Help needed with apache config for hackage

2009-02-13 Thread Duncan Coutts
Hi folks, Does anyone have any experience with apache configuration, particularly mime types and handling browser quirks and would like to help us with an issue we have on hackage? http://hackage.haskell.org/trac/hackage/ticket/498 The problem is described in the ticket but basically IE6 gets

Re: [Haskell-cafe] Help needed with apache config for hackage

2009-02-13 Thread George Pollard
On Fri, 2009-02-13 at 10:58 +, Duncan Coutts wrote: Hi folks, Does anyone have any experience with apache configuration, particularly mime types and handling browser quirks and would like to help us with an issue we have on hackage? http://hackage.haskell.org/trac/hackage/ticket/498

Re: [Haskell-cafe] Help needed with apache config for hackage

2009-02-13 Thread Duncan Coutts
On Fri, 2009-02-13 at 22:39 +1100, George Pollard wrote: On Fri, 2009-02-13 at 10:58 +, Duncan Coutts wrote: Hi folks, Does anyone have any experience with apache configuration, particularly mime types and handling browser quirks and would like to help us with an issue we have on

Re: [Haskell-cafe] Help needed with apache config for hackage

2009-02-13 Thread George Pollard
On Fri, 2009-02-13 at 12:19 +, Duncan Coutts wrote: Can we do that just for one user agent? I don't think we want to use non-standard stuff in general. Apparently Content-Disposition is not in the official HTTP spec, but IE is known to follow it. It's not in the HTTP spec, but it's about