[commits] [Wiki] changed: ActiveSync
Michael Rubinsky
mrubinsk at horde.org
Thu Jan 30 23:23:32 UTC 2014
mrubinsk Thu, 30 Jan 2014 23:23:32 +0000
Modified page: http://wiki.horde.org/ActiveSync
New Revision: 246
Change log: No need to escape in a code block.
@@ -52,9 +52,9 @@
// Note: // Sockets are only available from Apache 2.4.8 or if the
appropriate patch has been applied. In all other case, use a tcp
connection.
Since Horde !ActiveSync connections are held open for a period of
time up to 3540 seconds (depending on client and
$conf[activesync][ping][heartbeatmax] setting, if using a proxy server
you need to ensure it does not time out before the request is
complete. Add this to your virtualhost:
<code>
-!ProxyTimeout 5400
+ProxyTimeout 5400
</code>
+++ Autodiscover
In order for the Autodiscovery service to work, a request to
/autodiscover/autodiscover.xml needs to reach rpc.php. How it does
this depends on your specific server setup. Below are a few examples
to point you in the right direction. Note that for autodiscovery to
work, the final endpoint MUST be over SSL. Autodiscover requests will
NOT work without a valid SSL certificate.
More information about the commits
mailing list