diff options
author | Sascha Wilde <wilde@intevation.de> | 2009-10-12 14:09:01 (GMT) |
---|---|---|
committer | Sascha Wilde <wilde@intevation.de> | 2009-10-12 14:09:01 (GMT) |
commit | c3a47da45d110e843dcca195d4872756bf45f94b (patch) | |
tree | 65477e75b7dda1c254e5716840151597ea258acb | |
parent | 61121f15265e1cb77e509ef270b1f777ac2719a7 (diff) | |
download | kolab-conf-c3a47da45d110e843dcca195d4872756bf45f94b.tar.gz |
Added anonymous ICS export. (Merged from suc branch)
-rw-r--r-- | conf/templates/httpd.conf.template.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/templates/httpd.conf.template.in b/conf/templates/httpd.conf.template.in index b95f6be..6386435 100644 --- a/conf/templates/httpd.conf.template.in +++ b/conf/templates/httpd.conf.template.in @@ -191,6 +191,8 @@ ServerSignature On Alias /icons/ "@webserver_document_root@/icons/" +Alias /public-cal/ics "@webserver_document_root@/client/kronolith/ics_kolab.php" + <Directory "@webserver_document_root@/icons"> Options Indexes MultiViews AllowOverride None |