Mailing List Archive

Access Denied when attempting to upload calendar entry
Hi,
I installed DAViCal on my Ubuntu Hardy Server, version 0.9.8.4, db: 1.2.7
I can access the configuration webpage of davical, also the Administration ->
Setup page shows no errors.
At my client (kontact) I could successfully read the calendar file, but as
soon as I want to upload a calendar entry (after giving my user/pwd) I get an
access denied while attempting to upload it.

My apache config, under a VirtualHost section looks like this:

<Directory /var/www/davical/>
AllowOverride none
Order allow,deny
Allow from all
php_value include_path /usr/share/awl/inc
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value open_basedir 1
php_value error_reporting "E_ALL & ~E_NOTICE"
php_value default_charset "utf-8"
</Directory>

/var/www/davical/ is a symlink to the installation
dir /usr/share/davical/htdocs

The apache access log shows the following error:

x.x.x.x - robert [14/Apr/2010:10:44:23
+0200] "GET /davical/caldav.php/robert/home/ HTTP/1.1" 200
143 "-" "Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.10 (like
Gecko) (Kubuntu)"
x.x.x.x - robert [14/Apr/2010:10:44:26
+0200] "PUT /davical/caldav.php/robert/home/ HTTP/1.1" 405 - "-" "Mozilla/5.0
(compatible; Konqueror/3.5; Linux) KHTML/3.5.10 (like Gecko) (Kubuntu)"

I get the same for http and https.

Any ideas?

Thanks,
Robert.