<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tags 'FastCGI' and 'IIS'</title><link>http://blogs.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=FastCGI,IIS&amp;orTags=0</link><description>Search results matching tags 'FastCGI' and 'IIS'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Tip #71: Did you know... there are several new configuration settings available in FastCGI Extension 1.5 Beta</title><link>http://blogs.iis.net/webdevelopertips/archive/2009/06/01/tip-71-did-you-know-there-are-several-new-configuration-settings-available-in-fastcgi-extension-1-5-beta.aspx</link><pubDate>Mon, 01 Jun 2009 19:54:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3206188</guid><dc:creator>Anonymous</dc:creator><cs:applicationKey>webdevelopertips</cs:applicationKey><description>&lt;blockquote&gt;   &lt;p align="left"&gt;Following are the new configuration settings available in FastCGI 1.5 Extension Beta:&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;       &lt;div align="left"&gt;&lt;em&gt;MonitorChangesTo&lt;/em&gt; - This property specifies path to a file, changes to which will trigger a recycle of FastCGI executables running for this FastCGI process pool. If value of this property is blank, file change monitoring is disabled. Path to file can be absolute or relative to folder in which FastCGI process (as specified by ExePath) is present. If not specified, default value is blank. &lt;/div&gt;     &lt;/li&gt;      &lt;li&gt;       &lt;div align="left"&gt;&lt;em&gt;StderrMode&lt;/em&gt; - Specifies how content received on &lt;strong&gt;stderr&lt;/strong&gt; is handled. The allowed values are: &lt;/div&gt;        &lt;ul&gt;         &lt;li&gt;           &lt;div align="left"&gt;'&lt;strong&gt;ReturnStderrIn500&lt;/strong&gt;' - FastCGI Extension will set response status code to 500 and send whatever was received on stderr stream as a response. This is the same behavior as in FastCGI Extension v1.0. &lt;/div&gt;         &lt;/li&gt;          &lt;li&gt;           &lt;div align="left"&gt;'&lt;strong&gt;ReturnGeneric500&lt;/strong&gt;' - The Extension will set the response status code to 500, but will return a generic 500 response. &lt;/div&gt;         &lt;/li&gt;          &lt;li&gt;           &lt;div align="left"&gt;'&lt;strong&gt;IgnoreAndReturn200&lt;/strong&gt;' - Data on &lt;strong&gt;stderr&lt;/strong&gt; is completely ignored and FastCGI Extension will send what was received on &lt;strong&gt;stdout&lt;/strong&gt; as a response with status code 200. &lt;/div&gt;         &lt;/li&gt;          &lt;li&gt;           &lt;div align="left"&gt;&lt;strong&gt;'TerminateProcess&lt;/strong&gt;' - The Extension will terminate FastCGI process as soon as it returns anything on &lt;strong&gt;stderr&lt;/strong&gt;. A generic response with 500 status code will be send to HTTP client. &lt;/div&gt;         &lt;/li&gt;       &lt;/ul&gt;        &lt;div align="left"&gt;         &lt;br /&gt;If setting not specified, the default value is 'ReturnStderrIn500'. &lt;/div&gt;     &lt;/li&gt;      &lt;li&gt;       &lt;div align="left"&gt;&lt;em&gt;MaxInstances&lt;/em&gt; - This setting dictates maximum number of FastCGI processes which can be launched for each application pool which is also equal to maximum number of requests which can be processed simultaneously as one process handle only one request at a time. This setting existed before in FastCGI Extension v1.0. However, with FastCGI Extension 1.5 it can be set to 0, which will turn on automatic adjustment of the maximum number of instances. When it is set to 0, FastCGI Extension will constantly analyze current CPU load and memory availability and based on that will increase or decrease the number of FastCGI process instances running at the same time. &lt;/div&gt;     &lt;/li&gt;      &lt;li&gt;       &lt;div align="left"&gt;&lt;em&gt;SignalBeforeTerminateSeconds&lt;/em&gt; - Specifies the number of seconds to elapse after setting shutdown event and before calling TerminateProcess thereby forcibly terminating the process. Default value is 0 which means event is not set and FastCGI processes can be terminated abruptly at any time. If this value is greater than 0, FastCGI process will create an event which is inherited by the child process. Handle value of this event is set as environment variable _FCGI_SHUTDOWN_EVENT_. The name of the named pipe, used to communicate with the process is stored in environment variables _FCGI_X_PIPE_. &lt;/div&gt;     &lt;/li&gt;      &lt;li&gt;       &lt;div align="left"&gt;&lt;em&gt;ActivityTimeout&lt;/em&gt; - This is the number of seconds that the FastCGI handler waits for I/O activity from a process before it is terminated. This setting existed before in FastCGI Extension 1.0 but in v1.5 its default value has been increased from 30 seconds to 70 seconds. &lt;/div&gt;     &lt;/li&gt;   &lt;/ul&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p align="left"&gt;The new FastCGI Extension 1.5 Beta can be downloaded at:&lt;/p&gt;    &lt;p align="left"&gt;&lt;a href="http://go.microsoft.com/?linkid=9662504"&gt;FastCGI Extension 1.5 for IIS 6.0 and IIS 5.1 (x86)&lt;/a&gt;&lt;/p&gt;    &lt;p align="left"&gt;&lt;a href="http://go.microsoft.com/?linkid=9662503"&gt;FastCGI Extension 1.5 for IIS 6.0 and IIS 5.1 (x64)&lt;/a&gt;&lt;/p&gt;    &lt;p align="left"&gt;&lt;strong&gt;Don Raman        &lt;br /&gt;&lt;/strong&gt;SDET, &lt;a href="http://www.iis.net/"&gt;IIS Team&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9681320" width="1" height="1"&gt;</description></item><item><title>Great Screencast on IIS7 and PHP with FastCGI</title><link>http://blogs.iis.net/drobbins/archive/2007/10/24/great-screencast-on-iis7-and-php-with-fastcgi.aspx</link><pubDate>Wed, 24 Oct 2007 21:03:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1972389</guid><dc:creator>drobbins</dc:creator><cs:applicationKey>drobbins</cs:applicationKey><description>&lt;P&gt;Scott Hanselman produced an &lt;A title="awesome screencast on configuring IIS7 and PHP with FastCGI" href="http://www.hanselman.com/blog/CommentView.aspx?guid=b8f916e7-bfd0-4401-848d-17c6fa96d7a6#commentstart" mce_href="http://www.hanselman.com/blog/CommentView.aspx?guid=b8f916e7-bfd0-4401-848d-17c6fa96d7a6#commentstart"&gt;awesome screencast on configuring IIS7 and PHP with FastCGI&lt;/A&gt;. He also does some live performance testing of the Qdig application using CGI, FastCGI and the new kernel-mode caching in IIS7.&lt;/P&gt;
&lt;P&gt;From Scott's blog:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;EM&gt;You can watch the video/screencast on the &lt;/EM&gt;&lt;A href="http://www.hanselman.com/silverlight/iis7/fastcgiphp" mce_href="http://www.hanselman.com/silverlight/iis7/fastcgiphp"&gt;&lt;EM&gt;new Hanselman Silverlight Player&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; (thanks Tim!) or &lt;/EM&gt;&lt;A href="http://download.microsoft.com/download/3/6/e/36e3b1a6-45a6-4089-8116-367d42942454/IIS7-1-FastCGI%20Screencast.wmv"&gt;&lt;EM&gt;download the WMV directly&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. If you guys want more IIS7 videos in detail, give me feedback in the comments and I'll see what we can do about putting together a series over on &lt;/EM&gt;&lt;A href="http://www.iis.net/" mce_href="http://www.iis.net"&gt;&lt;EM&gt;http://www.iis.net&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;.&lt;/EM&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://www.hanselman.com/blog/CommentView.aspx?guid=b8f916e7-bfd0-4401-848d-17c6fa96d7a6#commentstart" mce_href="http://www.hanselman.com/blog/CommentView.aspx?guid=b8f916e7-bfd0-4401-848d-17c6fa96d7a6#commentstart"&gt;Scott Hanselman's Computer Zen - Screencast HowTo: IIS7 and PHP with FastCGI&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;If you are interested in configuring PHP and FastCGI on IIS7, there's a walkthrough in IIS.net:&amp;nbsp; &lt;A href="http://www.iis.net/articles/view.aspx/IIS7/Hosting-Web-Applications/PHP/Using-FastCGI-to-host-PHP-applications-on-IIS7?Page=5" mce_href="http://www.iis.net/articles/view.aspx/IIS7/Hosting-Web-Applications/PHP/Using-FastCGI-to-host-PHP-applications-on-IIS7?Page=5"&gt;Using FastCGI to host PHP applications on IIS7&lt;/A&gt;&lt;/P&gt;</description></item><item><title>FastCGI with Ruby on Rails - IIS 5.1 / IIS 6 - Http POST issue.</title><link>http://blogs.iis.net/forums/p/1122392/1755757.aspx#1755757</link><pubDate>Fri, 15 Jun 2007 01:30:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1755757</guid><dc:creator>mspeight</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;&lt;span&gt;I have got IIS and Multiple App&amp;#39;s to talk
using same technique’s as I used with isap_fcgi.dll, all works fine apart from an
intermittent problem.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;After returning data from a POST, the
rubyw.exe process is left in some funny state, and the next request causes
rubyw.exe to exit. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;The same request may work 3 times, then crash
on the 4&lt;sup&gt;th&lt;/sup&gt;. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;Steps are as follows&lt;span&gt;&amp;nbsp; &lt;/span&gt;POST -&amp;gt;&lt;span&gt;&amp;nbsp;
&lt;/span&gt;Returns a Redirect -&amp;gt; GET on Redirfect fails to return (ruby.exe
exits) -&amp;gt; Browser has another go new instance of ruby.exe started and page
returned&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;Other Steps are POST -&amp;gt; Returns just
render_text -&amp;gt; Another browser instance goes to url -&amp;gt; No page/error is
returned (i.e. the new request got to rubyw but it crashed)&lt;/span&gt;&lt;/p&gt;





