thomas: server/kolabd/kolabd/templates httpd.conf.template.in, 1.14, 1.15

cvs at kolab.org cvs at kolab.org
Wed Oct 17 20:13:58 CEST 2007


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv10422/kolabd/kolabd/templates

Modified Files:
	httpd.conf.template.in 
Log Message:
Removed WebDAV for freebusy (kolab/issue1686 (Remove WebDAV Support))

I kept general webdav support enabled, because I don't know if Horde needs
this. To disable support completely, the following files have to be changed:
kolabd/kolabd/kolabd.spec.in: remove apache::with_mod_dav = yes
kolabd/kolabd/templates/httpd.conf.template.in: remove DavLockDB


Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- httpd.conf.template.in	14 Oct 2007 12:31:58 -0000	1.14
+++ httpd.conf.template.in	17 Oct 2007 18:13:56 -0000	1.15
@@ -225,8 +225,6 @@
 #</Location>
 
 <Directory "@webserver_document_root@/freebusy">
-   #Dav On
-   #Script PUT /freebusy/freebusy.php
    AllowOverride None
    Options None
    # Disallow for everyone as default
@@ -252,32 +250,7 @@
    AuthLDAPBindPassword "@@@php_pw@@@"
    # FIXME: support authenticating with uid, too
 @@@endif@@@
-   DavMinTimeout 600
    AddDefaultCharset Off  
-</Directory>
-
-<Directory "@webserver_document_root@/webcalendar">
-   Dav On
-   AllowOverride None
-   Options None
-   # Disallow for everyone as default
-   Order allow,deny
-   <Limit GET PUT LOCK UNLOCK PROPFIND HEAD OPTIONS>
-       Allow from all
-       Require valid-user
-   </Limit>
-   AuthType Basic
-   AuthName "Kolab Freebusy (webdav)"
-   AuthLDAPUrl "@@@ldap_uri@@@/@@@base_dn@@@?mail??"
-   AuthBasicAuthoritative off
-   AuthUserFile /dev/null
-   AuthBasicProvider ldap
-   AuthzLDAPAuthoritative off
-   AuthLDAPBindDN "@@@php_dn@@@"
-   AuthLDAPBindPassword "@@@php_pw@@@"
-   # FIXME: support authenticating with uid, too
-   DavMinTimeout 600
-   AddDefaultCharset Off
 </Directory>
 
 <Directory "@webserver_document_root@/fbview">





More information about the commits mailing list