<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DiaHosting官方博客 &#187; DiaVPS</title>
	<atom:link href="http://blog.diahosting.com/tag/diavps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.diahosting.com</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 09:39:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>一些客户对DiaVPS的评价（有图有真相）</title>
		<link>http://blog.diahosting.com/news/diavps-review/</link>
		<comments>http://blog.diahosting.com/news/diavps-review/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:40:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[官方最新消息]]></category>
		<category><![CDATA[DiaVPS]]></category>
		<category><![CDATA[信誉]]></category>
		<category><![CDATA[口碑]]></category>
		<category><![CDATA[评价]]></category>

		<guid isPermaLink="false">http://blog.diavps.cn/?p=105</guid>
		<description><![CDATA[DiaVPS从开始运营到现在已经走过了半年，让我们来看一下客户对我们的评价。







]]></description>
			<content:encoded><![CDATA[<p>DiaVPS从开始运营到现在已经走过了半年，让我们来看一下客户对我们的评价。</p>
<p><a rel="lightbox" href="http://blog.diahosting.com/wp-content/uploads/2009/09/review1.png"><img class="alignnone size-medium wp-image-106" title="review1" src="http://blog.diahosting.com/wp-content/uploads/2009/09/review1-300x233.png" alt="review1" /></a></p>
<p><a rel="lightbox" href="http://blog.diahosting.com/wp-content/uploads/2009/09/review2.png"><img class="alignnone size-medium wp-image-107" title="review2" src="http://blog.diahosting.com/wp-content/uploads/2009/09/review2-300x225.png" alt="review2" /></a></p>
<p><a rel="lightbox" href="http://blog.diahosting.com/wp-content/uploads/2009/09/review3.png"><img class="alignnone size-medium wp-image-108" title="review3" src="http://blog.diahosting.com/wp-content/uploads/2009/09/review3-300x136.png" alt="review3" /></a></p>
<p><a rel="lightbox" href="http://blog.diahosting.com/wp-content/uploads/2009/09/review4.png"><img class="alignnone size-medium wp-image-109" title="review4" src="http://blog.diahosting.com/wp-content/uploads/2009/09/review4-300x147.png" alt="review4" /></a></p>
<p><a rel="lightbox" href="http://blog.diahosting.com/wp-content/uploads/2009/09/review5.png"><img class="alignnone size-full wp-image-110" title="review5" src="http://blog.diahosting.com/wp-content/uploads/2009/09/review5.png" alt="review5" /></a></p>
<p><a rel="lightbox" href="http://blog.diahosting.com/wp-content/uploads/2009/09/review6.png"><img class="alignnone size-full wp-image-111" title="review6" src="http://blog.diahosting.com/wp-content/uploads/2009/09/review6.png" alt="review6" /></a></p>
<p><a rel="lightbox" href="http://blog.diahosting.com/wp-content/uploads/2009/09/review7.png"><img class="alignnone size-medium wp-image-112" title="review7" src="http://blog.diahosting.com/wp-content/uploads/2009/09/review7-300x81.png" alt="review7" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.diahosting.com/news/diavps-review/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>如何解决KLOXO/lxadmin使用Apache服务器中文乱码的问题</title>
		<link>http://blog.diahosting.com/kloxo/apache-charset-gbk/</link>
		<comments>http://blog.diahosting.com/kloxo/apache-charset-gbk/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 03:07:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kloxo教程]]></category>
		<category><![CDATA[apache中文乱码]]></category>
		<category><![CDATA[DiaVPS]]></category>
		<category><![CDATA[lxadmin]]></category>

		<guid isPermaLink="false">http://blog.diavps.cn/?p=9</guid>
		<description><![CDATA[KLOXO/lxadmin中，如果web服务器选择apache的话，由于apache的缺省编码是UTF-8，而国内部分程序默认编码是GBK或GB2313，那么部分程序会出现中文乱码的问题。
在apache的httpd.conf里，有默认编码的设置。
首先用SSH登陆VPS，修改httpd.conf文件
cd /etc/httpd/conf/
vi httpd.conf

查找：AddDefaultCharset
把：AddDefaultCharset UTF8
改为：AddDefaultCharset OFF
这样的话，打开页面的时候就会按照网页的编码设置来打开网页。
输入以下命令重启Apache
/etc/init.d/httpd restart
 

 
 
 
 
 

]]></description>
			<content:encoded><![CDATA[<p>KLOXO/lxadmin中，如果web服务器选择apache的话，由于apache的缺省编码是UTF-8，而国内部分程序默认编码是GBK或GB2313，那么部分程序会出现中文乱码的问题。</p>
<p>在apache的httpd.conf里，有默认编码的设置。</p>
<p>首先用SSH登陆VPS，修改httpd.conf文件</p>
<p><span style="font-family: Courier New;">cd /etc/httpd/conf/<br />
vi httpd.conf<br />
</span></p>
<p><span style="font-family: Courier New;"><span style="font-family: Courier New;">查找：AddDefaultCharset<br />
把：AddDefaultCharset UTF8<br />
改为：AddDefaultCharset OFF</span></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: Courier New;">这样的话，打开页面的时候就会按照网页的编码设置来打开网页。</span></span></p>
<div><span style="font-family: Courier New;"><span style="font-family: Courier New;">输入以下命令重启Apache</span></span></div>
<div><span style="font-family: Courier New;"><span style="font-family: Courier New;">/etc/init.d/httpd restart</span></span></div>
<p><span style="font-family: Courier New;"><span style="font-family: Courier New;"> </p>
<p></span></span></p>
<p><span style="font-family: Courier New;"> </span></p>
<div><span style="font-family: Courier New;"><span style="font-family: Courier New;"> </span></span></div>
<p> </p>
<div><span style="font-family: Courier New;"><span style="font-family: Courier New;"> </span></span></div>
<p><span style="font-family: Courier New;"><span style="font-family: Courier New;"> </p>
<p></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.diahosting.com/kloxo/apache-charset-gbk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DiaHosting官方博客正式开通</title>
		<link>http://blog.diahosting.com/news/first-post/</link>
		<comments>http://blog.diahosting.com/news/first-post/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 22:29:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[官方最新消息]]></category>
		<category><![CDATA[diahosting]]></category>
		<category><![CDATA[DiaVPS]]></category>

		<guid isPermaLink="false">http://blog.diavps.cn/?p=3</guid>
		<description><![CDATA[该博客主要用于发布DiaHosting的最新动态，以及相关教程。
希望大家多多支持
]]></description>
			<content:encoded><![CDATA[<p>该博客主要用于发布DiaHosting的最新动态，以及相关教程。</p>
<p>希望大家多多支持</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.diahosting.com/news/first-post/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

