[sync] Fwd: active sync not working

aglandorf aglandorf at aglmail.de
Fri Aug 23 20:58:08 UTC 2013


Hi all,

currently i use the following lines within my
/etc/apache2/sites-available/default-ssl configuration instead to set a
Alias directly :
<IfModule mod_ssl.c>
<VirtualHost _default_:443>
	ServerAdmin webmaster at yourserver.tld

	DocumentRoot /var/www
#Active Sync
Alias /Microsoft-Server-ActiveSync /var/www/your_horde_path/rpc.php
RewriteEngine On
RewriteRule ^/Microsoft-Server-ActiveSync /your_horde_path/rpc.php
[PT,L,QSA]
RewriteRule .* - [E=HTTP_MS_ASPROTOCOLVERSION:%{HTTP:Ms-Asprotocolversion}]
RewriteRule .* - [E=HTTP_X_MS_POLICYKEY:%{HTTP:X-Ms-Policykey}]
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

	<Directory />
		Options FollowSymLinks
		AllowOverride All
	</Directory>
	<Directory /var/www/>
.
.
.
Found these lines somewhere in the internet and it works like a charm to get
Android phones sychronized.
Checked this with on a Ubuntu 12.04 TLS and a Debian 7 (Wheezy).

kind regards,
aglandorf



--
View this message in context: http://horde.690.n7.nabble.com/Fwd-active-sync-not-working-tp114881p115132.html
Sent from the Horde - Sync mailing list archive at Nabble.com.


More information about the sync mailing list