[commits] [Wiki] changed: ActiveSync
Wiki Guest
wikiguest at horde.org
Tue Feb 4 13:26:57 UTC 2025
guest [80.56.142.104] Tue, 04 Feb 2025 13:26:57 +0000
Modified page: https://wiki.horde.org/ActiveSync
New Revision: 289
Change log: Typo correction
@@ -31,9 +31,9 @@
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>
-// Note: Horde6 uses symlinks from the bundle/web to bundle/vendor.
Make sure your alias points to the symlink that is exposed in the
http.conf file!
+// Note: // Horde6 uses symlinks from the bundle/web to
bundle/vendor. Make sure your alias points to the symlink that is
exposed in the http.conf file!
// Note: // It has been reported that when running PHP via mod_fcgid
on Apache that the Alias directive will not pass the correct URL to
the fcgid-script handler. This can be worked around by using a
!RewriteRule instead (adapted from
http://maurus.net/weblog/2010/10/26/running-z-push-1-4-2-with-apache-and-fastcgifcgid/):
<code>
RewriteEngine On
RewriteRule ^/Microsoft-Server-ActiveSync /horde/rpc.php [PT,L,QSA]
More information about the commits
mailing list