Web apache乱码配置_默认配置导致页面无法自行设置字符集 修改默认字符集 vim /etc/httpd/conf/httpd.conf 修改 AddDefaultCharset UTF8 为 AddDefaultCharset Off