I rechecked the response headers, interesting thing is the server that works is just sending content-type: text/thml but the one that does not work is sending content-type: text/html and charset=UTF-8 even though it is sending the charset after I un-commented it in charset.conf. So why does the old server work properly even though it does not explicitly set the charset, but the new server does not, even when it is set? Is it the linux system itself that might be serving the file to apache weird? One thing I did notice in the headers, is the old server has transfer-encoding: chunked but the new server does not have that, it has Vary: accept-encoding From: phunction <phunction@xxxxxxxxxxx> Seeing how it's an exact copy from the other server and the other server is fine I would think that's more of a Apache configuration isn't it? The content itself does not specify a character set. Sent from my Galaxy -------- Original message -------- From: Frank Gingras <thumbs@xxxxxxxxxx>
Date: 2023-11-11 4:02 p.m. (GMT-08:00)
Subject: Re: [users@httpd] Unicode Chars not working
On Sat, Nov 11, 2023 at 6:49 PM Chris me <phunction@xxxxxxxxxxx> wrote:
Are you sure your content is not producing html header with the wrong charset? I would inspect it. |