<?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>Penguinsoft &#187; Apache</title>
	<atom:link href="http://penguinsoft.us/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://penguinsoft.us</link>
	<description>Application Development, Web Development, Innovative Software Solutions</description>
	<lastBuildDate>Mon, 12 Mar 2012 11:14:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Increasing max upload limit in WordPress</title>
		<link>http://penguinsoft.us/2010/03/max-upload-in-wordpress/</link>
		<comments>http://penguinsoft.us/2010/03/max-upload-in-wordpress/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 23:37:34 +0000</pubDate>
		<dc:creator>Tomi Lehto</dc:creator>
				<category><![CDATA[Code and Servers]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://penguinsoft.us/?p=169</guid>
		<description><![CDATA[I was working on adding some fancy media content  for one of my customers, and WordPress gave me this error: EPIC FAIL. This file is too big. The maximum upload size for your server is 2M. Ok, I added the fail. It wasn&#8217;t WordPress! Did some research and found this simple and easy solution to ...]]></description>
			<content:encoded><![CDATA[<p>I was working on adding some fancy media content  for one of my customers, and WordPress gave me this error:</p>
<pre>EPIC FAIL.
This file is too big. The maximum upload size for your server is 2M.</pre>
<p><span id="more-169"></span><br />
Ok, I added the fail. It wasn&#8217;t WordPress!</p>
<p>Did some research and found this simple and easy solution to increase the limit that should work on a shared host as well:</p>
<ol>
<li>Login to your web server</li>
<li>Find the root folder for wordpress (where all the good stuff is)</li>
<li>Edit .htaccess file (or create one if it doesn&#8217;t exist)</li>
<li>Add following lines to the file
<pre>php_value max_input_time 250
php_value max_execution_time 250
php_value upload_max_filesize 15M
php_value post_max_size 15M</pre>
</li>
<li>Save the file</li>
<li>This should allow you to post decent size files, and give you enough time for processing without server timing you out.</li>
</ol>
<p>Let me know if this works for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://penguinsoft.us/2010/03/max-upload-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

