<?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/"
		>
<channel>
	<title>Comments on: Setting up an apache2 proxy server</title>
	<atom:link href="http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/</link>
	<description>A simple look on things</description>
	<lastBuildDate>Sun, 06 Jun 2010 21:28:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ride over Proxies (sshproxy) ubuntu &#171; Atoms working class today</title>
		<link>http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/comment-page-1/#comment-1143</link>
		<dc:creator>Ride over Proxies (sshproxy) ubuntu &#171; Atoms working class today</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=32#comment-1143</guid>
		<description>[...] http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/l   Comments (1) [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/l" rel="nofollow">http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/l</a>   Comments (1) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wytze</title>
		<link>http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/comment-page-1/#comment-1021</link>
		<dc:creator>Wytze</dc:creator>
		<pubDate>Tue, 12 May 2009 07:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=32#comment-1021</guid>
		<description>You have to forward a local port to port 8080 on the server. I use port 1234 for example on the local end to be forwarded to 8080 on the server. If this is still a problem you could try to check out the logs to see what is going wrong.</description>
		<content:encoded><![CDATA[<p>You have to forward a local port to port 8080 on the server. I use port 1234 for example on the local end to be forwarded to 8080 on the server. If this is still a problem you could try to check out the logs to see what is going wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ad</title>
		<link>http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/comment-page-1/#comment-994</link>
		<dc:creator>Ad</dc:creator>
		<pubDate>Wed, 21 Jan 2009 17:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=32#comment-994</guid>
		<description>I can get this only so far... firefox brings back a blank webpage for any website I try to browse when the putty ssh tunnel is up.

I&#039;m using D8080 for the port forward is that correct?</description>
		<content:encoded><![CDATA[<p>I can get this only so far&#8230; firefox brings back a blank webpage for any website I try to browse when the putty ssh tunnel is up.</p>
<p>I&#8217;m using D8080 for the port forward is that correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reynaldo</title>
		<link>http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/comment-page-1/#comment-894</link>
		<dc:creator>Reynaldo</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=32#comment-894</guid>
		<description>basically i have one machine, In this setup are you talking about another physical machine as the server ?

Thanks...</description>
		<content:encoded><![CDATA[<p>basically i have one machine, In this setup are you talking about another physical machine as the server ?</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wytze</title>
		<link>http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/comment-page-1/#comment-893</link>
		<dc:creator>Wytze</dc:creator>
		<pubDate>Thu, 17 Jul 2008 08:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=32#comment-893</guid>
		<description>What do you mean exactly with a &#039;single desktop&#039;? I use my home proxy to be able to browse privately at my work or visit the webpages at my home server.

Configuring the ports needs to be done from the client program connecting to the proxy. The AllowCONNECT statement in the apache configuration will allow you to control which ports an application can connect to through your proxy.

For example: I use MSN Messenger and configure it to use my proxy. Because Messenger wants to connect to port 1863 through the proxy I would need to add this port to the AllowCONNECT statement. This way MSN Messenger can connect to that port through the proxy server.

As far as I know AllowCONNECT does not support enabling all ports. So if this is the case you might want to look at another proxy server.</description>
		<content:encoded><![CDATA[<p>What do you mean exactly with a &#8216;single desktop&#8217;? I use my home proxy to be able to browse privately at my work or visit the webpages at my home server.</p>
<p>Configuring the ports needs to be done from the client program connecting to the proxy. The AllowCONNECT statement in the apache configuration will allow you to control which ports an application can connect to through your proxy.</p>
<p>For example: I use MSN Messenger and configure it to use my proxy. Because Messenger wants to connect to port 1863 through the proxy I would need to add this port to the AllowCONNECT statement. This way MSN Messenger can connect to that port through the proxy server.</p>
<p>As far as I know AllowCONNECT does not support enabling all ports. So if this is the case you might want to look at another proxy server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reynaldo</title>
		<link>http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/comment-page-1/#comment-892</link>
		<dc:creator>Reynaldo</dc:creator>
		<pubDate>Wed, 16 Jul 2008 23:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=32#comment-892</guid>
		<description>Hi, 
I&#039;m new to proxy setups and was hoping to find out if this setup is advisable on a single desktop.
Also, for programs that use multiple ports and random ports, would it simply be a matter of configuration in the connecting program ?

thanks for the post, i was just looking at apache2 in in synaptic and wondering..</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m new to proxy setups and was hoping to find out if this setup is advisable on a single desktop.<br />
Also, for programs that use multiple ports and random ports, would it simply be a matter of configuration in the connecting program ?</p>
<p>thanks for the post, i was just looking at apache2 in in synaptic and wondering..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
