guest [84.227.86.7]  Thu, 30 Jan 2014 23:08:38 +0000

Modified page: http://wiki.horde.org/ActiveSync
New Revision:  242
Change log:  Note about mod_proxy_fcgi and sockets

@@ -48,8 +48,9 @@
 For Apache + PHP-FPM using mod_proxy_fcgi
 <code>
ProxyPassMatch ^/Microsoft-Server-ActiveSync$ fcgi://socket=%2fusr%2flocal%2fphp54%2fsockets%2fhorde.sock/var/www/html/horde/rpc.php$1
 </code>
+// 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:
 ProxyTimeout 5400

 +++ Autodiscover

--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to