Hi,
Thanks for your interest. I put below the content of my caldav.php file. Davical and Agendav are installed on the same CentOs 6 server. Davical is installed in /var/www/html/davical. I initially installed Agendav in /var/www/adobo-agendav-84f869e with a symlink in /var/www/html/agendav to /var/www/adobo-agendav-84f869e/web/public, but in order to check php execution rights I re-installed it in /var/www/html/adobo-agendav-84f869e. I also put below some output of the httpd logs, as those are the only log informations I could find.
Thanks
Alexis
Content of caldav.php
<?php
$config['caldav_http_auth_method'] = CURLAUTH_BASIC;
$config['caldav_principal_url'] = '
http://localhost/davical/caldav.php/%u/';
$config['caldav_calendar_url'] = '
http://localhost/davical/caldav.php/%s/';
$config['public_caldav_url'] = '
http://localhost/davical/';
$config['enable_calendar_sharing'] = TRUE;
$config['owner_permissions'] = array('all', 'read', 'unlock', 'read-acl',
'read-current-user-privilege-set', 'write-acl', 'C:read-free-busy',
'write', 'write-properties', 'write-content', 'bind', 'unbind');
$config['read_profile_permissions'] = array('C:read-free-busy', 'read');
$config['read_write_profile_permissions'] = array('C:read-free-busy',
'read', 'write');
$config['default_permissions'] = array('C:read-free-busy');
When I try to log in Agendav, here is the output of /var/log/httpd/access_log:
::1 - MY_LOGIN [21/Mar/2014:14:40:34 +0100] "OPTIONS /davical/caldav.php/MY_LOGIN/ HTTP/1.1" 200 - "-" "AgenDAV v1.2.6.2"
CLIENT_IP - - [21/Mar/2014:14:40:33 +0100] "POST /adobo-agendav-84f869e/web/public/index.php/login HTTP/1.1" 302 - "
http://SERVER_IP/agendav/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0"
CLIENT_IP - - [21/Mar/2014:14:40:34 +0100] "GET /adobo-agendav-84f869e/web/public/index.php/main HTTP/1.1" 302 - "
http://SERVER_IP/agendav/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0"
CLIENT_IP - - [21/Mar/2014:14:40:34 +0100] "GET /adobo-agendav-84f869e/web/public/index.php/login HTTP/1.1" 200 5763 "
http://SERVER_IP/agendav/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0"
CLIENT_IP - - [21/Mar/2014:14:40:34 +0100] "GET /adobo-agendav-84f869e/web/public/index.php/js_generator/prefs HTTP/1.1" 200 723 "
http://SERVER_IP/adobo-agendav-84f869e/web/public/index.php/login" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0"
CLIENT_IP - - [21/Mar/2014:14:40:34 +0100] "GET /adobo-agendav-84f869e/web/public/index.php/strings/load/
1.2.6.2 HTTP/1.1" 200 6154 "
http://SERVER_IP/adobo-agendav-84f869e/web/public/index.php/login" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0"
and here is the output when I launch Sunbird:
CLIENT_IP - - [21/Mar/2014:14:55:58 +0100] "PROPFIND /davical/caldav.php/MY_LOGIN/calendar/ HTTP/1.1" 401 40 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091211 Sunbird/1.0b1"
CLIENT_IP - MY_LOGIN [21/Mar/2014:14:55:58 +0100] "PROPFIND /davical/caldav.php/MY_LOGIN/calendar/ HTTP/1.1" 207 550 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091211 Sunbird/1.0b1"
CLIENT_IP - - [21/Mar/2014:14:55:58 +0100] "OPTIONS /davical/caldav.php/MY_LOGIN/ HTTP/1.1" 401 40 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091211 Sunbird/1.0b1"
CLIENT_IP - MY_LOGIN [21/Mar/2014:14:55:58 +0100] "OPTIONS /davical/caldav.php/MY_LOGIN/ HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091211 Sunbird/1.0b1"
CLIENT_IP - MY_LOGIN [21/Mar/2014:14:55:58 +0100] "PROPFIND /davical/caldav.php/MY_LOGIN/ HTTP/1.1" 207 790 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091211 Sunbird/1.0b1"
CLIENT_IP - MY_LOGIN [21/Mar/2014:14:55:58 +0100] "PROPFIND /davical/caldav.php/MY_LOGIN/calendar/ HTTP/1.1" 207 1963 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091211 Sunbird/1.0b1"
CLIENT_IP - MY_LOGIN [21/Mar/2014:14:55:58 +0100] "REPORT /davical/caldav.php/MY_LOGIN/calendar/ HTTP/1.1" 207 3252 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091211 Sunbird/1.0b1"
CLIENT_IP - MY_LOGIN [21/Mar/2014:14:55:59 +0100] "PROPFIND /davical/caldav.php/MY_LOGIN/.in/ HTTP/1.1" 207 532 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091211 Sunbird/1.0b1"