
derflooh at gmail
May 16, 2011, 8:47 AM
Post #2 of 2
(120 views)
Permalink
|
Am 19.04.2011 um 01:00 schrieb Florian Mutter: > Hey, > > I'm trying to configure Davical to make iCal autodetect the server. I set up SRV records and iCal is using them, as I can see there is communication with davical. But iCal always says: No CalDAV-Server found on "mydomain.tld". > > Here is the debug log, maybe someone could look it over and maybe help me. I don't know if this is important but I'm using LDAP for the authentication. I deletet some I18N lines from the log. > > http://pastebin.com/UZ1nPqws > > Greetz I found the problem. The problem was that the DirectoryIndex was not set. Therefor, Apache returned the index.html, which did not exist, or could not be handled by DAViCAL. Setting the DirectoryIndex to index.php resolves the problem.
|