martin: server/kolab/kolab/templates httpd.conf.template, 1.3, 1.4 resmgr.conf.template, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Wed Jul 7 18:58:01 CEST 2004


Author: martin

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

Modified Files:
	httpd.conf.template resmgr.conf.template 
Log Message:
Martin K. introduce new .ifb extension for freebusy lists. The old .vfb does still work


Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/httpd.conf.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- httpd.conf.template	30 Jun 2004 10:42:50 -0000	1.3
+++ httpd.conf.template	7 Jul 2004 16:57:59 -0000	1.4
@@ -24,6 +24,7 @@
 RewriteLog "/tmp/rewrite.log"
 RewriteLogLevel 9
 RewriteRule ^/freebusy/([^/]+).vfb /phpscripts/freebusy.php?uid=$1
+RewriteRule ^/freebusy/([^/]+).ifb /phpscripts/freebusy.php?uid=$1
 RewriteRule ^/freebusy/([^/]+).xfb /phpscripts/freebusy.php?x=1&uid=$1
 
 

Index: resmgr.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/resmgr.conf.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- resmgr.conf.template	15 Jun 2004 01:52:05 -0000	1.2
+++ resmgr.conf.template	7 Jul 2004 16:57:59 -0000	1.3
@@ -26,7 +26,7 @@
 $params['calendar_store'] = 'Calendar';
 
 // Where can we get free/busy information from?
-$params['freebusy_url'] = 'http://localhost/freebusy/${USER}.vfb';
+$params['freebusy_url'] = 'http://localhost/freebusy/${USER}.ifb';
 
 // Where are we logging to?
 $params['log'] = 'file:@l_prefix@/var/resmgr/resmgr.log';                // File...





More information about the commits mailing list