Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F256824
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
815 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
R28 freebusy
Attached
Detach File
Event Timeline
Log In to Comment