diff options
author | Sascha Wilde <wilde@intevation.de> | 2009-05-28 15:17:04 (GMT) |
---|---|---|
committer | Sascha Wilde <wilde@intevation.de> | 2009-05-28 15:17:04 (GMT) |
commit | 918f3bd2a001fe7995ffcec3e69984242932b20f (patch) | |
tree | 7bd2ea363dcd29d19d93060edb0216d4c20056bb | |
parent | d4e7a0f06f727cf0a75dda26a861ca7208740b65 (diff) | |
download | kolab-conf-918f3bd2a001fe7995ffcec3e69984242932b20f.tar.gz |
Added alias /public-cal/ics for easy, non-ssl access to the public calendar.
-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 |