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
> >
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;
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.
-
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