<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learning is an Art &#187; OpenSource</title>
	<atom:link href="http://www.singhvishwajeet.com/category/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.singhvishwajeet.com</link>
	<description>My experiences</description>
	<lastBuildDate>Thu, 10 Jun 2010 22:19:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Some Interesting Free Online Subversion Training by Wandisco</title>
		<link>http://www.singhvishwajeet.com/2010/05/12/some-interesting-free-online-subversion-training-by-wandisco/</link>
		<comments>http://www.singhvishwajeet.com/2010/05/12/some-interesting-free-online-subversion-training-by-wandisco/#comments</comments>
		<pubDate>Tue, 11 May 2010 19:24:29 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[wandisco]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=390</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>WANdisco is offering some free online training sessions over the next few weeks, for any that are interested.</p>
<p>The topics will include:</p>
<p><strong>Introduction to Subversion for Developers &#8211; 5th May</strong></p>
<p><strong>All About Subversion Hook Scripts &#8211; 19th May</strong></p>
<p><strong>Using Subversion Locking &#8211; 2nd June</strong></p>
<p><strong>All About Subversion Checkouts &#8211; 16th June</strong></p>
<p><strong>Using the Subversion Diff Command &#8211; 30th June</strong></p>
<p><strong>Branching and Merging in Subversion 1.6.9 &#8211; 14th July</strong></p>
<p>Feel free to see the website for more information:<br /><a href="http://wandisco.com/webinar/subversion/training" target="_blank">http://wandisco.com/webinar/subversion/training</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/05/12/some-interesting-free-online-subversion-training-by-wandisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PostgreSQL on Centos/RHEL</title>
		<link>http://www.singhvishwajeet.com/2010/05/07/installing-postgresql-on-centosrhel/</link>
		<comments>http://www.singhvishwajeet.com/2010/05/07/installing-postgresql-on-centosrhel/#comments</comments>
		<pubDate>Thu, 06 May 2010 20:13:13 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=380</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>To install latest version of postgresql we first we need to add pgdg repository to list of repositories open terminal and fire following commands, you need to be root.</p>
