Page MenuHomePhorge

No OneTemporary

diff --git a/doc/kolab-freebusy.conf b/doc/kolab-freebusy.conf
new file mode 100644
index 0000000..fa73d85
--- /dev/null
+++ b/doc/kolab-freebusy.conf
@@ -0,0 +1,13 @@
+ScriptAlias /freebusy /usr/share/kolab-freebusy/public_html/index.php
+
+<Directory "/usr/share/kolab-freebusy/public_html/">
+ AllowOverride All
+
+ <ifModule mod_authz_core.c>
+ Require all granted
+ </ifModule>
+ <ifModule !mod_authz_core.c>
+ Order Allow,Deny
+ Allow from All
+ </ifModule>
+</Directory>
diff --git a/doc/kolab-freebusy.logrotate b/doc/kolab-freebusy.logrotate
new file mode 100644
index 0000000..8b6d375
--- /dev/null
+++ b/doc/kolab-freebusy.logrotate
@@ -0,0 +1,6 @@
+/var/log/kolab-freebusy/freebusy.log {
+ create 0640 apache apache
+ compress
+ missingok
+ notifempty
+}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Jun 9, 10:56 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
196884
Default Alt Text
(815 B)

Event Timeline