&lt;p class="MsoNormal"&gt;&lt;span&gt;I have duplicated this with a simple form,
that posts and returns itself. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;It seems to be a timing thing, But I cant
figure out the cause.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;PS: I have patched the cgi.rb (To remove the
IIS reference, if you don’t you get random crashes ay any time) &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;Anyone come across this before.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;-----------------&amp;nbsp;&lt;/p&gt;





&lt;p class="MsoNormal"&gt;&lt;span&gt;By set-up is detailed here &lt;a href="http://mspeight.blogspot.com/2007/05/how-to-run-multiple-rails-apps-under.html"&gt;http://mspeight.blogspot.com/2007/05/how-to-run-multiple-rails-apps-under.html&lt;/a&gt;
&lt;span&gt;&amp;nbsp;&lt;/span&gt;(but uses fcgiext.dll instead of &lt;span&gt;&amp;nbsp;&lt;/span&gt;isapi_fcgi.dll).&amp;nbsp; I did need to repatch the
&amp;quot;AbstractRequest:request_uri&amp;quot; differently as this FastCGI does
provide REQUEST_URI&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Cannot disable Ruby logging when using fastcgi?</title><link>http://blogs.iis.net/forums/p/1093992/1646691.aspx#1646691</link><pubDate>Sun, 01 Apr 2007 20:20:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1646691</guid><dc:creator>Stoo</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;I'm not sure if the problem I have is something that can be fixed on the fastcgi end of things, but thought I would post to see if anyone else had come across the same issue...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I set the log_level to :none in my rails app's config, It will not start when running through fastcgi. The rails app will still start from command line Ruby, and will also start using the Mongrel web service gem for Ruby. It only fails when calling it through FastCGI.&lt;/p&gt;&lt;p&gt;If I set the logging to anything other than ":none" (like :info), then everything works just fine.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sadly, under windows, Ruby only writes one log file, and never releases the lock on that file until you kill the app... Makes disk space a wee bit of an issue when the site needs to be up 24/7 :-)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any pointers in the right direction greatly appreciated as always. - especially as this may not be something that can be fixed in the fastcgi component!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;S.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Getting Ruby to stay in memory under fastcgi.</title><link>http://blogs.iis.net/forums/p/1086590/1619013.aspx#1619013</link><pubDate>Tue, 13 Mar 2007 22:27:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1619013</guid><dc:creator>Stoo</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;First up, let me just say that this FastCGI for IIS has solved many stability issues that we had with older fastcgi products.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We do have one last issue to resolve however. We run Ruby on Rails under FastCGI on IIS6.0 (2k3SP1). We also run Postgres on these servers, but nothing else.&lt;/p&gt;&lt;p&gt;When we make our first request to the server, it takes a few seconds for the Rubyw.exe to start up and compile our code. Once it is started, everything appears to be fairly snappy and generally runs well. Our problem is that after around 5 minutes of being idle, the rubyw.exe process terminates. Another one will start as soon as a request is made, but this makes for a fairly slow browsing experience for our users as they often have to wait for the ruby app to "spin up".&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to keep these ruby processes running in memory for a lot longer? I've tried tweaking the "InstanceTimeout" value in fcgiext.ini, but this appears to have no effect whatsoever, and the processes still seem to terminate after about 5 minutes.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help, or clues that may lead me in the right direction are muchly appreciated! We've solved so many other problems along the way that we've had, this seems to be the last little hurdle to using this solution in production!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Stoo&lt;/p&gt;&lt;p&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Internal Error 500 in IIS with FastCGI and PHP located in &amp;quot;Program Files&amp;quot; directory</title><link>http://blogs.iis.net/forums/p/1077028/1584422.aspx#1584422</link><pubDate>Sun, 18 Feb 2007 23:48:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1584422</guid><dc:creator>Iriton Jonath</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm experiencing an Internal Error 500 in IIS with FastCGI&amp;nbsp;Preview Release 2&amp;nbsp;when PHP is installed in "C:\Program Files\PHP" directory (Windows XP SP2 Professional). If it is installed in another directory without spaces, like "C:\PHP", it is OK. Even if I used the short directory name&amp;nbsp;version ("C:\Progra~1\PHP") in INI FastCGI file the problem persist.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR&gt;Iriton Jonath.&lt;/P&gt;</description></item><item><title>10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://blogs.iis.net/mvolo/archive/2007/02/18/10-steps-to-get-ruby-on-rails-running-on-windows-with-iis-fastcgi.aspx</link><pubDate>Sun, 18 Feb 2007 21:20:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1584321</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><description>Since the original tech preview release of FastCGI last year, we've been seeing a lot of requests for getting Ruby on Rails running with our FastCGI.&amp;nbsp; So, for FastCGI Tech Preview 2, I spent some time researching what it would take to enable Ruby on Rails, resulting in "experimental" RoR support in the TP2 release.&amp;nbsp;&lt;BR&gt;&lt;BR&gt;Without further ado, these are the 10 steps get RoR working with FastCGI TP2 - read more at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx&lt;/A&gt;.</description></item><item><title>Re: mssql_connect()</title><link>http://blogs.iis.net/forums/p/1059597/1565940.aspx#1565940</link><pubDate>Tue, 06 Feb 2007 15:47:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1565940</guid><dc:creator>nwood888</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;Rick,

