[commits] [Wiki] changed: ActiveSync
Wiki Guest
wikiguest at horde.org
Fri Apr 5 10:50:33 UTC 2013
guest [80.143.244.252] Fri, 05 Apr 2013 10:50:33 +0000
Modified page: http://wiki.horde.org/ActiveSync
New Revision: 173
Change log: Changed auto discovery alias names because of case sensivity
@@ -40,25 +40,25 @@
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</code>
None of these issues have been reported using lighttpd/fastcgi.
-In order for the Autodiscovery service to work, you should also
create an alias/rewrite rule for the URL
/autodiscover/autodiscover.xml to horde/rpc.php as well:
+In order for the Autodiscovery service to work, you should also
create an alias/rewrite rule for the URL
/AutoDiscover/AutoDiscover.xml to horde/rpc.php as well:
<code>
-Alias /autodiscover/autodiscover.xml /var/www/horde/rpc.php
+Alias /AutoDiscover/AutoDiscover.xml /var/www/horde/rpc.php
</code>
Note that the Autodiscovery service attempts to contact domain used
in the email address, not necessarily the sub domain that Horde is
installed at so e.g., if your Horde install is at
https://horde.example.com but your users use user at example.com then you
will need to redirect requests for
https://example.com/AutoDiscover/AutoDiscover.xml to
https://horde.example.com/AutoDisocover/AutoDiscover.xml:
For lighttpd:
<code>
$HTTP["host"] =~ "(^|www\.)example\.com$" {
- url.redirect = ("^/(?i)AutoDiscover/AutoDiscover.xml$" =>
"https://horde.example.com/autodiscover/autodiscover.xml")
+ url.redirect = ("^/(?i)AutoDiscover/AutoDiscover.xml$" =>
"https://horde.example.com/AutoDiscover/AutoDiscover.xml")
}
alias.url = ("/Microsoft-Server-ActiveSync" => "/var/www/horde/rpc.php",
- "/autodiscover/autodiscover.xml" => /var/www/horde/rpc.php");
+ "/AutoDiscover/AutoDiscover.xml" => /var/www/horde/rpc.php");
</code>
Note that Autodiscover support is VERY flaky in most clients that we
have tested.
++ Application Configuration
More information about the commits
mailing list