<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: PHP + Large files</title>
	<atom:link href="http://luckycala.wordpress.com/2008/12/01/php-large-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://luckycala.wordpress.com/2008/12/01/php-large-files/</link>
	<description>The life of a web lover</description>
	<lastBuildDate>Thu, 12 Nov 2009 13:46:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Laknath</title>
		<link>http://luckycala.wordpress.com/2008/12/01/php-large-files/#comment-4821</link>
		<dc:creator>Laknath</dc:creator>
		<pubDate>Wed, 03 Dec 2008 18:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://luckycala.wordpress.com/?p=132#comment-4821</guid>
		<description>@point47 Good point. Thanks :)</description>
		<content:encoded><![CDATA[<p>@point47 Good point. Thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: point47</title>
		<link>http://luckycala.wordpress.com/2008/12/01/php-large-files/#comment-4816</link>
		<dc:creator>point47</dc:creator>
		<pubDate>Wed, 03 Dec 2008 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://luckycala.wordpress.com/?p=132#comment-4816</guid>
		<description>I put [ instead of &lt;  ... you need to change that

[FilesMatch &quot;\.(php)$&quot;]
php_value post_max_size &quot;40M&quot;
php_value upload_max_filesize &quot;40M&quot;
[/FilesMatch]</description>
		<content:encoded><![CDATA[<p>I put [ instead of &lt;  ... you need to change that</p>
<p>[FilesMatch "\.(php)$"]<br />
php_value post_max_size &#8220;40M&#8221;<br />
php_value upload_max_filesize &#8220;40M&#8221;<br />
[/FilesMatch]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: point47</title>
		<link>http://luckycala.wordpress.com/2008/12/01/php-large-files/#comment-4815</link>
		<dc:creator>point47</dc:creator>
		<pubDate>Wed, 03 Dec 2008 13:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://luckycala.wordpress.com/?p=132#comment-4815</guid>
		<description>it seems the tags were escaped:D
i put spaces after the &lt; sign (hope it works now :D)


php_value post_max_size &quot;40M&quot;
php_value upload_max_filesize &quot;40M&quot;


and for one file
</description>
		<content:encoded><![CDATA[<p>it seems the tags were escaped:D<br />
i put spaces after the &lt; sign (hope it works now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
<p>php_value post_max_size &#8220;40M&#8221;<br />
php_value upload_max_filesize &#8220;40M&#8221;</p>
<p>and for one file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: point47</title>
		<link>http://luckycala.wordpress.com/2008/12/01/php-large-files/#comment-4814</link>
		<dc:creator>point47</dc:creator>
		<pubDate>Wed, 03 Dec 2008 13:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://luckycala.wordpress.com/?p=132#comment-4814</guid>
		<description>Recently I had a clienti with a wordpress blog that wanted to upload some large videos.
The problem was that I have a virtual private served with many more clients and I didn&#039;t  want to give a universal post_max_size. So a good alternative that I found was using .htaccess.
So I put a .htaccess file in the admin folder and gave post_max_size acces only to those scripts:

 
 php_value post_max_size &quot;40M&quot; 
 php_value upload_max_filesize &quot;40M&quot; 



or you can use:     to set that right just for one file.

Hope this helps some one!</description>
		<content:encoded><![CDATA[<p>Recently I had a clienti with a wordpress blog that wanted to upload some large videos.<br />
The problem was that I have a virtual private served with many more clients and I didn&#8217;t  want to give a universal post_max_size. So a good alternative that I found was using .htaccess.<br />
So I put a .htaccess file in the admin folder and gave post_max_size acces only to those scripts:</p>
<p> php_value post_max_size &#8220;40M&#8221;<br />
 php_value upload_max_filesize &#8220;40M&#8221; </p>
<p>or you can use:     to set that right just for one file.</p>
<p>Hope this helps some one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laknath Semage&#8217;s Blog: PHP + Large files : Dragonfly Networks</title>
		<link>http://luckycala.wordpress.com/2008/12/01/php-large-files/#comment-4811</link>
		<dc:creator>Laknath Semage&#8217;s Blog: PHP + Large files : Dragonfly Networks</dc:creator>
		<pubDate>Wed, 03 Dec 2008 11:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://luckycala.wordpress.com/?p=132#comment-4811</guid>
		<description>[...] Semage submitted a new blog post he&#8217;s written up about working with large file uploads in your PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] Semage submitted a new blog post he&#8217;s written up about working with large file uploads in your PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laknath Semage&#8217;s Blog: PHP + Large files : WebNetiques</title>
		<link>http://luckycala.wordpress.com/2008/12/01/php-large-files/#comment-4809</link>
		<dc:creator>Laknath Semage&#8217;s Blog: PHP + Large files : WebNetiques</dc:creator>
		<pubDate>Wed, 03 Dec 2008 10:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://luckycala.wordpress.com/?p=132#comment-4809</guid>
		<description>[...] Semage submitted a new blog post he&#8217;s written up about working with large file uploads in your PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] Semage submitted a new blog post he&#8217;s written up about working with large file uploads in your PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laknath</title>
		<link>http://luckycala.wordpress.com/2008/12/01/php-large-files/#comment-4783</link>
		<dc:creator>Laknath</dc:creator>
		<pubDate>Mon, 01 Dec 2008 05:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://luckycala.wordpress.com/?p=132#comment-4783</guid>
		<description>@Erik Yep, that&#039;s another way. But if the backup is compressed to gz or Bz2 and compared to the time ssh&#039;ing, I don&#039;t see much difference.</description>
		<content:encoded><![CDATA[<p>@Erik Yep, that&#8217;s another way. But if the backup is compressed to gz or Bz2 and compared to the time ssh&#8217;ing, I don&#8217;t see much difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Snoeijs</title>
		<link>http://luckycala.wordpress.com/2008/12/01/php-large-files/#comment-4781</link>
		<dc:creator>Erik Snoeijs</dc:creator>
		<pubDate>Mon, 01 Dec 2008 02:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://luckycala.wordpress.com/?p=132#comment-4781</guid>
		<description>While phpmyadmin is a handy tool, when working with large datasets i often find it much easier/faster to import them locally, by ssh&#039;ing to the server, scp&#039;ing the sql file over and doing a &quot;mysql --user=user -password database_name &lt; mysql_file&quot;</description>
		<content:encoded><![CDATA[<p>While phpmyadmin is a handy tool, when working with large datasets i often find it much easier/faster to import them locally, by ssh&#8217;ing to the server, scp&#8217;ing the sql file over and doing a &#8220;mysql &#8211;user=user -password database_name &lt; mysql_file&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
