<?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>Matt Shelton &#187; ical</title>
	<atom:link href="http://www.mattshelton.net/tags/ical/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattshelton.net</link>
	<description>scribbling geekery, things and stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:38:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Set Up WebDAV for iCal Sharing on ubuntu 8.04</title>
		<link>http://www.mattshelton.net/2008/05/31/set-up-webdav-for-ical-sharing-on-ubuntu-804/</link>
		<comments>http://www.mattshelton.net/2008/05/31/set-up-webdav-for-ical-sharing-on-ubuntu-804/#comments</comments>
		<pubDate>Sat, 31 May 2008 21:14:20 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[geek life]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mattshelton.net/?p=116</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.mattshelton.net/topics/nix/" title="*nix">*nix</a><a href="http://www.mattshelton.net/topics/geek-life/" title="geek life">geek life</a><a href="http://www.mattshelton.net/topics/productivity/" title="productivity">productivity</a></p>Enabling WebDAV for iCal publishing/sharing is fairly straightforward: 0. Install apache2 (if it&#8217;s not already installed): sudo apt-get install apache2 1. Create a WebDAV directory in your DocumentRoot with the proper permissions: mkdir -p /var/www/webdav chmod -R 777 /var/www/webdav 2. &#8230; <a href="http://www.mattshelton.net/2008/05/31/set-up-webdav-for-ical-sharing-on-ubuntu-804/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Enabling WebDAV for iCal publishing/sharing is fairly straightforward:</p>
<p><strong>0. Install apache2 (if it&#8217;s not already installed):</strong></p>
<p><code>sudo apt-get install apache2</code></p>
<p><strong>1. Create a WebDAV directory in your DocumentRoot with the proper permissions:</strong></p>
<p><code>mkdir -p /var/www/webdav</code><br />
<code>chmod -R 777 /var/www/webdav</code></p>
<p><strong>2. Edit Apache2&#8242;s dav_fs.conf file:</strong></p>
<p><code>cd /etc/apache2/mods-available</code><br />
<code>sudo vi dav_fs.conf</code></p>
<p>DAVLockDB /var/lock/apache2/DAVLock</p>
<p><Directory "/var/www/webdav"><br />
DAV On<br />
DAVMinTimeout 600<br />
DAVDepthInfinity On</p>
<p>AllowOverride AuthConfig<br />
AuthName &#8220;DAV Restricted&#8221;<br />
AuthType Basic<br />
AuthUserFile /etc/apache2/.htaccess</p>
<p>Require valid-user<br />
</Directory></p>
<p><strong>3. Create symlinks to the proper DAV module files:</strong><br />
<em>(Some of these will already exist. Leave them alone.)</em></p>
<p><code>cd ../mods-enabled</code><br />
<code>sudo ln -s ../mods-available/dav.load</code><br />
<code>sudo ln -s ../mods-available/dav_fs.conf</code><br />
<code>sudo ln -s ../mods-available/dav_fs.load</code></p>
<p><strong>4. Create the &#8216;AuthUserFile&#8217; indicated in step 2:</strong></p>
<p><code>sudo htpasswd -m -c /etc/httpd/.htaccess webcal</code></p>
<p><strong>5. Restart apache:</strong></p>
<p><code>sudo /etc/init.d/apache2 restart</code></p>
<p><strong>6. Publish your iCal!</strong></p>
<p>Your url for publishing should now look like <em>http://mywebhost/webdav/iCal/</em>. Enjoy!</p>
<p><small>Based on a <a href="http://www.millan.info/blog/2005/02/setup-fedora-linux-webdav-server-for.php">guide for Fedora at millan.info</a>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattshelton.net/2008/05/31/set-up-webdav-for-ical-sharing-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

