thomas: server/kolabd/kolabd/templates httpd.conf.template.in, 1.23, 1.24

cvs at kolab.org cvs at kolab.org
Fri Mar 7 17:35:04 CET 2008


Author: thomas

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

Modified Files:
	httpd.conf.template.in 
Log Message:
Enforce SSL for horde


Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- httpd.conf.template.in	23 Feb 2008 20:19:19 -0000	1.23
+++ httpd.conf.template.in	7 Mar 2008 16:35:02 -0000	1.24
@@ -144,6 +144,9 @@
 <Location @webserver_web_prefix@/>
   ErrorDocument 403 https://@@@fqdnhostname@@@@kolab_wui@/
 </Location>
+<Location "@webserver_web_prefix@/horde">
+    ErrorDocument 403 https://@@@fqdnhostname@@@@webserver_web_prefix@/horde/
+</Location>
 <Location "@webserver_web_prefix@/fbview">
     ErrorDocument 403 https://@@@fqdnhostname@@@@webserver_web_prefix@/fbview/
 </Location>
@@ -191,6 +194,9 @@
 </Directory>
 
 <Location /admin>
+	SSLRequireSSL
+</Location>
+<Location /horde>
 	SSLRequireSSL
 </Location>
 @@@if apache-http@@@





More information about the commits mailing list