<?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>dipplum.com &#187; apache</title>
	<atom:link href="http://dipplum.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://dipplum.com</link>
	<description>Be  the change you wanna see in the world</description>
	<lastBuildDate>Sat, 12 Nov 2011 07:38:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Office 2007 Mime Types</title>
		<link>http://dipplum.com/2009/03/09/office-2007-mime-types/</link>
		<comments>http://dipplum.com/2009/03/09/office-2007-mime-types/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 11:12:26 +0000</pubDate>
		<dc:creator>li</dc:creator>
				<category><![CDATA[开源软件]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mime]]></category>
		<category><![CDATA[ooxml]]></category>

		<guid isPermaLink="false">http://dipplum.com/2009/03/09/office-2007-mime-types/</guid>
		<description><![CDATA[Office 2007编辑的openxml格式的文件，后缀为.docx, pptx, xlsx，这些文件放到Apache2服务器上会认成zip格式，IE另存这类文件的时候会把扩展名都换成zip，非常不方便。 这是因为系统中没有记录openxml格式文件正确的Mime类型。在Debian和Ubuntu系统下，可以直接编辑/etc/mime.types文件，在最后增加以下内容: application/vnd.openxmlformats-officedocument.presentationml.presentation pptx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx application/vnd.openxmlformats-officedocument.wordprocessingml.document docx application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx application/vnd.openxmlformats-officedocument.presentationml.template potx application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx 编辑完成之后，重启Apache即可。]]></description>
			<content:encoded><![CDATA[<p>Office 2007编辑的openxml格式的文件，后缀为.docx, pptx, xlsx，这些文件放到Apache2服务器上会认成zip格式，IE另存这类文件的时候会把扩展名都换成zip，非常不方便。</p>
<p>这是因为系统中没有记录openxml格式文件正确的Mime类型。在Debian和Ubuntu系统下，可以直接编辑/etc/mime.types文件，在最后增加以下内容:</p>
<pre>application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
application/vnd.openxmlformats-officedocument.presentationml.template potx
application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx
application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx</pre>
<p>编辑完成之后，重启Apache即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://dipplum.com/2009/03/09/office-2007-mime-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

