steffen: server/kolab/kolab/templates httpd.conf.template,1.6,1.7

cvs at intevation.de cvs at intevation.de
Sun Jul 11 18:06:20 CEST 2004


Author: steffen

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

Modified Files:
	httpd.conf.template 
Log Message:
Disable apache DAV support in freebusy because we handle it from php now. Add new data dir for fb files

Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/httpd.conf.template,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- httpd.conf.template	9 Jul 2004 01:15:55 -0000	1.6
+++ httpd.conf.template	11 Jul 2004 16:06:18 -0000	1.7
@@ -179,7 +179,7 @@
 #</Location>
 
 <Directory "@l_prefix@/var/kolab/www/freebusy">
-   Dav On
+   #Dav On
    AllowOverride None
    Options None
    # Disallow for everyone as default
@@ -204,7 +204,7 @@
    DavMinTimeout 600
    AddDefaultCharset Off  
 
-   #Script PUT /freebusy/freebusy.php
+   Script PUT /freebusy/freebusy.php
 </Directory>
 
 <Directory "@l_prefix@/var/kolab/www/webcalendar">





More information about the commits mailing list