richard: server/kolabd/kolabd/templates httpd.conf.template.in, 1.22, 1.23

cvs at kolab.org cvs at kolab.org
Sat Feb 23 21:19:21 CET 2008


Author: richard

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

Modified Files:
	httpd.conf.template.in 
Log Message:
changed the hardcoded path to web user interface (/admin)
into a variable: kolab_wui.



Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- httpd.conf.template.in	20 Feb 2008 12:30:18 -0000	1.22
+++ httpd.conf.template.in	23 Feb 2008 20:19:19 -0000	1.23
@@ -142,7 +142,7 @@
 AccessFileName .htaccess
 
 <Location @webserver_web_prefix@/>
-  ErrorDocument 403 https://@@@fqdnhostname@@@@webserver_web_prefix@/admin/
+  ErrorDocument 403 https://@@@fqdnhostname@@@@kolab_wui@/
 </Location>
 <Location "@webserver_web_prefix@/fbview">
     ErrorDocument 403 https://@@@fqdnhostname@@@@webserver_web_prefix@/fbview/
@@ -246,7 +246,7 @@
     Allow from all
 </Directory>
 
-<Directory "@webserver_document_root@@webserver_web_prefix@/admin">
+<Directory "@webserver_document_root@@kolab_wui@">
    AllowOverride None
    Options None
    Order allow,deny





More information about the commits mailing list