Re: [EMAIL PROTECTED] SetDefaultCharSet directive has no effect

2007-11-01 Thread Dale Mellor
On Fri, 2007-11-02 at 00:21 +, Dale Mellor wrote: > On Thu, 2007-11-01 at 23:48 +0000, Dale Mellor wrote: > > I am trying to send xhtml files in the UTF-8 charset. I have changed > > the configuration file to include 'SetDefaultCharSet utf-8', but the > >

Re: [EMAIL PROTECTED] SetDefaultCharSet directive has no effect

2007-11-01 Thread Dale Mellor
On Thu, 2007-11-01 at 23:48 +, Dale Mellor wrote: > I am trying to send xhtml files in the UTF-8 charset. I have changed > the configuration file to include 'SetDefaultCharSet utf-8', but the > server insists on sending the response header 'Content-Type: text/html;

[EMAIL PROTECTED] SetDefaultCharSet directive has no effect

2007-11-01 Thread Dale Mellor
I am trying to send xhtml files in the UTF-8 charset. I have changed the configuration file to include 'SetDefaultCharSet utf-8', but the server insists on sending the response header 'Content-Type: text/html; charset=ISO-8859-1' to the browser. Any ideas?? I am using Apache-2.2.6 on Linux. -

[EMAIL PROTECTED] Behaviour when CGI script fails to return?

2006-11-27 Thread Dale Mellor
I'm curious how the httpd server behaves when a CGI program does not return. I ask because I am using a debugger quite extensively, and find that the child process (the CGI program being debugged) often seems to just go away after about five minutes, limiting my debugging session. I'm guessing th