z-push/z-push.conf

Git Service User git at kolabsys.com
Tue Mar 8 14:58:25 CET 2011


 z-push/z-push.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f0f61d934382d263d4d574b71742e28fcf3c3d0
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Tue Mar 8 14:58:14 2011 +0100

    z-push: Fix escaping of l_prefix in template

diff --git a/z-push/z-push.conf b/z-push/z-push.conf
index 02d4454..1679231 100644
--- a/z-push/z-push.conf
+++ b/z-push/z-push.conf
@@ -6,7 +6,7 @@ Alias /Microsoft-Server-ActiveSync %{l_prefix}/var/kolab/www/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 @l_prefix@/var/kolab/www/z-push>
     # Some apache settings
     Options -Indexes +FollowSymLinks
 





More information about the commits mailing list