steffen: server/kolab/kolab/templates httpd.conf.template, 1.10, 1.11

cvs at intevation.de cvs at intevation.de
Tue Sep 28 15:12:50 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv1436/kolab/kolab/templates

Modified Files:
	httpd.conf.template 
Log Message:
new freebusy handling

Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/httpd.conf.template,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- httpd.conf.template	16 Sep 2004 14:45:35 -0000	1.10
+++ httpd.conf.template	28 Sep 2004 13:12:48 -0000	1.11
@@ -26,7 +26,8 @@
 RewriteRule ^/freebusy/([^/]+).ifb /freebusy/freebusy.php?uid=$1
 RewriteRule ^/freebusy/([^/]+).vfb /freebusy/freebusy.php?uid=$1
 RewriteRule ^/freebusy/([^/]+).xfb /freebusy/freebusy.php?x=1&uid=$1
-
+RewriteRule ^/freebusy/trigger/(.+).pfb /freebusy/pfb.php?folder=$1&cache=0
+RewriteRule ^/freebusy/(.+).pfb /freebusy/pfb.php?folder=$1&cache=1
 
 <VirtualHost _default_:443>
 SSLEngine               on





More information about the commits mailing list