Hi

So I've been setting up apache with webdav and thrown in some ics files in the the dav folder. Accessing the file from Mozilla Sunbird, Evolution and Ical works like a charm.

Then I added basic http authentication to the dav folder but now I can only access the ics from Sunbird and Ical.

This is what I have in my /etc/apache2/modules.d/45_mod_dav.conf:

<Directory "/var/www/cal.example.com/htdocs/">
               Options None
               Dav On
<Limit GET PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
               AuthType Basic
               AuthName "Example Calendar Server"
               AuthUserFile /var/www/cal.example.com/._passwd
                Require valid-user
               </Limit>
</Directory>


Any ideas why Evolution will not allow access to the ics when using basic http authentication?

--

Regards / Venlig hilsen

Johannes Skov Frandsen

*Address:* Egelundsvej 18, DK-5260 Odense S
*Web:* www.omesc.com | *Email:* [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list

Reply via email to