DAViCal is a CalDAV server. It cal be used to support shared calendars for iCal Evolution etc. There have been many requests for a CalDAV server for FreeBSD. PR: ports/123692 Submitted by: Maurice Castro <maurice@castro.aus.net>
11 lines
227 B
Text
11 lines
227 B
Text
# Settings for davical
|
|
#
|
|
|
|
Alias /davical "%%PREFIX%%/www/davical/htdocs"
|
|
|
|
<Directory "%%PREFIX%%/www/davical/htdocs">
|
|
Options Indexes FollowSymLinks MultiViews
|
|
AllowOverride All
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|