<?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: Web Server Quandary</title>
	<atom:link href="http://michael.susens-schurter.com/blog/2008/12/27/web-server-quandary/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael.susens-schurter.com/blog/2008/12/27/web-server-quandary/</link>
	<description>good good study, day day up</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:25:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Schurter</title>
		<link>http://michael.susens-schurter.com/blog/2008/12/27/web-server-quandary/comment-page-1/#comment-42249</link>
		<dc:creator>Michael Schurter</dc:creator>
		<pubDate>Thu, 22 Jan 2009 06:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=469#comment-42249</guid>
		<description>@Seriously: Ha.  I assume you&#039;re joking/trolling, but actually I have administered an IIS6 server in the past.  Had to run an ASP.NET application + PostgreSQL on a GoDaddy server.  It was hellish to setup, obnoxious to maintain, and performed unbelievably awful.

I think the only reason it exists is because some developers can only code inside Visual Studio, and so the only web development platform available to them is ASP.NET + IIS.  The Microsoft ghetto.  *shudder*</description>
		<content:encoded><![CDATA[<p>@Seriously: Ha.  I assume you&#8217;re joking/trolling, but actually I have administered an IIS6 server in the past.  Had to run an ASP.NET application + PostgreSQL on a GoDaddy server.  It was hellish to setup, obnoxious to maintain, and performed unbelievably awful.</p>
<p>I think the only reason it exists is because some developers can only code inside Visual Studio, and so the only web development platform available to them is ASP.NET + IIS.  The Microsoft ghetto.  *shudder*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seriously</title>
		<link>http://michael.susens-schurter.com/blog/2008/12/27/web-server-quandary/comment-page-1/#comment-42248</link>
		<dc:creator>Seriously</dc:creator>
		<pubDate>Thu, 22 Jan 2009 05:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=469#comment-42248</guid>
		<description>Have you tried IIS6?</description>
		<content:encoded><![CDATA[<p>Have you tried IIS6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Time to Learn Git? &#171; michael schurter</title>
		<link>http://michael.susens-schurter.com/blog/2008/12/27/web-server-quandary/comment-page-1/#comment-41758</link>
		<dc:creator>Time to Learn Git? &#171; michael schurter</dc:creator>
		<pubDate>Sun, 04 Jan 2009 07:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=469#comment-41758</guid>
		<description>[...] I actually don&#8217;t plan on learning git any time soon. My time for playing with new technology is currently taken up testing nginx, spawning, and FastCGI. [...]</description>
		<content:encoded><![CDATA[<p>[...] I actually don&#8217;t plan on learning git any time soon. My time for playing with new technology is currently taken up testing nginx, spawning, and FastCGI. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pengaturan virtual host pada XAMPP &#124; CSS</title>
		<link>http://michael.susens-schurter.com/blog/2008/12/27/web-server-quandary/comment-page-1/#comment-41702</link>
		<dc:creator>Pengaturan virtual host pada XAMPP &#124; CSS</dc:creator>
		<pubDate>Thu, 01 Jan 2009 16:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=469#comment-41702</guid>
		<description>[...] Web Server Quandary Â« michael schurter [...]</description>
		<content:encoded><![CDATA[<p>[...] Web Server Quandary Â« michael schurter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igal Koshevoy</title>
		<link>http://michael.susens-schurter.com/blog/2008/12/27/web-server-quandary/comment-page-1/#comment-41667</link>
		<dc:creator>Igal Koshevoy</dc:creator>
		<pubDate>Wed, 31 Dec 2008 04:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=469#comment-41667</guid>
		<description>@Graham Dumpleton - Thanks for the suggestions on doing non-invasive Python webapp restarts with mod_wsgi. I was indeed using embedded mode, and all&#039;s well now that I&#039;ve switched to daemon mode.</description>
		<content:encoded><![CDATA[<p>@Graham Dumpleton &#8211; Thanks for the suggestions on doing non-invasive Python webapp restarts with mod_wsgi. I was indeed using embedded mode, and all&#8217;s well now that I&#8217;ve switched to daemon mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Schurter</title>
		<link>http://michael.susens-schurter.com/blog/2008/12/27/web-server-quandary/comment-page-1/#comment-41610</link>
		<dc:creator>Michael Schurter</dc:creator>
		<pubDate>Mon, 29 Dec 2008 01:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=469#comment-41610</guid>
		<description>Argh, I need to hurry up and do my tests and post a follow-up!  Mea culpa.

@Michael Watkins:

SCGI sounds fine for Python apps, but once again I&#039;m left with no clear &quot;safe&quot; way of supporting PHP.  At least the one library I ran into quickly seemed awfully hackish (and I *hate* hacking PHP these days).

I love text config files for most things, but for some reason Cherokee&#039;s web admin just clicked with me.  Perhaps its because I&#039;m a web developer first, sysadmin second.  One less config file format to remember (especially Apache&#039;s weird quasi-xml one) would be welcome.  However, give me 6 months with Cherokee&#039;s web admin, and I might be begging for vim access again.

I understand about the webmail solution in Python.  I actually started writing one long ago but abandoned it when I switched jobs.  The Edgewell crew started one called Posterity, but it looks very dead: http://posterity.edgewall.org/</description>
		<content:encoded><![CDATA[<p>Argh, I need to hurry up and do my tests and post a follow-up!  Mea culpa.</p>
<p>@Michael Watkins:</p>
<p>SCGI sounds fine for Python apps, but once again I&#8217;m left with no clear &#8220;safe&#8221; way of supporting PHP.  At least the one library I ran into quickly seemed awfully hackish (and I *hate* hacking PHP these days).</p>
<p>I love text config files for most things, but for some reason Cherokee&#8217;s web admin just clicked with me.  Perhaps its because I&#8217;m a web developer first, sysadmin second.  One less config file format to remember (especially Apache&#8217;s weird quasi-xml one) would be welcome.  However, give me 6 months with Cherokee&#8217;s web admin, and I might be begging for vim access again.</p>
<p>I understand about the webmail solution in Python.  I actually started writing one long ago but abandoned it when I switched jobs.  The Edgewell crew started one called Posterity, but it looks very dead: <a href="http://posterity.edgewall.org/" rel="nofollow">http://posterity.edgewall.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
