thomas: server/kolabd/kolabd/templates httpd.conf.template.in, 1.27, 1.28

cvs at kolab.org cvs at kolab.org
Tue Mar 3 17:59:02 CET 2009


Author: thomas

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

Modified Files:
	httpd.conf.template.in 
Log Message:
Fix kolab/issue3447 (Heavy information leak from webclient directories)


Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- httpd.conf.template.in	14 Jan 2009 16:03:50 -0000	1.27
+++ httpd.conf.template.in	3 Mar 2009 16:59:00 -0000	1.28
@@ -239,6 +239,11 @@
    AddDefaultCharset Off  
 </Directory>
 
+<Directory "@webserver_document_root@/client">
+    AllowOverride All
+    Allow from all
+</Directory>
+
 <Directory "@webserver_document_root@/fbview">
     AllowOverride All
     Allow from all





More information about the commits mailing list