httpd 2.4.6 에서 기본 문자셋이 UTF-8 이어서 euc_kr 로 제작된 html에서 한글이 깨진다.
1. httpd.conf 에서 기본을 EUC-KR 으로 변경하고 utf8을 추가해 주기로 한다.
아래와 같이
AddDefaultCharset EUC-KR
AddCharset UTF-8 .utf8
2. 아파치를 재시작한다.
[root@localhost httpd]# systemctl restart httpd.service
끝.
'Linux' 카테고리의 다른 글
아파치 리다이렉션 apache url redirection www .htaccess rewrite httpd.conf (0) | 2016.01.25 |
---|---|
Linux NFS iptables (0) | 2016.01.19 |
CentOS 7 apache virtualhost (2) | 2016.01.15 |
CentOS 7 iptables 설정 (1) | 2016.01.15 |
CentOS 7 APM yum 설치 MariaDB (11) | 2016.01.15 |