<?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>A Sysadmins blog &#187; office</title>
	<atom:link href="http://paul.messinthecorner.com/tag/office/feed/" rel="self" type="application/rss+xml" />
	<link>http://paul.messinthecorner.com</link>
	<description>I once was 404, but now am 200.</description>
	<lastBuildDate>Fri, 23 Oct 2009 09:33:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Office 2007 mime types in Apache (Linux)</title>
		<link>http://paul.messinthecorner.com/2008/office-2007-mime-types-in-apache-linux/</link>
		<comments>http://paul.messinthecorner.com/2008/office-2007-mime-types-in-apache-linux/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 02:28:50 +0000</pubDate>
		<dc:creator>pdeaudney</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[systems administration]]></category>
		<category><![CDATA[mimetype]]></category>
		<category><![CDATA[office]]></category>

		<guid isPermaLink="false">http://paul.messinthecorner.com/?p=12</guid>
		<description><![CDATA[So you have a client who needs to download/upload office 2007 docs via an Apache HTTP server on a Linux server?
You will probably need to add these directives to have the download work correctly. They can be added to an individual virtual host or the main configuration file:
AddType application/vnd.ms-word.document.macroEnabled.12 .docm
AddType application/vnd.openxmlformats .docx .pptx .xlsx
#AddType application/vnd.openxmlformats-officedocument.presentationml.presentation [...]]]></description>
			<content:encoded><![CDATA[<p>So you have a client who needs to download/upload office 2007 docs via an Apache HTTP server on a Linux server?</p>
<p>You will probably need to add these directives to have the download work correctly. They can be added to an individual virtual host or the main configuration file:</p>
<blockquote><p>AddType application/vnd.ms-word.document.macroEnabled.12 .docm<br />
AddType application/vnd.openxmlformats .docx .pptx .xlsx<br />
#AddType application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx<br />
#AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx<br />
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx<br />
AddType application/vnd.ms-word.template.macroEnabled.12 .dotm<br />
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.template .dotx<br />
AddType application/vnd.ms-powerpoint.template.macroEnabled.12 .potm<br />
AddType application/vnd.openxmlformats-officedocument.presentationml.template .potx<br />
AddType application/vnd.ms-powerpoint.addin.macroEnabled.12 .ppam<br />
AddType application/vnd.ms-powerpoint.slideshow.macroEnabled.12 .ppsm<br />
AddType application/vnd.openxmlformats-officedocument.presentationml.slideshow .ppsx<br />
AddType application/vnd.ms-powerpoint.presentation.macroEnabled.12 .pptm<br />
AddType application/vnd.ms-excel.addin.macroEnabled.12 .xlam<br />
AddType application/vnd.ms-excel.sheet.binary.macroEnabled.12 .xlsb<br />
AddType application/vnd.ms-excel.sheet.macroEnabled.12 .xlsm<br />
AddType application/vnd.ms-excel .xlt .xla<br />
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.template .xltx<br />
AddType application/vnd.ms-excel.template.macroEnabled.12 .xltm<br />
AddType application/vnd.ms-xpsdocument .xps<br />
AddType application/application/vnd.ms-powerpoint .ppt .pot .pps .ppa<br />
AddType application/msword .doc .dot</p></blockquote>
<p>The commented lines are there incase the shorthand pptx and xlsx mimetype does not work.</p>
]]></content:encoded>
			<wfw:commentRss>http://paul.messinthecorner.com/2008/office-2007-mime-types-in-apache-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
