Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > dc70253fa2cdaa3ce0fef2f9bf71f18c > files > 15

kolab-syncroton-2.2.0-3.mga4.noarch.rpm

# Kolab Syncroton configuration for Apache HTTPd
#

ScriptAlias /Microsoft-Server-ActiveSync /usr/share/kolab-syncroton/index.php

<Directory "/usr/share/kolab-syncroton/">
    Order Allow,Deny
    Allow from All
    AllowOverride All
</Directory>

<Directory "/usr/share/kolab-syncroton/config/">
    Order Deny,Allow
    Deny from All
</Directory>

<Directory "/usr/share/kolab-syncroton/lib/">
    Order Deny,Allow
    Deny from All
</Directory>

<Directory "/usr/share/kolab-syncroton/logs/">
    Order Deny,Allow
    Deny from All
</Directory>