[commits] [Wiki] changed: ActiveSync
Michael Rubinsky
mrubinsk at horde.org
Thu Apr 16 13:35:31 UTC 2015
mrubinsk Thu, 16 Apr 2015 13:35:30 +0000
Modified page: http://wiki.horde.org/ActiveSync
New Revision: 278
Change log: This has nothing to do with ActiveSync, it's a general
Horde setup issue.
@@ -35,13 +35,8 @@
// Note: // It has been reported that when running PHP via mod_fcgid
on Apache that the Alias directive will not pass the correct URL to
the fcgid-script handler. This can be worked around by using a
!RewriteRule instead (adapted from
http://maurus.net/weblog/2010/10/26/running-z-push-1-4-2-with-apache-and-fastcgifcgid/):
<code>
RewriteEngine On
RewriteRule ^/Microsoft-Server-ActiveSync /horde/rpc.php [PT,L,QSA]
-</code>
-If some URLs created from ActiveSync actions, such as add a Task, are
missing the webroot /horde, 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>
More information about the commits
mailing list