<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hackepedia.org/index.php?action=history&amp;feed=atom&amp;title=Webdav</id>
	<title>Webdav - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hackepedia.org/index.php?action=history&amp;feed=atom&amp;title=Webdav"/>
	<link rel="alternate" type="text/html" href="https://hackepedia.org/index.php?title=Webdav&amp;action=history"/>
	<updated>2026-05-08T15:24:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://hackepedia.org/index.php?title=Webdav&amp;diff=5649&amp;oldid=prev</id>
		<title>Franks: Created page with &quot; I should have started documenting this from the beginning, but hopefully this helps. &lt;pre&gt;  &lt;VirtualHost cal.example.com:80&gt; 	ServerAdmin frank@example.com         ServerName...&quot;</title>
		<link rel="alternate" type="text/html" href="https://hackepedia.org/index.php?title=Webdav&amp;diff=5649&amp;oldid=prev"/>
		<updated>2015-04-24T05:59:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; I should have started documenting this from the beginning, but hopefully this helps. &amp;lt;pre&amp;gt;  &amp;lt;VirtualHost cal.example.com:80&amp;gt; 	ServerAdmin frank@example.com         ServerName...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
I should have started documenting this from the beginning, but hopefully this helps.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;VirtualHost cal.example.com:80&amp;gt;&lt;br /&gt;
	ServerAdmin frank@example.com&lt;br /&gt;
        ServerName cal.example.com&lt;br /&gt;
	DocumentRoot /var/www/cal.example.com&lt;br /&gt;
	&amp;lt;Directory /&amp;gt;&lt;br /&gt;
		Options FollowSymLinks&lt;br /&gt;
		AllowOverride all&lt;br /&gt;
 #                Order allow,deny&lt;br /&gt;
 # This line below, allows my subnet only (which if my IP is 1.2.3.4, I used the first 3 octets)!&lt;br /&gt;
        Allow from 1.2.3&lt;br /&gt;
	&amp;lt;/Directory&amp;gt;&lt;br /&gt;
	ErrorLog ${APACHE_LOG_DIR}/webdav.error.log&lt;br /&gt;
	# Possible values include: debug, info, notice, warn, error, crit,&lt;br /&gt;
	# alert, emerg.&lt;br /&gt;
	LogLevel warn&lt;br /&gt;
	CustomLog ${APACHE_LOG_DIR}/webdav.access.log combined&lt;br /&gt;
        Alias /webdav /var/www/cal.example.com/webdav&lt;br /&gt;
       &amp;lt;Location /webdav&amp;gt;&lt;br /&gt;
           Dav On&lt;br /&gt;
           AuthType Basic&lt;br /&gt;
           AuthName &amp;quot;webdav&amp;quot;&lt;br /&gt;
           AuthUserFile /var/www/cal.example.com/passwd.dav&lt;br /&gt;
           Require valid-user&lt;br /&gt;
       &amp;lt;/Location&amp;gt;&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In your apache logs, if you see: &lt;br /&gt;
&lt;br /&gt;
  (13)Permission denied: An error occurred while opening a resource.  [500, #0]&lt;br /&gt;
&lt;br /&gt;
then make sure this matches (apache needs write permissions to the webdav directory!)&lt;br /&gt;
&lt;br /&gt;
 webdav$ ls -la&lt;br /&gt;
 total 12&lt;br /&gt;
 drwxrwxr-x 2 root     www-data 4096 Apr 24 05:50 .&lt;br /&gt;
 drwxr-xr-x 4 www-data www-data 4096 Apr 24 04:07 ..&lt;br /&gt;
 -rw-r--r-- 1 www-data www-data 2970 Apr 24 05:50 mycal.ics&lt;/div&gt;</summary>
		<author><name>Franks</name></author>
	</entry>
</feed>