<?xml version="1.0" encoding="utf-8"?><!-- generator="whissip/4.1.0-beta" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Daniels Blog - Latest Comments on Launch a webserver in the current directory</title>
		<link>http://daniel.hahler.de/?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="http://daniel.hahler.de/?tempskin=_rss2&amp;disp=comments&amp;p=1952" />
		<description></description>
		<language>de-DE</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.1.0-beta"/>
		<ttl>60</ttl>
				<item>
			<title> Christian Neugebauer [Besucher] in Antwort auf: Launch a webserver in the current directory</title>
			<pubDate>Fri, 07 Mar 2008 15:20:07 +0000</pubDate>
			<dc:creator>Christian Neugebauer [Besucher]</dc:creator>
			<guid isPermaLink="false">c10950@http://daniel.hahler.de/</guid>
			<description>shorter,&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;ruby -e &quot;require &#039;webrick&#039;; WEBrick::HTTPServer.new( :DocumentRoot =&gt; Dir::pwd ).start&quot;&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
but without interrupt handling. For closing the server you must kill the ruby process.</description>
			<content:encoded><![CDATA[shorter,<br />
<br />
<code>ruby -e "require 'webrick'; WEBrick::HTTPServer.new( :DocumentRoot => Dir::pwd ).start"</code><br />
<br />
but without interrupt handling. For closing the server you must kill the ruby process.]]></content:encoded>
			<link>http://daniel.hahler.de/launch-a-webserver-in-the-current-directory#c10950</link>
		</item>
				<item>
			<title> Christian Neugebauer [Besucher] in Antwort auf: Launch a webserver in the current directory</title>
			<pubDate>Fri, 07 Mar 2008 12:00:00 +0000</pubDate>
			<dc:creator>Christian Neugebauer [Besucher]</dc:creator>
			<guid isPermaLink="false">c10946@http://daniel.hahler.de/</guid>
			<description>Ruby example:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;ruby -e &quot;require &#039;webrick&#039;; include WEBrick; s = HTTPServer.new( :DocumentRoot =&gt; Dir::pwd ); trap(&#039;INT&#039;){s.stop}; s.start&quot;&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
more code, but it&#039;s also interesting. The line would be shorter, without the interrupt handling :-(&lt;br /&gt;
&lt;br /&gt;
</description>
			<content:encoded><![CDATA[Ruby example:<br />
<br />
<code>ruby -e "require 'webrick'; include WEBrick; s = HTTPServer.new( :DocumentRoot => Dir::pwd ); trap('INT'){s.stop}; s.start"</code><br />
<br />
more code, but it's also interesting. The line would be shorter, without the interrupt handling :-(<br />
<br />
]]></content:encoded>
			<link>http://daniel.hahler.de/launch-a-webserver-in-the-current-directory#c10946</link>
		</item>
				<item>
			<title> Walter Cruz [Besucher] in Antwort auf: Launch a webserver in the current directory</title>
			<pubDate>Fri, 22 Feb 2008 12:42:17 +0000</pubDate>
			<dc:creator>Walter Cruz [Besucher]</dc:creator>
			<guid isPermaLink="false">c10882@http://daniel.hahler.de/</guid>
			<description>Python rulez! (I can&#039;t comment using my openid here. b2evo asked for my e-mail and name!)</description>
			<content:encoded><![CDATA[Python rulez! (I can't comment using my openid here. b2evo asked for my e-mail and name!)]]></content:encoded>
			<link>http://daniel.hahler.de/launch-a-webserver-in-the-current-directory#c10882</link>
		</item>
				<item>
			<title>Fueguito [Mitglied] in Antwort auf: Launch a webserver in the current directory</title>
			<pubDate>Sun, 17 Feb 2008 18:19:51 +0000</pubDate>
			<dc:creator>Fueguito [Mitglied]</dc:creator>
			<guid isPermaLink="false">c10869@http://daniel.hahler.de/</guid>
			<description>wow sogar die nasa benutzt python</description>
			<content:encoded><![CDATA[wow sogar die nasa benutzt python]]></content:encoded>
			<link>http://daniel.hahler.de/launch-a-webserver-in-the-current-directory#c10869</link>
		</item>
			</channel>
</rss>
