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
|
Rev | Line | |
---|
[1163be4] | 1 | # SYN-3 Z-Push - ActiveSync over-the-air - default Apache configuration |
---|
[c5c522c] | 2 | |
---|
[1163be4] | 3 | <IfModule mod_alias.c> |
---|
| 4 | Alias /Microsoft-Server-ActiveSync /usr/share/z-push/index.php |
---|
| 5 | </IfModule> |
---|
[c5c522c] | 6 | |
---|
[1163be4] | 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.