Page MenuHomePhorge

kolab-syncroton.conf
No OneTemporary

kolab-syncroton.conf

# Kolab Syncroton configuration for Apache HTTPd
#
ScriptAlias /Microsoft-Server-ActiveSync /usr/share/kolab-syncroton/index.php
<Directory "/usr/share/kolab-syncroton/">
AllowOverride All
<ifModule mod_authz_core.c>
Require all granted
</ifModule>
<ifModule !mod_authz_core.c>
Order Allow,Deny
Allow from All
</ifModule>
</Directory>
<Directory "/usr/share/kolab-syncroton/config/">
Options -FollowSymLinks
<ifModule mod_authz_core.c>
Require all denied
</ifModule>
<ifModule !mod_authz_core.c>
Order Deny,Allow
Deny from All
</ifModule>
</Directory>
<Directory "/usr/share/kolab-syncroton/lib/">
<ifModule mod_authz_core.c>
Require all denied
</ifModule>
<ifModule !mod_authz_core.c>
Order Deny,Allow
Deny from All
</ifModule>
</Directory>
<Directory "/usr/share/kolab-syncroton/logs/">
Options -FollowSymLinks
<ifModule mod_authz_core.c>
Require all denied
</ifModule>
<ifModule !mod_authz_core.c>
Order Deny,Allow
Deny from All
</ifModule>
</Directory>

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 25, 2:20 PM (2 h, 45 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
219556
Default Alt Text
kolab-syncroton.conf (1 KB)

Event Timeline