Re: Fwd: active sync not working
aglandorf <[email protected]>
| Newsgroups | gmane.comp.horde.sync |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] 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. -- sync mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]