<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Change the default Apache character set</title>
	<atom:link href="http://rackerhacker.com/2007/11/15/change-the-default-apache-character-set/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2007/11/15/change-the-default-apache-character-set/</link>
	<description>Words of wisdom from a server administrator</description>
	<pubDate>Mon, 01 Dec 2008 19:03:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: thornibr</title>
		<link>http://rackerhacker.com/2007/11/15/change-the-default-apache-character-set/#comment-118</link>
		<dc:creator>thornibr</dc:creator>
		<pubDate>Mon, 19 Nov 2007 15:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/15/change-the-default-apache-character-set/#comment-118</guid>
		<description>this was done because of the issues with MySQL within RHEL4 prior to that update. 

See:

https://wiki.intra.rackspace.com/kwiki/index.cgi?MySQLhttpCharacterConfig

Basically MySQLs global.character_set_results was ISO-8859-1 whereas httpd was UTF-8


RHEL3, 2.1 and whatever else is ISO-8859-1 for httpd. 


Basically the website page encoding (if not set, AddDefaultCharset in httpd.conf) MUST match character_set_results for MySQL!!!!</description>
		<content:encoded><![CDATA[<p>this was done because of the issues with MySQL within RHEL4 prior to that update. </p>
<p>See:</p>
<p><a href="https://wiki.intra.rackspace.com/kwiki/index.cgi?MySQLhttpCharacterConfig" rel="nofollow">https://wiki.intra.rackspace.com/kwiki/index.cgi?MySQLhttpCharacterConfig</a></p>
<p>Basically MySQLs global.character_set_results was ISO-8859-1 whereas httpd was UTF-8</p>
<p>RHEL3, 2.1 and whatever else is ISO-8859-1 for httpd. </p>
<p>Basically the website page encoding (if not set, AddDefaultCharset in httpd.conf) MUST match character_set_results for MySQL!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
