Last change
on this file was
1163be4,
checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago
|
Migrated from Zarafa 7.2.4 to Kopano 8.6.6, including webapp
|
-
Property mode set to
100644
|
File size:
579 bytes
|
Line | |
---|
1 | # SYN-3 Z-Push - ActiveSync over-the-air - default Apache configuration |
---|
2 | |
---|
3 | <IfModule mod_alias.c> |
---|
4 | Alias /Microsoft-Server-ActiveSync /usr/share/z-push/index.php |
---|
5 | </IfModule> |
---|
6 | |
---|
7 | <Directory /usr/share/z-push> |
---|
8 | # Don't list a directory index, follow symlinks (maybe state dir is somewhere linked) |
---|
9 | DirectoryIndex index.php |
---|
10 | Options -Indexes +FollowSymLinks |
---|
11 | |
---|
12 | # Security |
---|
13 | # Don't allow .htaccess Overrides, disallow access to files |
---|
14 | AllowOverride none |
---|
15 | Order allow,deny |
---|
16 | allow from all |
---|
17 | |
---|
18 | <Files "config.php"> |
---|
19 | Deny from All |
---|
20 | </Files> |
---|
21 | </Directory> |
---|
Note: See
TracBrowser
for help on using the repository browser.