<?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: Lighttpd and gitweb</title>
	<atom:link href="http://notsoevil.net/2009/07/lighttpd-and-gitweb/feed/" rel="self" type="application/rss+xml" />
	<link>http://notsoevil.net/2009/07/lighttpd-and-gitweb/</link>
	<description>I may not have gone where I intended to go, but I think I have ended up where I needed to be.</description>
	<lastBuildDate>Fri, 30 Apr 2010 09:34:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Pietro</title>
		<link>http://notsoevil.net/2009/07/lighttpd-and-gitweb/comment-page-1/#comment-92</link>
		<dc:creator>Pietro</dc:creator>
		<pubDate>Fri, 30 Apr 2010 09:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://john.notsoevil.net/?p=33#comment-92</guid>
		<description>Adam&#039;s way works for me!
Thank you guys!</description>
		<content:encoded><![CDATA[<p>Adam&#8217;s way works for me!<br />
Thank you guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://notsoevil.net/2009/07/lighttpd-and-gitweb/comment-page-1/#comment-17</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 11 Jan 2010 20:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://john.notsoevil.net/?p=33#comment-17</guid>
		<description>Thanks Adam!

For whatever reason when I set this up before I couldn&#039;t get it to work like that. But I&#039;ll definitely give this a try, since it would be nice to have automatic upgrades.</description>
		<content:encoded><![CDATA[<p>Thanks Adam!</p>
<p>For whatever reason when I set this up before I couldn&#8217;t get it to work like that. But I&#8217;ll definitely give this a try, since it would be nice to have automatic upgrades.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Nielsen</title>
		<link>http://notsoevil.net/2009/07/lighttpd-and-gitweb/comment-page-1/#comment-16</link>
		<dc:creator>Adam Nielsen</dc:creator>
		<pubDate>Mon, 11 Jan 2010 03:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://john.notsoevil.net/?p=33#comment-16</guid>
		<description>Just tried to do this too, based on your instructions I came up with a lighttpd configuration that doesn&#039;t require any editing of the gitweb Perl script:

url.redirect += ( &quot;^/gitweb$&quot; =&gt; &quot;/gitweb/&quot; )
alias.url += ( &quot;/gitweb/&quot; =&gt; &quot;/usr/share/git/gitweb/&quot; )
$HTTP[&quot;url&quot;] =~ &quot;^/gitweb/&quot; {
    cgi.assign = (&quot;.cgi&quot; =&gt; &quot;&quot;)
    server.indexfiles = (&quot;gitweb.cgi&quot;)
}

All the gitweb files are in /usr/share/git/gitweb/ which is where my distro puts them (and if I avoid copying them I get upgrades handled automatically.)</description>
		<content:encoded><![CDATA[<p>Just tried to do this too, based on your instructions I came up with a lighttpd configuration that doesn&#8217;t require any editing of the gitweb Perl script:</p>
<p>url.redirect += ( &#8220;^/gitweb$&#8221; =&gt; &#8220;/gitweb/&#8221; )<br />
alias.url += ( &#8220;/gitweb/&#8221; =&gt; &#8220;/usr/share/git/gitweb/&#8221; )<br />
$HTTP["url"] =~ &#8220;^/gitweb/&#8221; {<br />
    cgi.assign = (&#8220;.cgi&#8221; =&gt; &#8220;&#8221;)<br />
    server.indexfiles = (&#8220;gitweb.cgi&#8221;)<br />
}</p>
<p>All the gitweb files are in /usr/share/git/gitweb/ which is where my distro puts them (and if I avoid copying them I get upgrades handled automatically.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
