steffen: server/kolab/kolab/templates httpd.conf.template, 1.13, 1.14

cvs at intevation.de cvs at intevation.de
Wed Oct 13 13:12:03 CEST 2004


Author: steffen

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

Modified Files:
	httpd.conf.template 
Log Message:
fix for issue403 (fbview should enforce https)

Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/httpd.conf.template,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- httpd.conf.template	13 Oct 2004 01:55:29 -0000	1.13
+++ httpd.conf.template	13 Oct 2004 11:12:01 -0000	1.14
@@ -129,6 +129,9 @@
 <Location />
   ErrorDocument 403 https://@@@fqdnhostname@@@/admin/
 </Location>
+<Location /fbview>
+  ErrorDocument 403 https://@@@fqdnhostname@@@/fbview/
+</Location>
 
 <Files ~ "^\.ht">
     Order allow,deny
@@ -265,6 +268,7 @@
 <Directory "/kolab/var/kolab/www/fbview">
     AllowOverride All
     Allow from all
+    SSLRequireSSL
 </Directory>
 
 <Directory "@l_prefix@/var/kolab/www/admin">





More information about the commits mailing list