Set Up WebDAV for iCal Sharing on ubuntu 8.04
Enabling WebDAV for iCal publishing/sharing is fairly straightforward:
0. Install apache2 (if it's not already installed):
1
|
|
1. Create a WebDAV directory in your DocumentRoot with the proper permissions:
1 2 |
|
2. Edit Apache2's dav_fs.conf file:
1 2 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
3. Create symlinks to the proper DAV module files: (Some of these will already exist. Leave them alone.)
1 2 3 4 |
|
4. Create the 'AuthUserFile' indicated in step 2:
1
|
|
5. Restart apache:
1
|
|
6. Publish your iCal!
Your url for publishing should now look like http://mywebhost/webdav/iCal/
. Enjoy!
Based on a guide for Fedora at millan.info.