On a centos Server 6.5, apache 2.2.15 is it possible to server multiple charsets to different virtual hosts?
I know that setting the default Charset is done by adding into the httpd.conf file:
AddDefaultCharset UTF-8
However some of the websites we have need to be encoded using ISO-8859-1 but the other websites that are served by Symfony need to be encoded with UTF-8. Is it possible to add a default charset per virtual host or does this need to be done using .htaccess files?