[commits] [Wiki] changed: ActiveSync
Wiki Guest
wikiguest at horde.org
Thu Apr 16 12:28:24 UTC 2015
guest [194.95.66.21] Thu, 16 Apr 2015 12:28:24 +0000
Modified page: http://wiki.horde.org/ActiveSync
New Revision: 276
Change log: https://bugs.horde.org/ticket/13926
@@ -36,8 +36,14 @@
<code>
RewriteEngine On
RewriteRule ^/Microsoft-Server-ActiveSync /horde/rpc.php [PT,L,QSA]
</code>
+If this won't work either, add a local registry file, such as
config/registry.local.php or config/registry.d/webroot.php, with:
+<code><?PHP
+
+$app_webroot = '/horde'; // make sure ActiveSync gets the correct webroot
+</code>
+
There has also been a report from that the Authorization headers are
not correctly passed when using mod_php with Apache. These are known
issues and are should actually already be taken care of by the
Horde_Controller_Request object. However, if you are still having
issues with !ActiveSync complaining about no Authorization errors, you
can try the following configuration:
<code>
RewriteRule .* - [E=HTTP_MS_ASPROTOCOLVERSION:%{HTTP:Ms-Asprotocolversion}]
RewriteRule .* - [E=HTTP_X_MS_POLICYKEY:%{HTTP:X-Ms-Policykey}]
More information about the commits
mailing list