<?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: A Guide to Setting Up Git, Gitosis, and Gitweb</title>
	<atom:link href="http://hokietux.net/blog/?feed=rss2&#038;p=58" rel="self" type="application/rss+xml" />
	<link>http://hokietux.net/blog/?p=58</link>
	<description>A blackhole of technology, hacks, and caffeine.</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:46:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: mobi phil</title>
		<link>http://hokietux.net/blog/?p=58&#038;cpage=1#comment-342</link>
		<dc:creator>mobi phil</dc:creator>
		<pubDate>Tue, 23 Mar 2010 10:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://hokietux.net/blog/?p=58#comment-342</guid>
		<description>similar tricks, with .htaccess+git-http-backend

http://www.mobiphil.com/2010/03/git-on-shared-hosting-with-git-http-backend/</description>
		<content:encoded><![CDATA[<p>similar tricks, with .htaccess+git-http-backend</p>
<p><a href="http://www.mobiphil.com/2010/03/git-on-shared-hosting-with-git-http-backend/" rel="nofollow">http://www.mobiphil.com/2010/03/git-on-shared-hosting-with-git-http-backend/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HokieTux</title>
		<link>http://hokietux.net/blog/?p=58&#038;cpage=1#comment-233</link>
		<dc:creator>HokieTux</dc:creator>
		<pubDate>Tue, 19 May 2009 15:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://hokietux.net/blog/?p=58#comment-233</guid>
		<description>Thijs -

I&#039;m glad it helped you!  Thanks for the tip on the repo rights ;)</description>
		<content:encoded><![CDATA[<p>Thijs -</p>
<p>I&#8217;m glad it helped you!  Thanks for the tip on the repo rights <img src='http://hokietux.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://hokietux.net/blog/?p=58&#038;cpage=1#comment-223</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Fri, 08 May 2009 19:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://hokietux.net/blog/?p=58#comment-223</guid>
		<description>Thanks for the great tutorial! Turns out that some of my repositories didn&#039;t show up because they didn&#039;t have the proper rights, and doing a &#039;chmod 775 repository_dir&#039; fixed it.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial! Turns out that some of my repositories didn&#8217;t show up because they didn&#8217;t have the proper rights, and doing a &#8216;chmod 775 repository_dir&#8217; fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HokieTux</title>
		<link>http://hokietux.net/blog/?p=58&#038;cpage=1#comment-214</link>
		<dc:creator>HokieTux</dc:creator>
		<pubDate>Sun, 19 Apr 2009 23:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://hokietux.net/blog/?p=58#comment-214</guid>
		<description>Hey Joe -

Sorry about the delay in getting back to you!  I have been traveling for the last few days.

It looks like you are missing a couple of Apache modules.  Make sure, in your httpd.conf, you are including the modules:
mod_env
mod_rewrite

Those modules provide the commands you are missing.

Let me know if this helps!</description>
		<content:encoded><![CDATA[<p>Hey Joe -</p>
<p>Sorry about the delay in getting back to you!  I have been traveling for the last few days.</p>
<p>It looks like you are missing a couple of Apache modules.  Make sure, in your httpd.conf, you are including the modules:<br />
mod_env<br />
mod_rewrite</p>
<p>Those modules provide the commands you are missing.</p>
<p>Let me know if this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe D'Abbraccio</title>
		<link>http://hokietux.net/blog/?p=58&#038;cpage=1#comment-211</link>
		<dc:creator>Joe D'Abbraccio</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://hokietux.net/blog/?p=58#comment-211</guid>
		<description>Thanks for this article.  I agree that the gitweb doc out there is not very clear.  It has been frustrating to get gitweb going.  I also used  http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way to get gitosis installed and the ssh access - this is working well.

I too know very little about apache.  I am running Apache2 on a SUSE 11.1 distro.  After following your gitweb instructions, the first problem I run into when I try to restart apache2 is:

&gt;&gt;&gt;
 # /etc/init.d/apache2 reload
Reload httpd2 (graceful restart)

Syntax error on line 130 of /etc/apache2/vhosts.d/git-vhost.conf:
Invalid command &#039;SetEnv&#039;, perhaps misspelled or defined by a module not included in the server configuration

The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
                                                                     unused
&lt;&lt;&gt;&gt;
Invalid command &#039;RewriteEngine&#039;, perhaps misspelled or defined by a module not included in the server configuration
&lt;&lt;&lt;

Any help will be greatly appreciated.

Joe</description>
		<content:encoded><![CDATA[<p>Thanks for this article.  I agree that the gitweb doc out there is not very clear.  It has been frustrating to get gitweb going.  I also used  <a href="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way" rel="nofollow">http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way</a> to get gitosis installed and the ssh access &#8211; this is working well.</p>
<p>I too know very little about apache.  I am running Apache2 on a SUSE 11.1 distro.  After following your gitweb instructions, the first problem I run into when I try to restart apache2 is:</p>
<p>&gt;&gt;&gt;<br />
 # /etc/init.d/apache2 reload<br />
Reload httpd2 (graceful restart)</p>
<p>Syntax error on line 130 of /etc/apache2/vhosts.d/git-vhost.conf:<br />
Invalid command &#8216;SetEnv&#8217;, perhaps misspelled or defined by a module not included in the server configuration</p>
<p>The command line was:<br />
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf<br />
                                                                     unused<br />
&lt;&lt;&gt;&gt;<br />
Invalid command &#8216;RewriteEngine&#8217;, perhaps misspelled or defined by a module not included in the server configuration<br />
&lt;&lt;&lt;</p>
<p>Any help will be greatly appreciated.</p>
<p>Joe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
