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