Thanks for the response.  I had actually tried from the command line (and noted such in my post).&amp;nbsp; Unfortunately, it works as expected from the command line, returning a resource id.&amp;nbsp; It's only through FastCGI that it doesn't work.&amp;nbsp; I have yet to test it with preview 2, but will do so when time permits.&lt;/p&gt;&lt;p&gt;Thanks again,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nick&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>&amp;quot;No input file specified&amp;quot; error while performing POST?</title><link>http://blogs.iis.net/forums/p/1070350/1559634.aspx#1559634</link><pubDate>Thu, 01 Feb 2007 20:12:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1559634</guid><dc:creator>at0r</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;P&gt;I've tested&amp;nbsp;techpreview2 on IIS6&amp;nbsp;hosting a&amp;nbsp;phpbb forum (&lt;A href="http://www.phpbb.com/"&gt;http://www.phpbb.com&lt;/A&gt;) with php5.2.1-RC4.&lt;BR&gt;I can't:&lt;BR&gt;login&lt;BR&gt;post messages&lt;BR&gt;change profile settings&lt;BR&gt;Even my html&amp;nbsp;contact form with action=send.php stopped working.&lt;BR&gt;&lt;BR&gt;All&amp;nbsp;deliver the same message to the Internet browser:&lt;/P&gt;
&lt;P&gt;"No input file specified".&amp;nbsp;&lt;BR&gt;&lt;BR&gt;The only php files that do work are non-interactive php files like phpinfo. To me&amp;nbsp;it looks like POST is disabled&amp;nbsp;or something. What sort of makes this fastcgi useless.&lt;BR&gt;Important to note is that ISAPI and normal&amp;nbsp;CGI&amp;nbsp;from the same php package&amp;nbsp;work fine.&lt;/P&gt;
&lt;P&gt;I have configured the impersonation option to be enabled.&lt;/P&gt;
&lt;P&gt;Any ideas? I'll be happy to provide more info if you want to.&lt;/P&gt;</description></item><item><title>Re: Support for other application frameworks</title><link>http://blogs.iis.net/forums/p/1044468/1491271.aspx#1491271</link><pubDate>Fri, 08 Dec 2006 19:10:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1491271</guid><dc:creator>pboling</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;Mike,&lt;/p&gt;&lt;p&gt;Thanks for the response!&lt;br&gt;&lt;/p&gt;&lt;p&gt;Before your response I had posted about this to the rails core team mailing list (I am not on the team, just on the list) and it has recieved some response, so you may want to check it out (it's a Google Groups mailing list):&lt;/p&gt;&lt;p&gt;&lt;a href="http://groups.google.com/group/rubyonrails-core/browse_thread/thread/b88ad36ddd82477e" title="IIS &amp;amp; FastCGI thread on rails-core mailing list" target="_blank"&gt;http://groups.google.com/group/rubyonrails-core/browse_thread/thread/b88ad36ddd82477e&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I would love to test, and help however I can.&amp;nbsp; Is there a more recent
version than the 'technical preview' I have already downloaded?&amp;nbsp; I am a
Mac / Linux guy, and am a bit shaky in Windows, but I am deploying my
site on Windows Server 2003 so I need to learn it.&amp;nbsp; Right now I am
using mongrel as the webserver because it 'just works'.&amp;nbsp; But I need to
find a better solution because mongrel has no NTLM authentication module.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Peter&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>