<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Installation of Subversion on Ubuntu, with Apache, SSL, and BasicAuth.</title>
	<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/</link>
	<description>Viktor Zigo</description>
	<pubDate>Sat, 31 Jul 2010 16:07:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Felipe Carballo</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-17785</link>
		<pubDate>Mon, 13 Jul 2009 16:21:37 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-17785</guid>
					<description>Great tutorial... still working!</description>
		<content:encoded><![CDATA[<p>Great tutorial&#8230; still working!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Source control (version control) in Ubuntu &#171; Vietnamen&#8217;s Weblog</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-16440</link>
		<pubDate>Wed, 24 Jun 2009 13:30:55 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-16440</guid>
					<description>[...] http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/" rel="nofollow">http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/</a> [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Csaba</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-14364</link>
		<pubDate>Fri, 29 May 2009 09:01:18 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-14364</guid>
					<description>I also got the 500 Internal server error. Turns out the parent path to the svn repository was wrong. I've disabled the parent path and set the SVNPath to my (only) repository and now it works perfect! The correct url for me is:

lynx https://localhost/svn/</description>
		<content:encoded><![CDATA[<p>I also got the 500 Internal server error. Turns out the parent path to the svn repository was wrong. I&#8217;ve disabled the parent path and set the SVNPath to my (only) repository and now it works perfect! The correct url for me is:</p>
<p>lynx <a href="https://localhost/svn/" rel="nofollow">https://localhost/svn/</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Icar</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-13449</link>
		<pubDate>Mon, 18 May 2009 07:29:42 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-13449</guid>
					<description>It’s 2009 and your HowTo is still working, somme few things have changed like libapache-mod-dav which is now inside of apache2, but for the rest, it’s PERFECT

Easy to use, and to upgrade, great job.</description>
		<content:encoded><![CDATA[<p>It’s 2009 and your HowTo is still working, somme few things have changed like libapache-mod-dav which is now inside of apache2, but for the rest, it’s PERFECT</p>
<p>Easy to use, and to upgrade, great job.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Icar</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-13448</link>
		<pubDate>Mon, 18 May 2009 07:26:33 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-13448</guid>
					<description>It's 2009 and your HowTo is still working, somme few things have changed like libapache-mod-dav which is now inside of apache2, but for the rest, it's PERFECT

Easy to use, and to upgrade, great job.</description>
		<content:encoded><![CDATA[<p>It&#8217;s 2009 and your HowTo is still working, somme few things have changed like libapache-mod-dav which is now inside of apache2, but for the rest, it&#8217;s PERFECT</p>
<p>Easy to use, and to upgrade, great job.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Confluence: Administration</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-13040</link>
		<pubDate>Wed, 13 May 2009 15:08:32 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-13040</guid>
					<description>&lt;strong&gt;Adding users to the SVN...&lt;/strong&gt;

Adding a user to the existing svn repository Login on the server as a user that has access to the sudo command (must be in the admin group) Add a user using the following command :&#160; "sudo htpasswd \m /etc/apache2/davsvn.......</description>
		<content:encoded><![CDATA[<p><strong>Adding users to the SVN&#8230;</strong></p>
<p>Adding a user to the existing svn repository Login on the server as a user that has access to the sudo command (must be in the admin group) Add a user using the following command :&nbsp; &#8220;sudo htpasswd \m /etc/apache2/davsvn&#8230;&#8230;.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dg</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-12103</link>
		<pubDate>Sun, 03 May 2009 08:41:59 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-12103</guid>
					<description>Excellent guide, many thanks!

Managed to get everything working OK, but found I was getting an 'Unable to configure RSA server private key' error which was causing Apache to fail on startup.

Solution was to comment out the 'SSLCertificateKeyFile' line located just underneath  'SSLCertificateFile'.</description>
		<content:encoded><![CDATA[<p>Excellent guide, many thanks!</p>
<p>Managed to get everything working OK, but found I was getting an &#8216;Unable to configure RSA server private key&#8217; error which was causing Apache to fail on startup.</p>
<p>Solution was to comment out the &#8216;SSLCertificateKeyFile&#8217; line located just underneath  &#8216;SSLCertificateFile&#8217;.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Instalando Subversion en Apache bajo Xubuntu &#124; Blog de Xapiens</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-10875</link>
		<pubDate>Sat, 18 Apr 2009 22:25:31 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-10875</guid>
					<description>[...] traduccion libre de Aleph Zarro   Tagged in: apache, ssl, subversion, xubuntu [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] traduccion libre de Aleph Zarro   Tagged in: apache, ssl, subversion, xubuntu [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Hardy</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-10073</link>
		<pubDate>Fri, 10 Apr 2009 16:52:44 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-10073</guid>
					<description>This is the best how-to I have found for the subject.

However, as with Dif and serAphim, I found that running Ubuntu Hardy Heron (8.04) you should not add "Listen 433" to ports.conf, just leave ports.conf as it is.

Further, you need to uncomment the  lines at the start and end of the dav_svn.conf file, otherwise the server won't start and gives a message like:

Syntax error on line 16 of /etc/apache2/mods-enabled/dav_svn.conf:
DAV not allowed here</description>
		<content:encoded><![CDATA[<p>This is the best how-to I have found for the subject.</p>
<p>However, as with Dif and serAphim, I found that running Ubuntu Hardy Heron (8.04) you should not add &#8220;Listen 433&#8243; to ports.conf, just leave ports.conf as it is.</p>
<p>Further, you need to uncomment the  lines at the start and end of the dav_svn.conf file, otherwise the server won&#8217;t start and gives a message like:</p>
<p>Syntax error on line 16 of /etc/apache2/mods-enabled/dav_svn.conf:<br />
DAV not allowed here
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jkush</title>
		<link>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-10061</link>
		<pubDate>Fri, 10 Apr 2009 14:08:07 +0000</pubDate>
		<guid>http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/#comment-10061</guid>
					<description>dude, you are the man. now i can get back to not doing worik</description>
		<content:encoded><![CDATA[<p>dude, you are the man. now i can get back to not doing worik
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
