pkgsrc/www/davical/files/davical.conf
jym 50c47db3b0 Change the wording in MESSAGE; DAViCal could be installed on a host
different from the one where the database server is running.

Change the configuration files permissions. administration.yml is really
for davical_dba, config.php is for davical_app (web application). While
here, fix the Apache example.

No revision bump; package content is the same.
2010-06-02 23:27:56 +00:00

30 lines
771 B
Text

# This configuration puts DAViCal under /davical. The user accounts
# will be accessible through /davical/caldav.php/<username>
Alias /davical "@DAVICALDIR@/htdocs"
<Directory "@DAVICALDIR@/htdocs">
AllowOverride All
DirectoryIndex index.php
Order Allow,Deny
Allow from All
php_value include_path "@LIBAWLPATH@"
</Directory>
# This configuration puts DAViCal in its own VirtualHost. The user
# accounts will be accessible through
# http(s)://davical.example.net/caldav.php/<username>
#<VirtualHost *>
# DocumentRoot "@DAVICALDIR@/htdocs"
#
# ServerName davical.example.net
# ServerAlias calendar.example.net
#
# DirectoryIndex index.php
#
# <Location />
# Order allow,deny
# Allow from all
# </Location>
#
# php_value include_path "@LIBAWLPATH@"
#</VirtualHost>