<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: PHP Proxy versus CGI Proxy</title>
	<link>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/</link>
	<description>The Proxy Breakfast</description>
	<pubDate>Tue, 06 Jan 2009 05:54:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Olaf</title>
		<link>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-67</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Tue, 10 Apr 2007 08:46:35 +0000</pubDate>
		<guid>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-67</guid>
		<description>I think 0.5 mb is a little to small, a better value is ~2mb.

And I think you tell people that there is limit otherwise the go away because the become mad ;)</description>
		<content:encoded><![CDATA[<p>I think 0.5 mb is a little to small, a better value is ~2mb.</p>
<p>And I think you tell people that there is limit otherwise the go away because the become mad <img src='http://www.proxybucket.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haris</title>
		<link>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-66</link>
		<dc:creator>Haris</dc:creator>
		<pubDate>Tue, 10 Apr 2007 08:27:02 +0000</pubDate>
		<guid>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-66</guid>
		<description>Thanks for sharing the way you use to optimize your proxy site. GZIP takes a lot of server resources.

Anyways, let us know if you had lost any traffic after implementing restriction to downloading movies/big files.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the way you use to optimize your proxy site. GZIP takes a lot of server resources.</p>
<p>Anyways, let us know if you had lost any traffic after implementing restriction to downloading movies/big files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin Raithe</title>
		<link>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-65</link>
		<dc:creator>Collin Raithe</dc:creator>
		<pubDate>Tue, 10 Apr 2007 02:30:45 +0000</pubDate>
		<guid>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-65</guid>
		<description>Thanks a bunch for this.  My proxy (PHP) was using lots of bandwidth (60+ gigs per day), and this page helped me find optomization links off google.  If anyone else wants to know how to save bandwidth:

At the top of the index, turn on gzip compresson:
ob_start( 'ob_gzhandler' );

In the config, turn file size to half a meg (prevents downloading movies/big files)
'max_file_size'            =&#62; 524288,

This is saving me tons of bandwidth for my proxy http://unblock.cc

Thanks again for the blog!</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for this.  My proxy (PHP) was using lots of bandwidth (60+ gigs per day), and this page helped me find optomization links off google.  If anyone else wants to know how to save bandwidth:</p>
<p>At the top of the index, turn on gzip compresson:<br />
ob_start( &#8216;ob_gzhandler&#8217; );</p>
<p>In the config, turn file size to half a meg (prevents downloading movies/big files)<br />
&#8216;max_file_size&#8217;            =&gt; 524288,</p>
<p>This is saving me tons of bandwidth for my proxy <a href="http://unblock.cc" rel="nofollow">http://unblock.cc</a></p>
<p>Thanks again for the blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-42</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Mon, 02 Apr 2007 09:50:34 +0000</pubDate>
		<guid>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-42</guid>
		<description>Actually, I lost a lot of visitors (all the people watching porn) lol

I thought that CGIproxy doesn't start the Youtube videos...(some flash player update is the problem)</description>
		<content:encoded><![CDATA[<p>Actually, I lost a lot of visitors (all the people watching porn) lol</p>
<p>I thought that CGIproxy doesn&#8217;t start the Youtube videos&#8230;(some flash player update is the problem)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haris</title>
		<link>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-41</link>
		<dc:creator>Haris</dc:creator>
		<pubDate>Mon, 02 Apr 2007 08:38:29 +0000</pubDate>
		<guid>http://www.proxybucket.com/blog/2007/03/03/php-proxy-versus-cgi-proxy/#comment-41</guid>
		<description>Okay, do you lose returning visitors after or before you implimented 1.5 mb limit?

Youtube videos are above 1.5 MB</description>
		<content:encoded><![CDATA[<p>Okay, do you lose returning visitors after or before you implimented 1.5 mb limit?</p>
<p>Youtube videos are above 1.5 MB</p>
]]></content:encoded>
	</item>
</channel>
</rss>