<div class="codesnip-container" >
<p>wget http://yum.pgsqlrpms.org/reporpms/8.4/pgdg-redhat-8.4-1.noarch.rpm<br />rpm -Uhv pgdg-redhat-8.4-1.noarch.rpm</div>
</p>
<p>Once repository is installed properly use yum to install postgresql as shown below</p>
<div class="codesnip-container" >
<p>yum install postgresql<br />yum install postgresql-server</div>
</p>
<p>You can do above in a single line choice is yours.</p>
<p>Initialize the database</p>
<div class="codesnip-container" >
<p>initdb -D /usr/local/pgsql/data</p>
</div>
<p>Start the database server</p>
<div class="codesnip-container" >
<p>pg_ctl start -D /usr/local/pgsql/data</p>
</div>
<p>Voila your database server is setup and ready to use.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/05/07/installing-postgresql-on-centosrhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First Youtube Upload : Basics of TortoiseSVN</title>
		<link>http://www.singhvishwajeet.com/2010/04/25/my-first-youtube-upload-baiscs-of-tortoisesvn/</link>
		<comments>http://www.singhvishwajeet.com/2010/04/25/my-first-youtube-upload-baiscs-of-tortoisesvn/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 19:12:29 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[iWisoft]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[tortoisesvn]]></category>
		<category><![CDATA[wink]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=345</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Here I am with my first youtube upload I have been trying a while to do some videos for demos but was not able to do it, so I went ahead first created a flash demo using <a title="Wink" href="http://www.debugmode.com/wink/" target="_blank">wink</a> and after googling around for a while I came across nice utility from <a title="swf to Flash convertor" href="http://www.flash-swf-converter.com/" target="_blank">iWisoft</a> which is flash to video converter and conversion was pretty easy and straight forward. There is no audio added to it, I have used annotations for explaining things where ever required. This was my maiden effort may not be that good but still someone might find it useful, enjoy and have fun.</p>
<p>This video covers some basics of TortoiseSVN a client for Subversion.<br />Steps covered are checking out your code, adding some existing content, commiting changes to repository, reverting to older revision and how to view log and compare two revisions.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6iVTnziVgNk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube.com/v/6iVTnziVgNk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/04/25/my-first-youtube-upload-baiscs-of-tortoisesvn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Useful Subversion Resources</title>
		<link>http://www.singhvishwajeet.com/2010/04/17/some-useful-subversion-resources/</link>
		<comments>http://www.singhvishwajeet.com/2010/04/17/some-useful-subversion-resources/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 20:02:44 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[AnkhSVN]]></category>
		<category><![CDATA[PySVN]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[SVNKIT]]></category>
		<category><![CDATA[tortoisesvn]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=156</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>In this article I am going to put on links to various useful Subversion resource available on internet which can get you started with using Subversion easily; whether you are end user or a developer looking for an API for language of your choice and I hope you all can contribute to grow this list further I am aware that there is exhaustive list already available on tigris site.</p>
<p>Lets start this list</p>
<p><a title="Apache Subversion" href="http://subversion.apache.org/" target="_blank">Subversion Home</a> : Home of the great tool you can find the binaries for latest version from the website based on operating system of your choice it also includes collabnet certified binaries.</p>
<p><a title="TortoiseSVN coolest client interface for windows" href="http://tortoisesvn.net/" target="_blank">TortoiseSVN</a> : Most preferred Subversion client for windows</p>
<p><a title="VisualSVN" href="http://www.visualsvn.com/" target="_blank">VisualSVN</a> : Great tool to get you started quickly with Subversion without any hassles comes with Apache and wizard based setup is just awesome for newbies</p>
<p><a title="AnkhSVN" href="http://ankhsvn.open.collab.net/" target="_blank">AnkhSVN</a> : Visual studio integration for all M$ fans <img src='http://www.singhvishwajeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="RapidSVN" href="http://rapidsvn.tigris.org/" target="_blank">RapidSVN </a>: Multi-platform GUI front-end</p>
<p><a title="SVNKIT" href="http://svnkit.com/" target="_blank">SVNKIT</a> : Java API for Subversion, pretty easy to get started lot&#8217;s examples available and documentation is just awesome</p>
<p><a title="PySVN" href="http://pysvn.tigris.org/" target="_blank">PySVN </a>: Python API for Subversion, nice pythonic interface, some people might differ and point out <a title="Subvertpy" href="http://samba.org/~jelmer/subvertpy/" target="_blank">Subvertpy</a> is more pythonic, I like both of them equally.</p>
<p>This list is In progress and I will keep updating it.</p>
<ul> </ul>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/04/17/some-useful-subversion-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing latest version of Subversion on Centos/Redhat Linux</title>
		<link>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/</link>
		<comments>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 19:24:39 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[SVN 1.6.9]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=323</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I recently setup Subversion on Centos as well as RHEL, so thought will share the steps followed though it&#8217;s pretty straight forward it will help people looking for it and will be available to me for future references as well <img src='http://www.singhvishwajeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Step1 Install rpmforge repository</strong><strong> </strong></p>
<div class="codesnip-container" >
<p>$ sudo rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</p>
</div>
<p><strong>Step2 Install Subversion</strong></p>
<div class="codesnip-container" >
<p>$ sudo yum install subversion</p>
</div>
<p><strong>Step3 Install mod_dav_svn (Only required if you planning Apache Integration)</strong></p>
<div class="codesnip-container" >
<p>$ sudo yum install mod_dav_svn</p>
</div>
<p>Voila and you are done, go to command prompt and type following</p>
<div class="codesnip-container" >
<p>$ svn &#8211;version</p>
</div>
<p>You should see output as below</p>
<div class="codesnip-container" >
<p>svn, version 1.6.9 (r901367)<br /> compiled Mar 22 2010, 00:59:50</p>
<p>Copyright (C) 2000-2009 CollabNet.<br />Subversion is open source software, see http://subversion.tigris.org/<br />This product includes software developed by CollabNet (http://www.Collab.Net/).</p>
<p>The following repository access (RA) modules are available:</p>
<p>* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.<br /> &#8211; handles &#8216;http&#8217; scheme<br /> &#8211; handles &#8216;https&#8217; scheme<br />* ra_svn : Module for accessing a repository using the svn network protocol.<br /> &#8211; with Cyrus SASL authentication<br /> &#8211; handles &#8216;svn&#8217; scheme<br />* ra_local : Module for accessing a repository on local disk.<br /> &#8211; handles &#8216;file&#8217; scheme</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy 6th birthday To Subversion</title>
		<link>http://www.singhvishwajeet.com/2010/02/23/happy-6th-birthday-to-subversion/</link>
		<comments>http://www.singhvishwajeet.com/2010/02/23/happy-6th-birthday-to-subversion/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:36:31 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=287</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I just go a mail on Subversion mailing list informing that today is the 6th Birthday of Subversion for those who are thinking what is Subversion they can read <a title="Subversion book" href="http://svnbook.red-bean.com/" target="_blank">here</a>.</p>
<p>So Subversion has come along pretty well since it&#8217;s 1.0 release 6 years back and this day I would like to thank all developers who have put in there efforts to make Subversion what it is today; it stands tall among the many commercial tools.</p>
<p>So how I celebrated the Subversion&#8217;s birthday I went to <a title="SVN Forum" href="http://www.svnforum.org/" target="_blank">svnforum.org</a> and tried to answer queries of people as thats the way you can help Subversion adoption to grow among masses.</p>
<p>Developers are doing there bit by developing it; so we as a part of community need to contribute in what ever way possible.</p>
<p>This day I wish many many happy returns of the day to Subversion and want to congratulate Subversion community for great going looking ahead to more great accomplishments in future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/02/23/happy-6th-birthday-to-subversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PostgresSQL passing password from command line solution</title>
		<link>http://www.singhvishwajeet.com/2009/12/13/postgressql-passing-password-from-commandline-solution/</link>
		<comments>http://www.singhvishwajeet.com/2009/12/13/postgressql-passing-password-from-commandline-solution/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 17:42:09 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[pgpass.conf]]></category>
		<category><![CDATA[PGPASSWORD]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=262</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Few days back I was trying to create database in a batch job using createdb.exe and I encountered this problem createdb.exe prompts for password and there is no way of passing password from command line as an argument.<br />
I tried to find out how to do this but in vein there is no way you can pass password as an command line argument; than after looking around for sometime and googling I found two ways of doing it</p>
<ul>
<li><strong>Setting up PGPASSWORD environment variable</strong> : This method is not preferable as it&#8217;s insecure more for further details read <a title="Postgres Environment variables" href="http://www.postgresql.org/docs/8.3/static/libpq-envars.html" target="_blank">this</a></li>
</ul>
<p><br/></p>
<ul>
<li><strong>Setting up password in pgpass.conf</strong> : The file is to be located
<div class="codesnip-container" >%APPDATA%\postgresql\pgpass.conf</div>
</li>
</ul>
<p>File has the following format</p>
<div class="codesnip-container" >hostname:port:database:username:password</div>
<p>Each of the first four fields may be a literal value, or *, which matches anything.</p>
<p>For further details the postgres <a title="Postgres password file" href="http://www.pgadmin.org/docs/1.4/pg/libpq-pgpass.html" target="_blank">documentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/12/13/postgressql-passing-password-from-commandline-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion Repository Simple Backup and Resotre</title>
		<link>http://www.singhvishwajeet.com/2009/11/10/subversion-repository-simple-backup-and-resotre/</link>
		<comments>http://www.singhvishwajeet.com/2009/11/10/subversion-repository-simple-backup-and-resotre/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:34:05 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svnadmin]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=232</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Here I am going to talk about three useful and handy subcommands  of svnadmin that will help us in dumping our data and restoring it back to fresh repository, restore is very critical, as we keep on backing up data but we seldom bother about restoring it to check if everything is working fine or not. I would like to put one point across that your backup is as good as your last restore.</p>
<p><strong>Dumping the repository</strong></p>
<div class="codesnip-container" >&gt;&gt;svnadmin dump /srv/svn/test &gt; backup.dump<br />
* Dumped revision 0.<br />
* Dumped revision 1.<br />
* Dumped revision 2.<br />
* Dumped revision 3.<br />
* Dumped revision 4.<br />
* Dumped revision 5.<br />
* Dumped revision 6.<br />
* Dumped revision 7.<br />
* Dumped revision 8.<br />
* Dumped revision 9.<br />
* Dumped revision 10.<br />
* Dumped revision 11.<br />
* Dumped revision 12.<br />
* Dumped revision 13.</div>
<p>This is the simplest option for dumping the repository for purpose of backing up your repository. If you want to do an incremental back than you need to specify &#8211;incremental flag and give start and end revision for same.</p>
<p><strong>Restoring the repository back</strong></p>
<div class="codesnip-container" >E:\mywork\prolific_prolific_20091110165216&gt;svnadmin load /srv/svn/newrepo &lt;  backup.dump<br />
&lt;&lt;&lt; Started new transaction, based on original revision 1<br />
* adding path : branches &#8230; done.<br />
* adding path : documents &#8230; done.<br />
* adding path : tags &#8230; done.<br />
* adding path : trunk &#8230; done.</p>
<p>&#8212;&#8212;- Committed revision 1 &gt;&gt;&gt;</p>
<p>&lt;&lt;&lt; Started new transaction, based on original revision 2<br />
* adding path : documents/test.txt &#8230; done.</p>
<p>&#8212;&#8212;- Committed revision 2 &gt;&gt;&gt;</p>
<p>&lt;&lt;&lt; Started new transaction, based on original revision 3<br />
* editing path : documents/test.txt &#8230; done.</p></div>
<p><strong>Verify the restore</strong></p>
<div class="codesnip-container" >&gt;&gt;svnadmin verify /srv/svn/newrepo<br />
* Verified revision 0.<br />
* Verified revision 1.<br />
* Verified revision 2.<br />
* Verified revision 3.<br />
* Verified revision 4.<br />
* Verified revision 5.<br />
* Verified revision 6.<br />
* Verified revision 7.<br />
* Verified revision 8.<br />
* Verified revision 9.<br />
* Verified revision 10.<br />
* Verified revision 11.<br />
* Verified revision 12.<br />
* Verified revision 13.</div>
<p>Habit of restoring the data regularly is very important for having usable backup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/11/10/subversion-repository-simple-backup-and-resotre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion Domain Authentication with Apache</title>
		<link>http://www.singhvishwajeet.com/2009/10/20/subversion-domain-authentication-with-apache/</link>
		<comments>http://www.singhvishwajeet.com/2009/10/20/subversion-domain-authentication-with-apache/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:42:16 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[domain authentication]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=195</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>This article covers how to setup domain authentication for Subversion with Apache using mod_auth_sspi , I am running Apache 2.2 and Subversion 1.5. First of all you need to get SSPI module from its new home at<a title="SSPI" href="http://sourceforge.net/projects/mod-auth-sspi/" target="_blank"> sourceforge</a> , module can be directly downloaded from <a title="SSPI Download" href="http://sourceforge.net/projects/mod-auth-sspi/files/mod-auth-sspi/mod_auth_sspi%201.0.4/mod_auth_sspi-1.0.4-2.2.2.zip/download" target="_blank">here</a>. Once you have downloaded the module extract using some zip utility there will be a bin folder inside the extracted folder and inside bin folder there will a file named mod_auth_sspi.so take this file and drop it in Apache&#8217;s modules folder.</p>
<p>Once you are done with above steps we now need to modify Apache&#8217;s httpd.conf to include the domain authentication for our Subversion repository make changes to httpd.conf as shown below,  first we need to ensure that we have required modules loaded</p>
<div class="codesnip-container" >LoadModule sspi_auth_module   modules/mod_auth_sspi.so<br />
LoadModule dav_svn_module     modules/mod_dav_svn.so<br />
LoadModule authz_svn_module   modules/mod_authz_svn.so</div>
<p>To mod_dav_svn to work you need to uncomment the line which loads mod_dav module Apache look for it and uncomment if its commented.</p>
<p>Now the real magic configuration starts which will enable us to authenticate Subversion users against AD domains make changes in httpd.conf as shown below</p>
<div class="codesnip-container" >&lt;Location /svn/myrepo&gt;<br />
dav svn<br />
SVNPath &#8220;d:/svnrepos/myrepo&#8221;<br />
# Domain Authentication settings<br />
AuthName &#8220;Subversion domain&#8221;<br />
AuthType SSPI<br />
SSPIAuth On<br />
SSPIAuthoritative On<br />
SSPIDomain MYDOMAINNAME<br />
SSPIOfferBasic on<br />
SSPIOmitDomain On<br />
Require valid-user<br />
# Subversion&#8217;s authorization file<br />
AuthzSVNAccessFile &#8220;d:/svnrepos/authz&#8221;<br />
&lt;/Location&gt;</div>
<p>Once done with above changes save the file and restart Apache and try accessing the URL http://&lt;yourservername&gt;/svn/myrepo you will be prompted for authentication saying &#8220;Subversion Domain&#8221; enter your domain name without domain as we have  SSPIOmitDomain On and based on Subversion authorization file i.e authz in our scenario you will be able to see repository or you will get forbidden error.</p>
<p>We are done with setting up domain authentication, in-case you face any problem with above settings feel free to write to me.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<pre>LoadModule sspi_auth_module   modules/mod_auth_sspi.so
LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/10/20/subversion-domain-authentication-with-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Apache httpd sever On Ubuntu and FAQ&#8217;s</title>
		<link>http://www.singhvishwajeet.com/2009/10/01/installing-apache-httpd-sever-on-ubuntu-and-faqs/</link>
		<comments>http://www.singhvishwajeet.com/2009/10/01/installing-apache-httpd-sever-on-ubuntu-and-faqs/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:15:31 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[ubunt]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=185</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I have been fiddling around with Apache for quite sometime now on Ubuntu and there were few questions which used to come to my mind as novice user initially like how do i install apache on first place, where are Apache logs, where are Apache conf files located, how do I add new site to Apache server, stopping and restarting the server so I thought that I would some up answer to all these question at a single place for my own future reference and for the help of my readers.</p>
<p>So first things first I will start with how to install apache here apt-get comes to your rescue and thanks to Ubuntu archives all you need to give simple on liner as shown below</p>
<div class="codesnip-container" >sudo apt-get install apache2</div>
<p>So now that we are done with installation lets move on other things like for troubleshooting you need to know where are apache logs, apache logs can be found at below mentioned path here you can find access logs as well as error logs</p>
<div class="codesnip-container" >/var/log/apache2/</div>
<p>we also need to know where are configuration related files to our web server for that we need to look at path mentioned below here you will find apache2.conf, httpd.conf, ports.conf and other configuration related files how to modify and update them is beyond the scope of this nifty article</p>
<div class="codesnip-container" >/etc/apache2/</div>
<p>Moving on to next FAQ this one is my favourite now that I have setup apache how do I go about hosting my site thats the whole purpose for you following along this article, all you need to do is follow the sequence mentioned below</p>
<p>Create a file mysite or what ever name you want to give and add configuration related to your site in this file</p>
<div class="codesnip-container" >gedit /etc/apache2/sites-available/mysite</div>
<div class="codesnip-container" >cd /etc/apache2/sites-available</div>
<div class="codesnip-container" >sudo a2ensite mysite</div>
<p>you are done with setting up your site.</p>
<p>Last of these faq&#8217;s is how do I start and stop the server for doing this all you need to know about is apache2ctl utility and you can start stop using it pretty easily</p>
<div class="codesnip-container" >apache2ctl start</div>
<div class="codesnip-container" >apache2ctl stop</div>
<div class="codesnip-container" >apache2ctl restart</div>
<p>We are done with the faq&#8217;s which were in mind and I will keep on updating this list in future as and when things come to my mind. In next article I would covering how to use apache to host Subversion repositories along with domain authentication so stay tuned.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 165px; width: 1px; height: 1px;">
<pre>/etc/apache2/conf.d/</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/10/01/installing-apache-httpd-sever-on-ubuntu-and-faqs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
