klauss.krenek
(usa Debian)
Enviado em 10/09/2015 - 13:57h
No arquivo de configuração do apache "httpd.conf" procure pela seguinte linha:
AddDefaultCharset ISO-8859-1
ou
AddDefaultCharset UTF-8
Se não existir adicione e reinicie o apache.
Você pode verificar qual codepage seu apache está usando rodando este comando no terminal:
curl -l localhost
Ele vai retonar algo do tipo:
HTTP/1.1 200 OK
Date: Thu, 10 Sep 2015 16:52:14 GMT
Server: Apache/2.4.16 (Unix)
Last-Modified: Sat, 22 Aug 2015 13:40:01 GMT
ETag: "78-51de6856b4a78"
Accept-Ranges: bytes
Content-Length: 120
Content-Type: text/html; charset=ISO-8859-1