<?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: darcsweb+lighttpd on Debian</title>
	<atom:link href="http://therning.org/magnus/archives/240/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/240</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Fri, 09 Dec 2011 20:40:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Johan</title>
		<link>http://therning.org/magnus/archives/240/comment-page-1#comment-102295</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Fri, 08 Feb 2008 10:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/240#comment-102295</guid>
		<description>&lt;p&gt;For really thick people like me:&lt;/p&gt;

&lt;p&gt;After you&#039;re done:
sudo /etc/init.d/lighttpd force-reload&lt;/p&gt;

&lt;p&gt;Point your web browser to:
http://www.yourdomain.com/cgi-bin/darcsweb.cgi&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For really thick people like me:</p>

<p>After you&#8217;re done:
sudo /etc/init.d/lighttpd force-reload</p>

<p>Point your web browser to:
<a href="http://www.yourdomain.com/cgi-bin/darcsweb.cgi" rel="nofollow">http://www.yourdomain.com/cgi-bin/darcsweb.cgi</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Preben</title>
		<link>http://therning.org/magnus/archives/240/comment-page-1#comment-79169</link>
		<dc:creator>Preben</dc:creator>
		<pubDate>Sat, 08 Sep 2007 06:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/240#comment-79169</guid>
		<description>&lt;p&gt;Got it :-)&lt;/p&gt;

&lt;p&gt;I had to write:&lt;/p&gt;

&lt;pre&gt;
$HTTP[&quot;remoteip&quot;] == &quot;127.0.0.1&quot; {
  alias.url += (&quot;/darcsweb/&quot; =&gt;
    &quot;/usr/share/darcsweb/&quot;)
  $HTTP[&quot;url&quot;] =~ &quot;^/darcsweb/&quot; {
    dir-listing.activate = &quot;disable&quot;
  }
}
&lt;/pre&gt;

&lt;p&gt;to get the alias to work. It didn&#039;t work with only the alias.url line. I guess you can skip the $HTTP[&quot;url&quot;] line though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Got it <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>I had to write:</p>

<pre>
$HTTP["remoteip"] == "127.0.0.1" {
  alias.url += ("/darcsweb/" =&gt;
    "/usr/share/darcsweb/")
  $HTTP["url"] =~ "^/darcsweb/" {
    dir-listing.activate = "disable"
  }
}
</pre>

<p>to get the alias to work. It didn&#8217;t work with only the alias.url line. I guess you can skip the $HTTP["url"] line though.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/240/comment-page-1#comment-79076</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Fri, 07 Sep 2007 06:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/240#comment-79076</guid>
		<description>&lt;p&gt;Preben, my guess is that your configuration doesn&#039;t have &lt;code&gt;/darcsweb/&lt;/code&gt; pointing to the place where the images and CSS are.  The recipe above worked on a Debian system when I wrote it.  It&#039;s likely that locations of files differ between distributions.  They might even have changed on Debian, I wouldn&#039;t know since I no longer run a system with darcsweb+lighttpd on it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Preben, my guess is that your configuration doesn&#8217;t have <code>/darcsweb/</code> pointing to the place where the images and CSS are.  The recipe above worked on a Debian system when I wrote it.  It&#8217;s likely that locations of files differ between distributions.  They might even have changed on Debian, I wouldn&#8217;t know since I no longer run a system with darcsweb+lighttpd on it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Preben</title>
		<link>http://therning.org/magnus/archives/240/comment-page-1#comment-78961</link>
		<dc:creator>Preben</dc:creator>
		<pubDate>Wed, 05 Sep 2007 21:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/240#comment-78961</guid>
		<description>&lt;p&gt;Hi again&lt;/p&gt;

&lt;p&gt;I&#039;m trying to setup my lighttpd like you have done above, but I cannot manage to get the style.css and logos loaded. The darcsweb looks just boring old text.&lt;/p&gt;

&lt;p&gt;Any ideas what is the problem?&lt;/p&gt;

&lt;p&gt;Thanks in advance&lt;/p&gt;

&lt;p&gt;Preben&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi again</p>

<p>I&#8217;m trying to setup my lighttpd like you have done above, but I cannot manage to get the style.css and logos loaded. The darcsweb looks just boring old text.</p>

<p>Any ideas what is the problem?</p>

<p>Thanks in advance</p>

<p>Preben</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/240/comment-page-1#comment-16495</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 06 Mar 2007 09:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/240#comment-16495</guid>
		<description>&lt;p&gt;Preben,&lt;/p&gt;

&lt;p&gt;Another comment on the issue of using FastCGI. AFAIU FastCGI offers most of its speed-up by removing the need to create a new process everytime a page is accessed. This pays off very quickly when using interpreted languages to implement your dynamic site.&lt;/p&gt;

&lt;p&gt;Darcsweb is written in Python, but it relies heavily on &lt;em&gt;darcs&lt;/em&gt; itself to deal with your repo. That means the potenital for speed-up is rather reduced.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Preben,</p>

<p>Another comment on the issue of using FastCGI. AFAIU FastCGI offers most of its speed-up by removing the need to create a new process everytime a page is accessed. This pays off very quickly when using interpreted languages to implement your dynamic site.</p>

<p>Darcsweb is written in Python, but it relies heavily on <em>darcs</em> itself to deal with your repo. That means the potenital for speed-up is rather reduced.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/240/comment-page-1#comment-12495</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 06 Feb 2007 13:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/240#comment-12495</guid>
		<description>&lt;p&gt;Adam,&lt;/p&gt;

&lt;p&gt;No issue at all for me.  The configuration provided with lighttp on Debian works like a charm.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Adam,</p>

<p>No issue at all for me.  The configuration provided with lighttp on Debian works like a charm.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/240/comment-page-1#comment-12474</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 06 Feb 2007 11:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/240#comment-12474</guid>
		<description>&lt;p&gt;Preben,&lt;/p&gt;

&lt;p&gt;AFAIU fastcgi requires support by darcsweb, right?  At the moment it&#039;s written as a regular CGI script so cgi seems to be the only option.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Preben,</p>

<p>AFAIU fastcgi requires support by darcsweb, right?  At the moment it&#8217;s written as a regular CGI script so cgi seems to be the only option.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://therning.org/magnus/archives/240/comment-page-1#comment-12403</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Tue, 06 Feb 2007 03:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/240#comment-12403</guid>
		<description>&lt;p&gt;did you have no issue with doing python cgi in lighttpd? thats where im stuck&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>did you have no issue with doing python cgi in lighttpd? thats where im stuck</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Preben</title>
		<link>http://therning.org/magnus/archives/240/comment-page-1#comment-11412</link>
		<dc:creator>Preben</dc:creator>
		<pubDate>Wed, 31 Jan 2007 22:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/240#comment-11412</guid>
		<description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;Just wondered why you don&#039;t use fastcgi in stead of cgi?&lt;/p&gt;

&lt;p&gt;Preben&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi</p>

<p>Just wondered why you don&#8217;t use fastcgi in stead of cgi?</p>

<p>Preben</p>]]></content:encoded>
	</item>
</channel>
</rss>

