Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'WebDAV and iCal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
WebDAV and iCal
Authored by: vlipper on Sep 10, '02 07:00:44PM

Works like a charm!

Because I fiddled some time with the settings off http.conf here is my diff:

236c236
< #LoadModule dav_module libexec/httpd/libdav.so
---
> LoadModule dav_module libexec/httpd/libdav.so
278c278
< #AddModule mod_dav.c
---
> AddModule mod_dav.c
382a383,390
> # Settings for WebDAV
> #
> #
> DAVLockDB /Library/WebServer/DAVLock/DAVLock
> DAVMinTimeout 600
> DAVDepthInfinity On
>
>
402c410,415
< AllowOverride None
---
>
> AllowOverride AuthConfig
> AuthName "DAV Restricted"
> AuthType Basic
> AuthUserFile /Library/WebServer/users
> Require valid-user
408a422
> DAV on
410d423

(Hope anyone can read this diff)

I also read this tip: http://www.macslash.org/comments.pl?sid=02/09/10/122225&threshold=0&commentsort=0&mode=thread&cid=9

Now, all I need is jCal (my upcoming Java iCal clone ;-))

Bye, Vlipper



[ Reply to This | # ]