z-push/z-push.conf

Git Service User git at kolabsys.com
Tue Mar 8 15:19:34 CET 2011


 z-push/z-push.conf |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 42c47f919d065a6b9d3e3e9857740b76d870ae4d
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Tue Mar 8 15:19:24 2011 +0100

    z-push: Use @webserver_document_root@ instead of @l_prefix@

diff --git a/z-push/z-push.conf b/z-push/z-push.conf
index ed8a599..1e719ee 100644
--- a/z-push/z-push.conf
+++ b/z-push/z-push.conf
@@ -2,11 +2,11 @@
 # Z-Push - ActiveSync over-the-air implementation
 #
 
-Alias /Microsoft-Server-ActiveSync @l_prefix@/var/kolab/www/z-push/index.php
+Alias /Microsoft-Server-ActiveSync @webserver_document_root@/z-push/index.php
 
 # If the PHP settings are not set up correctly, login will fail
 #
-<Directory @l_prefix@/var/kolab/www/z-push>
+<Directory @webserver_document_root@/z-push>
     # Some apache settings
     Options -Indexes +FollowSymLinks
 





More information about the commits mailing list