mrubinsk  Tue, 14 May 2013 21:54:45 +0000

Modified page: http://wiki.horde.org/ActiveSync
New Revision:  181
Change log:  Blurb about max_execution time

@@ -21,9 +21,11 @@
 ++ Server Setup

To activate the server, it needs to be enabled in Horde's configuration, on the !ActiveSync tab. The SQL tables that horde uses are created as usual from the Horde configuration screen.

-You will also need to configure your webserver to redirect the URL /Microsoft-Server-ActiveSync to your horde/rpc.php file. How you do this depends on your webserver and it's configuration. For Apache, something like:
++++ Webserver
+
+You will need to configure your webserver to redirect the URL /Microsoft-Server-ActiveSync to your horde/rpc.php file. How you do this depends on your webserver and it's configuration. For Apache, something like:
 <code>
 Alias /Microsoft-Server-ActiveSync /var/www/horde/rpc.php
 </code>

@@ -59,8 +61,13 @@
              "/autodiscover/autodiscover.xml" => /var/www/horde/rpc.php");
 </code>

It should also be noted that the protocol documentation explicitly lists the autodiscover url as all lowercase, some clients actually request it as //AutoDiscover/AutoDiscover.xml// so if you are having problems, you should adjust your alias/rewrite rules accordingly.
+
++++ Horde
+
+You should make sure that the max_execution time is either set to 0 or at least twice the maximum heartbeat interval. This can be set in Horde's general configuration tab.
+

 ++ Application Configuration
No additional steps are normally necessary for synchronization of the supported applications. However, each application that supports synchronization also has a user preference to determine which shares will be synchronized. For example, in Kronolith the user's default calendar is *always* synchronized, but the user can choose to add any additional calendars he/she owns. Whenever the user changes one of these settings, the device is always automatically re-paired with the server to pick up the change.


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

Reply via email to