Re: [EMAIL PROTECTED] 2.2 ErrorDocument weirdness

2006-02-08 Thread Joshua Slive
On 2/8/06, David Salisbury <[EMAIL PROTECTED]> wrote: > > There's worse things than this, but I wonder if anyone has this weirdness. > > Apache 2.2, upon a server error, would send the error message > using text as it's content-type, thereby the html would display as text > in the browser. I fixed

[EMAIL PROTECTED] 2.2 ErrorDocument weirdness

2006-02-08 Thread David Salisbury
There's worse things than this, but I wonder if anyone has this weirdness. Apache 2.2, upon a server error, would send the error message using text as it's content-type, thereby the html would display as text in the browser. I fixed this by changing the DefaultType to text/html from text/plain