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

cvs at kolab.org cvs at kolab.org
Wed Feb 20 13:30:20 CET 2008


Author: richard

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

Modified Files:
	httpd.conf.template.in 
Log Message:
Added missing webserver_web_prefix

For the openpkg kolab version, there is no change in the installed
file when the before and after file versions are compared.



Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- httpd.conf.template.in	19 Feb 2008 16:22:59 -0000	1.21
+++ httpd.conf.template.in	20 Feb 2008 12:30:18 -0000	1.22
@@ -246,7 +246,7 @@
     Allow from all
 </Directory>
 
-<Directory "@webserver_document_root@/admin">
+<Directory "@webserver_document_root@@webserver_web_prefix@/admin">
    AllowOverride None
    Options None
    Order allow,deny





More information about the commits mailing list