Hi,
I just upgraded to a new server from 12.0.18 to 12.5 (PHP 5.5.9 by OS vendor as fastCGI).
Horde seems to run properly and all mails are migrated properly.
I tried to activate Active Sync according to the instructions given and added these lines to my http /https config:
Whenever I try to connect my client say that the protocol is wrong. When I try to check the EAS function (using https://domain.tld/Microsoft-Server-ActiveSync in my browser)
I just can download the rpc.php rather than running it.
What could be wrong? Permission and group of .horde.shadow is correct.
Best regards
Onki
I just upgraded to a new server from 12.0.18 to 12.5 (PHP 5.5.9 by OS vendor as fastCGI).
Horde seems to run properly and all mails are migrated properly.
I tried to activate Active Sync according to the instructions given and added these lines to my http /https config:
Code:
# Enable ActiveSync
<Directory /usr/share/psa-horde>
Order allow,deny
Allow from all
</Directory>
RewriteEngine On
RewriteRule ^/Microsoft-Server-ActiveSync /usr/share/psa-horde/rpc.php [L,QSA]
Alias /autodiscover/autodiscover.xml /usr/share/psa-horde/rpc.php
Alias /Autodiscover/Autodiscover.xml /usr/share/psa-horde/rpc.php
Alias /AutoDiscover/AutoDiscover.xml /usr/share/psa-horde/rpc.php
# End Enable ActiveSync
Whenever I try to connect my client say that the protocol is wrong. When I try to check the EAS function (using https://domain.tld/Microsoft-Server-ActiveSync in my browser)
I just can download the rpc.php rather than running it.
What could be wrong? Permission and group of .horde.shadow is correct.
Best regards
Onki
Last edited: