gunnar: server/kolabd/kolabd/templates httpd.conf.template.in, 1.26, 1.27

cvs at kolab.org cvs at kolab.org
Wed Jan 14 17:03:52 CET 2009


Author: gunnar

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

Modified Files:
	httpd.conf.template.in 
Log Message:
Add a redirection for the newer horde install location.

Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- httpd.conf.template.in	2 Apr 2008 17:32:55 -0000	1.26
+++ httpd.conf.template.in	14 Jan 2009 16:03:50 -0000	1.27
@@ -146,8 +146,8 @@
 <Location "@kolab_wui@">
     SSLRequireSSL
 </Location>
-<Location "@webserver_web_prefix@/horde">
-    ErrorDocument 403 https://@@@fqdnhostname@@@@webserver_web_prefix@/horde/
+<Location "@webserver_web_prefix@/client">
+    ErrorDocument 403 https://@@@fqdnhostname@@@@webserver_web_prefix@/client/
     SSLRequireSSL
 </Location>
 <Location "@webserver_web_prefix@/fbview">
@@ -160,6 +160,10 @@
     SSLRequireSSL
 </Location>
 @@@endif@@@
+
+# Redirect from the old Kolab web client location (Kolab-Server-2.2.0)
+# to the new one (Kolab-Server >= 2.2.1)
+Redirect /horde /client
 
 <Files ~ "^\.ht">
     Order allow,deny





More information about the commits mailing list