Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2005 12:58:41 -0500
From:      Ean Kingston <ean@hedron.org>
To:        freebsd-questions@freebsd.org
Cc:        synrat <synrat@wirewalk.org>
Subject:   Re: webdav and mozilla calendar
Message-ID:  <200502191258.42212.ean@hedron.org>
In-Reply-To: <42172F68.40507@wirewalk.org>
References:  <42169A3A.9010708@wirewalk.org> <200502182346.46474.ean@hedron.org> <42172F68.40507@wirewalk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On February 19, 2005 07:22 am, synrat wrote:
> Could you kindly share your config ? I seem to have webdav loading
> but can't figure out how to post calendars. Thanx a lot in advance.

=46rom httpd.conf:

LoadModule dav_module         libexec/apache/libdav.so
AddModule mod_dav.c

Alias /Calendars /path-to-Calendars-dir
<Directory "/path-to-Calendars-dir">
   Options Indexes Multiviews
   DAV On
   Order deny,allow
   Require valid-user
</Directory>

Then I just used the export calendar from the Mozilla. Unfortunately, I=20
switched to Firefox recently so I haven't got mozilla calendar anymore.

I do still have the DAV server running so I could install mozilla and test =
it=20
out again if you need some more help.

>
> Ean Kingston wrote:
> > On February 18, 2005 08:45 pm, synrat wrote:
> >>has anyone been able to get mozilla calendar publishing to work with
> >>webdav/apache2 ( freebsd 5.3 )
> >
> > I got it to work with Webdav/apach1.3 but haven't tried 2.
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"

=2D-=20
Ean Kingston

E-Mail: ean AT hedron DOT org
URL: http://www.hedron.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502191258.42212.ean>